Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-torch

rust-torch is a simple deep-learning framework implemented by rust.

1st goal[completed] : implement linear layer and activation layer.

2nd goal[completed] : Build a fully-connected neural network for MNIST.

3rd goal: implement transformer.

4th goal: using transformer to do translation or some simple NLP problem.

5th goal: writer a Tensor warpper of Array, to automatically calculate derivative.

About

a torch-like deep-learning framework implemented by rust, with transformer implemented.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages