Skip to content

Latest commit

 

History

History
 
 

neural-networks-201

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Neural Networks - Part 2

2016-09-16, Josh Montague

In Part 1, we looked at some of the history, motivation, and a simplified implementation of a dense neural network.

In Part 2, we'll look at how to use one of the modern libraries to build neural networks (Keras), and point out some of the approaches and tips for completing simple machine learning tasks.

Created with Python 3.5.1, and the requirements.txt file included.