Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaitanyak77/decoding_neural_architecture
https://github.com/chaitanyak77/decoding_neural_architecture
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaitanyak77/decoding_neural_architecture
- Owner: ChaitanyaK77
- Created: 2023-09-06T07:17:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T07:26:50.000Z (over 1 year ago)
- Last Synced: 2023-09-06T08:33:29.594Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.