An open API service indexing awesome lists of open source software.

https://github.com/emilwallner/deep-learning-101

The tools and syntax you need to code neural networks from day one.
https://github.com/emilwallner/deep-learning-101

deep-learning dropout machine-learning regularization tflearn

Last synced: 5 months ago
JSON representation

The tools and syntax you need to code neural networks from day one.

Awesome Lists containing this project

README

          

# Deep Learning 101

When I started learning deep learning I spent two weeks researching. I selected tools, compared cloud services, and researched online courses. In retrospect, I wish I could have built neural networks from day one. [That’s what this article](http://blog.floydhub.com/my-first-weekend-of-deep-learning) is set out to do. You don’t need any prerequisites, yet a basic understanding of Python, the command line, and Jupyter notebook will help.

This is the code experiments from the article.