collection of jupyter notebooks for deep learning
- gradient descent (python file animates the descent optimization)
- lane detection (uses hough transform and includes a sample mp4 video)
- perceptron (the basic building block of all neural networks)
- multi (multi layer perceptron aka artificial neural network)
- binaryDNN (DNN for binary classification)
- mnist-DNN (DNN for the MNIST dataset)
- mnist-CNN (CNN for the MNIST dataset)
- traffic signs (CNN to classify the european road sign data set)
- regression (regression with keras)
- imitation learning (NVIDIA-CNN to train a car to drive!)
- deeplearning workshop (includes the lab guide, which was somewhat followed)
- garbage udemy class folder (unnamed course that promised XY and Z but delivered f...) there might be usefull code snippets there