Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/neural-networks
Neural Networks from scratch using Python.
https://github.com/msaf9/neural-networks
neural-network python
Last synced: 24 days ago
JSON representation
Neural Networks from scratch using Python.
- Host: GitHub
- URL: https://github.com/msaf9/neural-networks
- Owner: msaf9
- Created: 2020-07-23T20:02:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T19:25:39.000Z (11 months ago)
- Last Synced: 2024-11-08T08:49:30.574Z (3 months ago)
- Topics: neural-network, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural Networks
Neural Networks is a way in AI to help computer learn different aspects by using Human Brain.## Table of contents
- [Introduction](#introduction)
- [Technology Stack](#technology-stack)
- [Project status](#project-status)
- [Installation](#installation)
- [License](#license)## Introduction
Development of Neural Networks from scratch to get a deep insight. The code is writing by following [sentdex](https://www.youtube.com/@sentdex) tutorial.## Technology Stack
- Python
- Neural Networks## Project status
> **In progress**## Installation
### Get repository
```git
git https://github.com/msaf9/neural-networks.git
cd neural-networks
```## License