Repository navigation

#

hidden-layers

Implementation of Artificial Neural Networks using NumPy

Python
100
2 年前

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

Python
64
6 年前

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.

Python
22
3 年前

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

Jupyter Notebook
21
2 年前

Threat Detection System using Hybrid (Machine Learning + Lexical Analysis) learning Approach.

Python
11
8 年前

An neural network to classify the handwritten digits 0-9 for the MNIST dataset. No NN/ML libraries used.

Python
11
8 年前

Neural Network to predict which wearable is shown from the Fashion MNIST dataset using a single hidden layer

Python
5
5 年前

Snoop can be used to expand shortened Links such as those from bit.ly etc.to their original form without actually visting them. right from your terminal

Shell
4
4 年前

A neural network (NN) having two hidden layers is implemented, besides the input and output layers. The code gives choise to the user to use sigmoid, tanh orrelu as the activation function. Prediction accuracy is computed at the end.

Python
3
5 年前

Deep-Learning neural network to analyze and classify the success of charitable donations.

Jupyter Notebook
1
4 年前

Tor Links Search is a web tool for cybersecurity research, enabling users to search Tor (.onion) links by keywords. It dynamically populates keywords from a dataset, offering quick access to categorized dark web services. Built for lawful exploration of hidden services, it assists in OSINT and dark web investigations.

HTML
1
6 个月前