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.
Colour-Learning
A simple machine learning webpage that understands & changes the text 🌈 according to the background.
neural-network
A multi-layer neural network in PHP. Features momentum learning, custom activation functions, and detection & prevention of over-fitting your data.
reinforce-js
[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...
deep-learning-notes
My CS231n lecture notes
Data-science-best-resources
Carefully curated resource links for data science in one place
Machine-Learning-with-Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
3d_nn
Raymarching neural network in browsers with WebGL shaders
GermanWordEmbeddings
Toolkit to obtain and preprocess German text corpora, train models and evaluate them with generated testsets. Built with Gensim and Tensorflow.
ClusterGCN
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).