cozheyuanzhangde/Forward-Forward
Hinton's Forward-Forward Algorithm for Deep Learning
This project explores an alternative deep learning algorithm called Forward-Forward (FF), which offers a new way to train neural networks. It takes in structured datasets, like image data, and produces a trained model capable of classifying that data. Machine learning researchers and practitioners interested in experimental deep learning architectures would find this valuable.
No commits in the last 6 months.
Use this if you are a deep learning researcher or practitioner interested in exploring and experimenting with novel training algorithms beyond traditional backpropagation.
Not ideal if you need a production-ready deep learning solution or are looking for a library to implement standard, widely-adopted deep learning models.
Stars
11
Forks
1
Language
Python
License
MIT
Category
Last pushed
Feb 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/cozheyuanzhangde/Forward-Forward"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jolars/sortedl1
Python package for Sorted L-One Penalized Estimation (SLOPE)
gugarosa/opytimizer
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
SENATOROVAI/gradient-descent-sgd-solver-course
Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters...
hiroyuki-kasai/SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
softmin/ReHLine-python
Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence