algorithm-learning
Algorithm Trainer
A framework to learn simple algorithms from examples by generating and visualizing intermediate solutions
180 stars
24 watching
81 forks
Language: Lua
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wojzaremba/lstm | A package to train a neural network for language modeling using a variant of the Long Short Term Memory algorithm | 665 |
wojciechz/learning_to_execute | This software trains an LSTM-based neural network to predict Python code snippets | 479 |
yusufcakal/algorithms | A collection of basic algorithms and solutions in Java | 25 |
ahmedfgad/kerasga | Trains Keras models using the Genetic Algorithm | 36 |
open-mmlab/mmengine | Provides a flexible and configurable framework for training deep learning models with PyTorch. | 1,196 |
wyy-123-xyy/ra-fed | A Python implementation of a distributed machine learning framework for training neural networks on multiple GPUs | 6 |
ahmedfgad/neuralgenetic | Trains artificial neural networks using the genetic algorithm | 241 |
codingtrain/machine-learning | A collection of resources and examples around machine learning for education and development | 954 |
giuse/machine_learning_workbench | A comprehensive framework for practical machine learning in Ruby. | 20 |
intelligent-machine-learning/dlrover | Automates large-scale deep learning training on distributed clusters, providing fault tolerance and fast recovery from failures. | 1,302 |
btjanaka/algorithm-problems | A repository of solutions to algorithm problems and reference implementations from various websites and competitions. | 3 |
linclark/algorithms-101 | An educational resource for learning fundamental algorithms in JavaScript | 79 |
jondolf/algorust | An interactive web platform showcasing various algorithms' step-by-step processes through visualizations. | 111 |
sahith02/machine-learning-algorithms | A comprehensive resource for machine learning and deep learning algorithms | 295 |
makrisio/q-learning-algorithm-implementation-in-matlab | An implementation of the Q-Learning algorithm in MATLAB for training agents to navigate mazes | 43 |