Skip to content

codespaceDrifter/svnapse

Repository files navigation

torchrvn

pytorch implementation of frontier ml algorithms.also includes tokenizers, training, inference, eval scripts, datasets. includes some basic ML specific notes in articles tho most ML theory notes are in the MINDMECH repo. includes specific models trained with these algorithms and datasets. this is NOT meant to be a pip package the code is supposed to be copied and maybe modified in different important model trainings to make it more direct.

ai algorithms (each with folder with md explanation and code implementation)

    BASICS          |   VISION      |   LANGUAGE       |   RL           |  Other     
                    |               |                  |                |           
Regression          | CNN           | Transformer      |  Q-learning    |  NAS        
Perceptron          | Diffusion     | LSTM             |  MCTS          |  GNN        
Decision Tree       | GAN           | RNN              |  PPO           |  evo2       
SVM                 | YOLO          | GRU              |  GRPO          |             
PCA                 |               | Seq2Seq          |  A3C
K-means             |
Naive Bayes         |

About

pytorch wrapper for algorithms, training, tokenizers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages