Viewing a single comment thread. View all comments

BackgroundChemist t1_ixgmjbl wrote

I think pytorch is a good level for understanding what's going on building networks but not knee deep in mathematics and fundamentals.

Even then there are quite a lot of prepackaged networks bundled into pytorch; from what I remember you can just instantiate AlexNet with one line.

2