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
Getting Started with scikit learn. Sathya Veera Reddy January 21, 2018 How to install scikit learn (sk learn) in Ubuntu? $pip install -U scikit-learn $python >>>import sklearn >>> Classi... Read More