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)
-
Open Source License Commercial Use Guide Understanding Commercial Rights in Open Source Licenses ð Legend ✅ Free : Comm...
-
refer to code: . import ezdxf import random import matplotlib . pyplot as plt # Random DXF file generator def random_point (): r...
-
Problems ------- > sudo ldconfig /sbin/ldconfig.real: /usr/local/cuda-11.2/targets/x86_64-linux/lib/libcudnn_adv_infer.so.8 is not a sym...
-
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
-
ð FREE License Plate Recognition API - No Credit Card Required! Want to try ANPR (Automatic Number Plate Recognition) / ALPR (Automatic L...
-
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
-
AMD GPU Programming Primer Threads · Waves · Memory · Tile Distribution · Vector Loads · MFMA ...
-
Background subtractor example souce code. OpenCV support about 3 types subtraction algorithm. Those are MOG, MOG2, GMG algorithms. Det...
-
This example source code is to extract HOG feature from images. And save descriptors to XML file. The source code explain how to use HOGD...
-
The MNIST dataset is a dataset of handwritten digits, comprising 60 000 training examples and 10 000 test examples. The dataset can be downl...
No comments:
Post a Comment