-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Machine Learning is making the computer learn from studying data and statistics. Machine Learning is a step into the direction of artificial intelligence (AI). Machine Learning is a program that analyses data and learns to predict the outcome.
Definition of Machine Learning: Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to perform a specific task without using explicit instructions, relying on patterns and inference instead. It is seen as a subset of artificial intelligence. Machine learning algorithms build a mathematical model based on sample data, known as "training data", in order to make predictions or decisions without being explicitly programmed to perform the task.[1][2]:2 Machine learning algorithms are used in a wide variety of applications, such as email filtering and computer vision, where it is difficult or infeasible to develop a conventional algorithm for effectively performing the task.According to Wiki
Type of Machine Learning:
- Types of learning algorithms
- Supervised learning
- Unsupervised learning
- Reinforcement learning
- Self learning
- Feature learning
- Sparse dictionary learning
- Anomaly detection
- Association rules Applications of Machine Learning There are many applications for machine learning, including:
- Agriculture
- Anatomy
- Adaptive websites
- Affective computing
- Banking
- Bioinformatics
- Brain–machine interfaces
- Cheminformatics
- Citizen science
- Computer networks
Scikit-Learning With Python