This site runs best with JavaScript enabled.Summer of AI
logo

Lesson 3 Code

Classification Neural Networks

In this lesson we'll use the activation functions from the concept lesson, and then we'll make a neural network to classify data from a real world dataset.

Iris dataset: https://summerofai.com/data/iris.csv


Activations and Loss Functions Code: https://github.com/chrisachard/summer_of_ai/blob/master/Activations%20and%20Loss%20Functions.ipynb


Classification Neural Net Code: https://github.com/chrisachard/summer_of_ai/blob/master/Classification%20Neural%20Net.ipynb