This is a set of tutorial heavelly based on pytorch-tutorial by @yunjey. The difference is that it's using Hasktorch and should be a good entry point to learning how to use Hasktorch.
>
TODO
- HaskTorch Basics
> cabal run exe:01-hasktorch-basics
- Linear Regression
> cabal run exe:02-linear-regression
- Logistic Regression
> cabal run exe:03-logistic-regression
- Feedforward Neural Network
> cabal run exe:04-feedforward-neural-networt