Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pegah-ardehkhani/one-hidden-layer-neural-network-from-scratch
"One Hidden Layer Neural Network" from Scratch
https://github.com/pegah-ardehkhani/one-hidden-layer-neural-network-from-scratch
data-science deep-learning from-scratch from-scratch-in-python hidden-layers machine-learning neural-network
Last synced: 23 days ago
JSON representation
"One Hidden Layer Neural Network" from Scratch
- Host: GitHub
- URL: https://github.com/pegah-ardehkhani/one-hidden-layer-neural-network-from-scratch
- Owner: Pegah-Ardehkhani
- License: mit
- Created: 2022-06-29T07:46:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T08:02:19.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:07:23.668Z (3 months ago)
- Topics: data-science, deep-learning, from-scratch, from-scratch-in-python, hidden-layers, machine-learning, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 878 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# One Hidden Layer Neural Network From Scratch ![license](https://img.shields.io/github/license/Pegah-Ardehkhani/One-Hidden-Layer-Neural-Network-From-Scratch.svg) ![releases](https://img.shields.io/github/release/Pegah-Ardehkhani/One-Hidden-Layer-Neural-Network-From-Scratch.svg) [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](http://nbviewer.org/github/Pegah-Ardehkhani/One-Hidden-Layer-Neural-Network-From-Scratch/blob/main/One%20Hidden%20Layer%20Neural%20Network%20From%20Scratch.ipynb)
## Objectives 🏆
**One Hidden Layer Neural Network** is implemented from scratch using Numpy.