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

diff2vec

120
Stars
20
Forks
Watchers

Reference implementation of Diffusion2Vec (Complenet 2018) built on Gensim and NetworkX.

FEATHER

43
Stars
11
Forks
Watchers

The reference implementation of FEATHER from the CIKM '20 paper "Characteristic Functions on Graphs: Birds of a Feather, from Statistical Descriptors to Parametric Models".

GEMSEC

251
Stars
49
Forks
Watchers

The TensorFlow reference implementation of 'GEMSEC: Graph Embedding with Self Clustering' (ASONAM 2019).

deep-learning-notes

27
Stars
18
Forks
Watchers

🤖 Deep Learning notes and snippets

cross-adaptive-audio

95
Stars
5
Forks
Watchers

Evolving Artificial Neural Networks for Cross-Adaptive Audio Effects

ml-course

167
Stars
150
Forks
Watchers

Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language

alphago-zero-tictactoe-js

39
Stars
6
Forks
Watchers

A game framework based on AlphaZero/TensorFlow.js runs in browser to demonstrate tic-tac-toe AI game. Use a pre-trained model or train from scratch. Ported from suragnair/alpha-zero-general (Python)

rnn_ctc

220
Stars
83
Forks
Watchers

Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.