Skip to content

ChaitanyaK77/Decoding_Neural_Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Decoding_Neural_Architecture

Vectorized Neural Network Implementation

Key Highlights:

  1. Neuron Design: Individual neurons in each layer have been designed, each equipped with their own unique weights and biases.

  2. Activation Functions: The project incorporates activation functions, specifically the sigmoid function, to introduce non-linearity into the neural network. This non-linearity enables the network to perform complex pattern recognition tasks.

  3. Forward Propagation: The neural network has been programmed to execute forward propagation autonomously. This process involves the sequential feeding of data through the network, layer by layer. It meticulously applies the assigned weights and biases at each step and calculates the final output with precision.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published