0% found this document useful (0 votes)
10 views1 page

Documento 1

The document provides an overview of machine learning fundamentals, including definitions, types, and key concepts such as supervised and unsupervised learning, neural networks, model evaluation, and regularization techniques. It covers various algorithms and methods used in these areas, along with evaluation metrics. References for further reading are also included.

Uploaded by

tascegoohfilho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Documento 1

The document provides an overview of machine learning fundamentals, including definitions, types, and key concepts such as supervised and unsupervised learning, neural networks, model evaluation, and regularization techniques. It covers various algorithms and methods used in these areas, along with evaluation metrics. References for further reading are also included.

Uploaded by

tascegoohfilho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Class Notes: Machine Learning Fundamentals

1. Introduction to Machine Learning


- Definition: algorithms that improve through experience
- Types: Supervised, Unsupervised, Reinforcement

2. Supervised Learning
- Regression: Predict continuous values (e.g., linear regression)
- Classification: Predict discrete labels (e.g., logistic regression, SVM)

3. Unsupervised Learning
- Clustering: K-means, hierarchical clustering
- Dimensionality Reduction: PCA, t-SNE

4. Neural Networks Basics


- Perceptron: single-layer networks
- Activation functions: sigmoid, ReLU, softmax

5. Model Evaluation
- Cross-validation, bias-variance tradeoff
- Metrics: accuracy, precision, recall, F1-score

6. Regularization Techniques
- L1, L2 regularization
- Dropout, early stopping

References:
- "Pattern Recognition and Machine Learning" by Bishop
- Scikit-learn Documentation

You might also like