I am a thrid-year Computer Engineering student who has extreme passion for Artificial Intelligence. I write blogs related to Deep Learning, Machine Learning, Data Science and sometimes about Python. Here to share my knowledge with the community!
October 4, 2021
Yashowardhan Shinde
Feature selection is an important step in building a good machine learning model, one of the technique that helps us in selecting these features is checking the correlation between different features of the dataset.
June 16, 2021
Yashowardhan Shinde
Using the machine learning models in your projects is quite simple considering that we have pre-built modules and libraries like sklearn, but it is important that one knows how the actual algorithm works for a better understanding of the core concept.
August 26, 2021
Yashowardhan Shinde
We all have heard about ResNets for Image Recognition and, many of us feel that ResNets can be intimidating in the beginning. The architecture of a ResNet looks huge and complicated at first, but once you understand the core concept behind ResNets you can do wonders with it.