https://docs.google.com/presentation/d/1Jj3fOZFh_aZ2H4IOUcZts1OanU3bBMaN3zZDLEyRnno/edit#slide=id.g30800de2824_0_162

Perceptron: takes in three inputs each with a weight, and outputs a binary decision

Loss Function: measures how well a given model fits the data

Optimizer: changes the weight of the neural network to reduce the error

CNN (Convolutional Neural Network)

image.png

  1. Gathering Data
  1. Preparing that Data