psycho-s's Stars
nipunmanral/MLP-Training-For-MNIST-Classification
Multilayer perceptron deep neural network with feedforward and back-propagation for MNIST image classification using NumPy
tomershay100/MLP-MNIST-fashion-with-PyTorch
MLP implementation in Python with PyTorch for the MNIST-fashion dataset (90+ on test)
hjq310/NeuroPack
NeuroPack, a tool for emulating memristor-based neuromorphic architectures
thnguyen996/fault-injection
Implementation of "Low-Cost and Effective Fault-Tolerance Enhancement Techniques for Emerging Memories-Based Deep Neural Networks." 2021 58th ACM/IEEE Design Automation Conference (DAC).
ignaciopineyro/memristor_simulation
shigure-no-wokka/ML-SLP-for-Memristor
Trying to build my own version.
bcrafton/memristor_convolution
DuttaAbhigyan/Memristor-Simulation-Using-Python
In this repository I have simulated Memristors using Python3 and also created GUI for easy use by researchers to visualise the functioning of a Memristor.
nfrik/Memristors
Discovering properties of memristive networks
louisprimeau/torch_memristor
Modelling memristors in PyTorch.
ricohasgithub/MemTorchCNN
Practice code with the MemTorch framework for simulating memristor crossbars
LuukvanKeeken/Improving-the-learning-performance-of-a-memristor-neural-network-using-optimisation-techniques
victorjo97/MNIST_memristor
Python code implementing the algorithms of my MSc Dissertation on "Modified training for increased robustness in memristor-based neural networks".
joksas/nonideality-aware-mnn-training
Code used in the paper “Nonideality-Aware Training for Accurate and Robust Low-Power Memristive Neural Networks”
joksas/badcrossbar
A Python tool for computing and plotting currents and voltages in passive crossbar arrays.
thu-nics/MNSIM-2.0
A Behavior-Level Modeling Tool for Memristor-based Neuromorphic Computing Systems
hjq310/text-classification-in-memristorsnn
This Pytorch-based framework demonstrates a sentiment analysis task in the IMDB movie reviews dataset using an SNN with a statistic memristor model
amirrezarajabi/Tensorflow-Forward-Forward
Implementation of Hinton's forward-forward (FF) algorithm in tensorflow - an alternative to back-propagation
cozheyuanzhangde/Forward-Forward
Hinton's Forward-Forward algorithm for deep learning
lab-emi/FF-Algorithms
Hinton's Forward-Forward Algorithm Implementation PyTorch
ghadialhajj/FF_unsupervised
An implementation of unsupervised example of the Forward-Forward algorithm proposed by (Hinton, 2022)
loeweX/Forward-Forward
Reimplementation of Geoffrey Hinton's Forward-Forward Algorithm
mpezeshki/pytorch_forward_forward
Implementation of Hinton's forward-forward (FF) algorithm - an alternative to back-propagation
rmwkwok/forward_forward_algorithm
Implementation of Geoffrey Hinton's forward forward algorithm in tensorflow
paulm12/forwardforward_python
Python translation of Hinton's "ForwardForward" algorithm
JacksonWuxs/Forward-Forward-Network
Implementation of Forward Forward Network proposed by Hinton in NIPS 2022.
neurosim/DNN_NeuroSim_V2.1
Benchmark framework of compute-in-memory based accelerators for deep neural network (on-chip training chip focused)
cyclotomicextension/Contrastive-Learning-via-FFA
I tried implementing a simple unsupervised example of Forward-Forward algorithm mentioned in the paper by Geoffrey Hinton.