You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ML Interview Question/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
4
4
5
5
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
+
8
9
2. Explain the types of machine learning.
9
10
10
11
3. What is the difference between supervised and unsupervised learning?
0 commit comments