Skip to content

Commit 2d09379

Browse files
authored
Merge pull request dubesar#549 from mete23/patch-9
Create README.md for Machine Learning
2 parents 9964c29 + 4d45b0d commit 2d09379

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Machine Learning/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Machine learning
2+
**[Machine learning](https://ai.stanford.edu/people/nilsson/MLBOOK.pdf)** (ML) is the study of computer algorithms that improve automatically through experience. It is seen as a subset of **artificial intelligence**.
3+
Machine learning algorithms build a mathematical model based on sample data, known as "training data",
4+
in order to make **predictions** or **decisions** without being explicitly programmed to do so. Machine learning algorithms are used in a wide variety of
5+
applications, such as email filtering and computer vision, where it is difficult or infeasible to develop conventional algorithms to perform the needed tasks.
6+
7+
**Feel free to share your java code!**

0 commit comments

Comments
 (0)