Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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