Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 512 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 512 Bytes

Simple-Neural-Net

Content

  • Sigmoid Activation NN
    • A relatively simple NN feeding forward then propogating backwards the errors to the adjust weights and biases at each layer using stochastic gradient decent. The model is then trained and validated on Kaggle's infamous Titanic dataset, and Scikit-Learn's digit recognition data set. An exersize in learning more about how Neural Networks function.