Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 908 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 908 Bytes

Course Projects of CS 559: Neural Networks

Algorithms and/or methods implemented:

  • Perceptron Training Algorithm
  • Multicategory Perceptron Training Algorithm
  • Gradient Descent and Newton's Method
  • Linear Least Squares Fit
  • Curve Fitting using Backpropagation
  • Non Linear Support Vector Machine

Software installations required to run code:

  • Anaconda Python distribution - prefereably Anaconda3 with python 3.6
  • pip packages imported at the top of the notebook files

References