Machine Learning Flashcards
Machine learning
Machine learning enables systems to learn and improve from experience without being explicitly programmed to come to any specific conclusions
Machine learning
Machine learning enables systems to learn and improve from experience without being explicitly programmed to come to any specific conclusions
Algorithm
Algorithms are set of rules that machine follows to process data and to make predictions.
Training data
Basically, it’s the information we use to teach the systems
Model
Models, or the output of the machine learning process that can be applied to new data.
Types of Machine learning
Supervised Learning and Unsupervised Learning.
Supervised learning
In supervised learning, we train a model on labeled data, where both the input and correct output are provided. This helps the model learn the relationship between them. For example, predicting house prices based on features like size, location, and number of rooms.
Unsupervised learning
unsupervised learning works with unlabeled data. It focuses on identifying Hidden Patterns or structures without explicit instructions on what the optimal output should be. For instance, clustering customers into different segments based on purchasing behavior.
Bias in machine learning
Bias in machine learning and AI refers to the presence of systematic errors that can lead to unfair or discriminatory outcomes.
Bias can arise from various sources, such as biased training data, flawed algorithms, or skewed assumptions made during the model development process.