Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 528 Bytes

File metadata and controls

10 lines (5 loc) · 528 Bytes

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.