neural-net
There are 16 repositories under neural-net topic.
zabir-nabil/eeg-rsenet
Motor Imagery EEG Signal Classification Using Random Subspace Ensemble Network
AlloyTeam/netural
JavaScript前向神经网络(推理)和反向传播(训练)的实现
11808s8/python-neural-network
A simple neural network with backpropagation used to recognize ASCII coded characters
jiangnanboy/micrograd4j
A micro scalar-valued Autograd engine developed with java, and a neural net library on top of it.
absaw/trauma-data-analysis
Integrative Biomechanical and Clinical Features Predict In-Hospital Trauma Mortality
colalb1/FDM-for-Neural-SDEs
Work in progress of Finite Dimensional Matching for Neural SDEs implementation.
bstevens00/Data-Science-Portfolio
A Data Science Portfolio for potentially interested employers and recruiters.
danielholmes/neural-net
Simple Neural Net implementation in Haskell
Insulince/jnet
A Go library for creating, training, and using multilayer perceptron neural networks.
Slothfulwave612/Image-Super-Resolution
Deploying the Super-Resolution-Convolutional-Neural-Network (SRCNN) algorithm to make a high-resolution image from a low-resolution image.
yunus-temurlenk/Draw-Digit-and-Recognize
This project contains many topics inside. Please check the video link below for details
chuvalniy/Torchy
Built from scratch neural network library using only NumPy
cooltrainerryan/Graduate-Projects
Class projects
MattMoony/ann_mnist
Simple self-written ANN powered by NumPy to classify handwritten digits of the famous MNIST Dataset. ✍️
panimesh14/user-relevance-scoring-model-improved
The project involves building models for scoring & segregating users acccording to certain threshold criteria based on features from LinkedIn on threshold criteria-refer ReadMe.
arda-guler/GeneralDenseNeuralNet
Dense neural network with variable number of layers and sizes, state saving and loading. Kept as simple as possible.