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

Colour-Learning

21
Stars
5
Forks
Watchers

A simple machine learning webpage that understands & changes the text 🌈 according to the background.

neural-network

172
Stars
71
Forks
Watchers

A multi-layer neural network in PHP. Features momentum learning, custom activation functions, and detection & prevention of over-fitting your data.

reinforce-js

30
Stars
6
Forks
Watchers

[INACTIVE] A collection of various machine learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms...

hello_tf_c_api

464
Stars
135
Forks
Watchers

Neural Network TensorFlow C API

Data-science-best-resources

2.8k
Stars
965
Forks
Watchers

Carefully curated resource links for data science in one place

Machine-Learning-with-Python

3.0k
Stars
1.8k
Forks
Watchers

Practice and tutorial-style notebooks covering wide variety of machine learning techniques

3d_nn

189
Stars
31
Forks
Watchers

Raymarching neural network in browsers with WebGL shaders

GermanWordEmbeddings

233
Stars
50
Forks
Watchers

Toolkit to obtain and preprocess German text corpora, train models and evaluate them with generated testsets. Built with Gensim and Tensorflow.

ClusterGCN

776
Stars
134
Forks
Watchers

A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).