Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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"
```