Python Programming for Machine Learning learners: Sathya Veera Reddy April 26, 2018 Basics of Python programming to get start machine learning and deep learning. Note: I would suggest strongly to use Ubuntu as the opera... Read More
Machine learning and deep learning interview question and answers Sathya Veera Reddy April 17, 2018 Q: What is Bias-Variance Tradeoff? A: You can find excellent explanation in this link: LINK Q: What is Epoch? A: Epoch is one feed-fo... Read More
Setting up NVIDIA GPU for deep learning: Installation of NVIDIA drivers, CUDA Toolkit and cuDNN in Ubuntu. Sathya Veera Reddy March 23, 2018 If one wants to train deep neural network models on largescale problems, GPUs are the way. Most of the existing deep learning libraries sup... Read More