hidden-layers topic

List hidden-layers repositories

genann

1.9k
Stars
222
Forks
Watchers

simple neural network library in ANSI C

Cifar-Autoencoder

60
Stars
6
Forks
Watchers

A look at some simple autoencoders for the Cifar10 dataset, including a denoising autoencoder. Python code included.

spiralNet

22
Stars
2
Forks
Watchers

Looking at the manifold hypothesis in deep learning. Creating a simple spiral dataset allows me to reveal how neural networks follow an optimal packing strategy during their training.

NumPyANN

99
Stars
53
Forks
Watchers

Implementation of Artificial Neural Networks using NumPy

Predicting Indian stock prices using Stacked LSTM model. Analysing Reliance, Tata Steel, HDFC Bank, Infosys data. Data prep, EDA, hyperparameter tuning.