Resources for neural net study group
- Nielsen's NN and Deep Learning
- All you need to know NN
- Genetic and NN algorithms
- gradient decent
- Neural Networks, Manifolds, and Topology. By Chris Olah.
- Deep Learning in Real Time by Synced.
- Neural Networks by David Kriesel
- Deep learning by C. Manning
- Fast.ai. Free courses for coders, software library and community. Founded by Jeremy Howard and Rachel Thomas.
- Tensor Flow Playground
- ConvnetJS. By Andrej Karpathy.
- Intro to Deep Learning at Udacity
- deep-learning-meets-physics by ARtem Oppermann.
-
human-activity-recognition-cnn One such application is human activity recognition (HAR) using data collected from smartphone’s accelerometer. There are several techniques proposed in the literature for HAR using machine learning.
- Human Activity Recognition In this part of the repo, we discuss the human activity recognition problem using deep learning algorithms and compare the results with standard machine learning algorithms that use engineered features.
- Skymind.ai GAN article
- Generative Adversarial Networks. By Ian Goodfelow. The paper that started it all.
- Generating African Masks with GANs using Tensorflow on TPUs by Victor Dibia.
- The Unreasonable Effectiveness of Recurrent Neural Networks: Classic post by Andrej Kaparthy.
- Understand Deep Residual Networks. By Michael Dietz.
- ResNet for Image Classification by Prakash Jay.
- Over of ResNet and it's Variants by Vincent Fung.