Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukti-09/artificial-neural-networks
Implementation of Artificial Neural Networks in MATLAB and Python.
https://github.com/yukti-09/artificial-neural-networks
activation-functions ann artificial-neural-networks binary-classification classification feedforward-neural-network matlab neural-networks perceptron python radial-basis-function xor-neural-network
Last synced: 22 days ago
JSON representation
Implementation of Artificial Neural Networks in MATLAB and Python.
- Host: GitHub
- URL: https://github.com/yukti-09/artificial-neural-networks
- Owner: Yukti-09
- Created: 2020-08-11T11:39:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T05:22:17.000Z (about 4 years ago)
- Last Synced: 2024-10-25T07:32:22.231Z (2 months ago)
- Topics: activation-functions, ann, artificial-neural-networks, binary-classification, classification, feedforward-neural-network, matlab, neural-networks, perceptron, python, radial-basis-function, xor-neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artificial Neural Networks
![](https://img.shields.io/github/repo-size/Yukti-09/Artificial-Neural-Networks) ![](https://img.shields.io/github/last-commit/Yukti-09/Artificial-Neural-Networks)This repository contains the implementation of Artificial Neural Networks in MATLAB and Python.
## What are artificial neural networks?
Artificial neural networks, usually simply called neural networks, are computing systems vaguely inspired by the biological neural networks that constitute animal brains.## Clone this repository
```
$ git clone "https://github.com/Yukti-09/Artificial-Neural-Networks.git"
```