CMU Deep Learning 2018 by Bhiksha Raj 学习记录(17)

NN is pretty bad at learning this pattern.

green dots are referred to the first layer.

blue -> second layer

red -> third layer

https://github.com/cmudeeplearning11785/machine_learning_gpu/blob/master/Dockerfile

www.dockerhub.com

https://github.com/wsargent/docker-cheat-sheet

https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=cmudeeplearning&starCount=0

原文地址:https://www.cnblogs.com/ecoflex/p/8955435.html

时间: 2024-08-30 05:09:59

CMU Deep Learning 2018 by Bhiksha Raj 学习记录(17)的相关文章

CMU Deep Learning 2018 by Bhiksha Raj 学习记录(7)

https://zhuanlan.zhihu.com/p/22810533 L2 -> Regression Problems KL -> Classification Problems http://deeplearning.cs.cmu.edu/slides/lec8.stochastic_gradient.pdf 原文地址:https://www.cnblogs.com/ecoflex/p/8886201.html

CMU Deep Learning 2018 by Bhiksha Raj 学习记录(10)

http://deeplearning.cs.cmu.edu/slides/lec11.recurrent.pdf I think the subscripts in this lecture is quite confusing, and even incorrect sometimes. Jacobian Matrix 原文地址:https://www.cnblogs.com/ecoflex/p/8904117.html

CMU Deep Learning 2018 by Bhiksha Raj 学习记录(1)

Recitation 2 numpy operations array index x = np.arange(10) ** 2 # x:[ 0 1 4 9 16 25 36 49 64 81] print(x[::-1]) # all reversed print(x[8:1:-1]) # reversed slice print(x[::2]) # every other print(x[:]) # no-op (but useful syntax when dealing with n-d

CMU Deep Learning 2018 by Bhiksha Raj 学习记录(18)

https://www.youtube.com/watch?v=oiNFCbD_4Tk <eos> end of section a common trick image to seq problem mistake might happen. look at the fig(1,0) could lose info by only taking the red box into consideration. the new framework still has a problem soft

CMU Deep Learning 2018 by Bhiksha Raj 学习记录(20) Lecture 20: Hopfield Networks 1

symmetric version: called Hopfield Net      if y <-- minus y, energy won't change! the second last line's first "-" is not the minus sign https://zhuanlan.zhihu.com/p/21539285 原文地址:https://www.cnblogs.com/ecoflex/p/8971351.html

Spark MLlib Deep Learning Convolution Neural Network (深度学习-卷积神经网络)3.1

3.Spark MLlib Deep Learning Convolution Neural Network (深度学习-卷积神经网络)3.1 http://blog.csdn.net/sunbow0 Spark MLlib Deep Learning工具箱,是根据现有深度学习教程<UFLDL教程>中的算法,在SparkMLlib中的实现.具体Spark MLlib Deep Learning(深度学习)目录结构: 第一章Neural Net(NN) 1.源码 2.源码解析 3.实例 第二章D

Spark MLlib Deep Learning Convolution Neural Network (深度学习-卷积神经网络)3.2

3.Spark MLlib Deep Learning Convolution Neural Network(深度学习-卷积神经网络)3.2 http://blog.csdn.net/sunbow0 第三章Convolution Neural Network (卷积神经网络) 2基础及源码解析 2.1 Convolution Neural Network卷积神经网络基础知识 1)基础知识: 自行google,百度,基础方面的非常多,随便看看就可以,只是很多没有把细节说得清楚和明白: 能把细节说清

Spark MLlib Deep Learning Convolution Neural Network (深度学习-卷积神经网络)3.3

3.Spark MLlib Deep Learning Convolution Neural Network(深度学习-卷积神经网络)3.3 http://blog.csdn.net/sunbow0 第三章Convolution Neural Network (卷积神经网络) 3实例 3.1 测试数据 按照上例数据,或者新建图片识别数据. 3.2 CNN实例 //2 测试数据 Logger.getRootLogger.setLevel(Level.WARN) valdata_path="/use

libgdx学习记录17——照相机Camera

照相机在libgdx中的地位举足轻重,贯穿于整个游戏开发过程的始终.一般我们都通过Stage封装而间接使用Camera,同时我们也可以单独使用Camera以完成背景的移动.元素的放大.旋转等操作. Camera分为PerspectiveCamera(远景照相机)和OrthographicCamera(正交照相机). PerspectiveCamera为正常的照相机,当距离物体越远,则物体越小,一般在3D空间中使用. OrthographicCamera忽略了其Z轴,不管距离物体多远,其大小始终不