Naveen

Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’