Skip to content

MiguelGarcaoSilva/FNN-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully Connected Neural Network (FNN) Classifier from Scratch with NumPy

This repository provides an educational implementation of a fully connected neural network (FNN) classifier using only NumPy. The implementation is highly customizable, allowing users to specify the number and size of hidden layers, various activation functions (ReLU, sigmoid, tanh), and optimization techniques (Gradient Descent, Momentum, Adam). It also supports L2 regularization and mini-batch training.

About

Implementation of an L-Layer Neural Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published