Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 938 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 938 Bytes

Home - Neural Networks

Unit 7: Neural Networks

In this unit, we provide an introduction to simple neural networks with a single hidden layer. Understanding these networks will provide the basis for working with deep networks that will be explored in the next unit. Before doing the demos and labs in this unit, you will need to:

  • Install a deep learning backend, such as Tensorflow
  • Install Keras which runs on top of the deep learning backend.

You should then be able to go through the demos and labs: