Naveen
Image processing with Scikit-image
Scikit image is a module that is used to do introductory image processing. Before we start letβs look at the description of...
Read More βHow to use if else, while and for loops in python?
The if and else clause are used to structure our code with checks for conditions. The if statement is followed...
Read More βOperations in Python
There are many type of different operations using operators in the language: Identity As we manipulate values (using variable), two...
Read More βData types in Python
Now letβs discover data types that we can use to manipulate more data and do more things, such as lists,...
Read More βPython Basics
Letβs quickly explore the first tools and basic syntax rules for a beginner to start using Python. But before that,...
Read More βComputer Vision interview Question Part-2
1 β What programming languages does computer vision support? Computer vision is a field of computer science and engineering that...
Read More βComputer Vision interview Question Part-1
1 – What are machine learning algorithms available in OpenCV? OpenCV is an open-source library for computer vision, machine learning...
Read More βNatural Language Processing Interview questions Part β 2
1 – What is an ensemble method in NLP? Ensemble methods are a group of machine learning algorithms that work...
Read More βNatural Language Processing Interview questions Part β 1
1 – What are some of the common NLP tasks? NLP is the process of understanding a sentence and then...
Read More βMachine Learning Interview questions Part -2
1 β Define precision and recall? The precision and recall are two measures of data quality. They are used to...
Read More βMachine Learning Interview questions Part -1
1 β What are Different Types of Machine Learning algorithms? There are various types of machine learning algorithms. The most...
Read More βDeep Learning interview questions Part -2
1 – What are autoencoders? Explain the different layers of autoencoders. Autoencoders are neural networks that are trained to reconstruct...
Read More β