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: almost 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 | 664 |
wojciechz/learning_to_execute | This software trains an LSTM-based neural network to predict Python code snippets | 480 |
yusufcakal/algorithms | A collection of basic algorithms and solutions in Java | 24 |
ahmedfgad/kerasga | Trains Keras models using a genetic algorithm optimization method | 36 |
open-mmlab/mmengine | Provides a flexible and configurable framework for training deep learning models with PyTorch. | 1,179 |
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 to optimize regression or classification tasks | 241 |
codingtrain/machine-learning | A collection of resources and examples around machine learning for education and development | 955 |
giuse/machine_learning_workbench | A comprehensive framework for practical machine learning in Ruby. | 20 |
intelligent-machine-learning/dlrover | An automatic distributed deep learning system that simplifies the training of large AI models | 1,270 |
btjanaka/algorithm-problems | A collection of solutions and reference implementations for algorithm problems 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. | 110 |
sahith02/machine-learning-algorithms | A comprehensive resource for machine learning and deep learning algorithms | 293 |
makrisio/q-learning-algorithm-implementation-in-matlab | An implementation of the Q-Learning algorithm in MATLAB for training agents to navigate mazes | 43 |