Tag: Torch7

Torch7 and Neural Networks

Written by on October 18, 2016 in Machine Learning, Programming with 0 Comments
Torch7 and Neural Networks

This week I wanted to experiment with Torch7, a popular Machine Learning framework implemented in C/LuaJIT. Seamless CUDA support is another plus point in favour of Torch7. I downloaded and installed Torch7 and related packages, as described here. It is important to also install cunn and cutorch packages if you need CUDA support. In my case, I […]

Continue Reading

Top