Skip to content

FruitPunch-AI-Bootcamp/Session5

 
 

Repository files navigation

FruitPunch AI Bootcamp Session 5: Neural Networks

Neural networks are among the most popular machine learning algorithms out there. In this challenge you will implement the simple feed forward NN seen below:

  • Challenge 1: Initialize weights and biases

  • Challenge 2: Implement the sigmoid function

  • Challenge 3: Do a forward pass

  • Challenge 4: Estimate gradient

  • Challenge 5: Do one step gradient descent

If you would like to explore NNs in depth, Nielsen's book is a great start.

NNs in this challenge are plotted using this tool.

This challenge is prepared by Mehmet Alican Noyan.

About

Understanding neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.7%
  • Python 3.3%