hidden-layers topic
genann
simple neural network library in ANSI C
MachineLearning
An easy neural network for Java!
Cifar-Autoencoder
A look at some simple autoencoders for the Cifar10 dataset, including a denoising autoencoder. Python code included.
spiralNet
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
Implementation of Artificial Neural Networks using NumPy
Predicting-Indian-Stocks-Price-with-Stacked-LSTM
Predicting Indian stock prices using Stacked LSTM model. Analysing Reliance, Tata Steel, HDFC Bank, Infosys data. Data prep, EDA, hyperparameter tuning.