Skip to content

sampath9dasari/perceptron-vectorized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perceptron - Simplest Neural Network

Vectorized implementation from scratch

Please go through the notebook to see the usage of the Perceptron class.

Features

Types of training - administered by the batch_size argument to the class object/fit method:

  • Stochastic
  • Mini-batch
  • Batch

About

A vectorized implementation of Perceptron from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published