Skip to content

Commit f8ee6d2

Browse files
add answer
1 parent 6fe440b commit f8ee6d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ML Interview Question/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44

55

6-
1. What is machine learning?
7-
6+
#####1. What is machine learning?
7+
**Answer:** Machine learning is a subset of artificial intelligence (AI) that focuses on developing algorithms and techniques that enable computers to learn from data and improve their performance over time without being explicitly programmed. It involves the creation of models that can automatically learn patterns and make predictions or decisions based on input data. Machine learning algorithms are trained using labeled or unlabeled data to identify underlying patterns or structures and generalize from the examples provided. The main goal of machine learning is to enable computers to perform tasks or make predictions accurately without being explicitly programmed for every possible scenario, thus allowing for automation and adaptation to new data or circumstances.
8+
89
2. Explain the types of machine learning.
910

1011
3. What is the difference between supervised and unsupervised learning?

0 commit comments

Comments
 (0)