Skip to content

ysolanky/MultilayerPerceptronAndKnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multilayer Perceptron and KNN Model

  • Modeled a multilayer perceptron using only the Numpy library in Python.
  • Implemented backtracking as well as activation functions such as sigmoid, tanh and ReLu.
  • Performed functions like one hot encoding without the use of Scikit-Learn library.
  • Also developed a KNN model from scratch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages