Naveen
Computer Vision for Beginners – Part 1
Image Processing is used to perform some operations on images in order to animate them, develop videos, or generate graphics....
Read More โWhat is doc2vec and word2vec in NLP?
Doc2vec is a technique that extracts semantic information from documents and then uses that information to classify the documents. By...
Read More โWhat is GD, Batch GD, SGD, Mini-Batch GD?
What is Gradient Descent, Batch Gradient Descent, Stochastic Gradient Descent, Mini-Batch Gradient Descent? Gradient Descent This algorithm is a general...
Read More โLoss Functions and optimizers and its type?
With modelling, there’s a particular goal that the model needs to achieve. It’s just as important to achieve the best...
Read More โPython functions, Parameters, Arguments, args and kwargs
Python functions A function is a construct that helps us perform some action using a block of code (the body...
Read More โList comprehensions, break-continue, exception handling in Python
As we have learned for loop to walk through a sequence, and do something with each item, at least read...
Read More โTop 40 Data Science Interview Questions and Answers
1 โ What is F1 score? F1 score is a measure of the accuracy of a model. It is defined...
Read More โWhat is histogram equalizer? How does it work?
Histogram Equalizer is a computer vision technique that adjusts the luminosity levels of an image to make it more visually...
Read More โThe Future of AI & How It will Transform the World?
The future of AI technology is bright. It will affect our lives in many ways and it will change the...
Read More โMachine Learning Interview questions Part -3
1 – Explain the difference between Variance and R squared error? Variance is a statistical measure of the dispersion of...
Read More โHow to Convert text into features?
In this chapter, we’re going to cover introductory to advanced feature engineering (text to features) styles. By the end of...
Read More โImage processing using Machine Learning
We begin this chapter by examining a number of of the foremost image process algorithmic rule, then march on to...
Read More โ