Neural Network topic

Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.

List Neural Network repositories

ivy

14.0k
Stars
5.9k
Forks
66
Watchers

The Unified AI Framework

Jupyter

752
Stars
291
Forks
Watchers

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.

trecognizer

12
Stars
14
Forks
Watchers

Using neural evolution of augmenting topologies developed a program based on computer vision for recognizing traffic lights in real time environment.

DNN-Pose-Estimator

10
Stars
1
Forks
Watchers

🎩 Simple pose estimator made in Go Lang using Deep Neural Networks

face-detection

6
Stars
4
Forks
Watchers

👤 Node.js face detection library based on OpenCv

machine-learning-octave

822
Stars
244
Forks
Watchers

🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained

cnn-from-scratch

255
Stars
96
Forks
Watchers

A Convolutional Neural Network implemented from scratch (using only numpy) in Python.

neural-network-from-scratch

194
Stars
97
Forks
Watchers

A Neural Network implemented from scratch (using only numpy) in Python.

rnn-from-scratch

80
Stars
58
Forks
Watchers

A Recurrent Neural Network implemented from scratch (using only numpy) in Python.