Recent comments in /f/deeplearning

stillworkin t1_jbtoisd wrote

Huh? What are you trying to build? Is your primary interest RL or building a simple NN? What task are you trying to solve? I programmed in Java daily from 2002 - 2015, then switched to Python in 2015. I'd suggest you not use Java because you can get practice w/ the same fundamentals without having to write so much verbose code.

If your goal is to learn fundamentals, I'd suggest you start w/ just numpy and no additional libraries. If you're already very comfortable w/ PyTorch, then I'd suggest using JAX.

2

Mas0n8or t1_jbtbhcy wrote

I’ve been getting into deep learning for about 6mo and have access to some pretty intense graphics cards (RTX 8000) but have not even used them for it because it’s widely accepted that it’s not worth the trouble for beginners and you can focus on the more important lessons by using platforms like kaggle and colab which are free and plenty powerful

2