Skip to content

Vi-deve31/implementing-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

implementing-neural-network

This project implements a neural network built from the ground up using core programming principles. It systematically covers all essential components of neural network development, including designing the network architecture, implementing forward propagation to move data through the layers, developing backward propagation for gradient calculation, and applying optimization methods for weight updates. The implementation emphasizes fundamental concepts such as activation functions, loss computation, and gradient descent algorithms. By avoiding high-level frameworks, this project gives insight into the computational mechanisms that drive neural network functionality.

About

Implementing a neural network using Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors