Explore >> Select a destination


You are here

qchu.wordpress.com
| | bytepawn.com
4.6 parsecs away

Travel
| | I will show how to solve the standard A x = b matrix equation with PyTorch. This is a good toy problem to show some guts of the framework without involving neural networks.
| | xcorr.net
4.2 parsecs away

Travel
| | Earlier, I discussed how I had no luck using second-order optimization methods on a convolutional neural net fitting problem, and some of the reasons why stochastic gradient descent works well on this class of problems. Stochastic gradient descent is not a plug-and-play optimization algorithm; it requires messing around with the step size hyperparameter, forcing you...
| | bdtechtalks.com
4.2 parsecs away

Travel
| | Gradient descent is the main technique for training machine learning and deep learning models. Read all about it.
| | swethatanamala.github.io
18.2 parsecs away

Travel
| As a series of posts, I would be working and explaining on deep graph neural networks. So, In this blog I give introduction to Graph theory