Deep learning lecture
(tensor flow based..)
part 1.
1. logistic classification
2. stochastic optimization
3. general data practices to train models( data & parameter tuning)
part 2. (we're going to go deeper)
1. Deep networks
2. Regularization (to train even bigger models)
part 3. ( will be a deep dive into image and convolutional models)
1. convolutional networks
part 4. (all about text and sequence in general)
1. embeddings
2. recurrent models
2/22/2016
deep learning study (introduction) #1
Subscribe to:
Post Comments (Atom)
-
EMD(earth mover distance) method is very good method to compare image similarity. But processing time is slow. For using the EMD compare, ...
-
If you meet this error studying juliaset in CUDA by example book capture 4. calling a __host__ function("cuComplex::cuComplex") ...
-
This error is because of schedule{ step:0 learning_rate: 0.00019... } So just change whole optimizer block to latest models optimiz...
-
error message: remote: Resolving deltas: 100% (23/23), completed with 8 local objects. remote: error: Trace: 2ffe6017a58c483deb760c27365127...
-
Open powershell by admin and put this on terminal > net stop wuauserv #stop service update > net stop bits #stop bits > Remove-Ite...
-
Refer to this page about official reference of ICF http://docs.opencv.org/3.0.0/d6/dc8/classcv_1_1xobjdetect_1_1ICFDetector.html Other pa...
-
This is data acquisition source code of LMS511(SICK co.) Source code is made by MFC(vs 2008). The sensor is communicated by TCP/IP. ...
-
I use MOG2 algorithm to background subtraction. The process is resize to small for more fast processing to blur for avoid noise affectio...
-
AMD GPU Programming Primer Threads · Waves · Memory · Tile Distribution · Vector Loads · MFMA ...
-
As you can see in the following video, I created a class that stitching n cameras in real time. https://www.youtube.com/user/feelmare/sear...
No comments:
Post a Comment