This project has been made by myself from the machine learning course in the university of Padua.
In this notebook we are going to explore the use of Linear Regression on a Combined Cycle Power Plant (CCPP) data
We are going to touch:
- Split data in training, validation and test sets
- Data Normalization
- Model Training
- Data prediction
- Confidence intervals for output predictions
In this notebook we are going to explore the use of Linear Classification on Wine Dataset
We are going to touch:
- Perceptron
- Split data in training, validation, test and Model Training
- Logistic Regression
For start:
- Download and install python kernel
- Download and install anaconda with jupyter notebook or vsc with jupyter extension or google colab
- Install the libraries: future, pandas, numpy, seaborn, matplotlib, scipy
- Run the code and start learning
Giulio Savian - giuliosavian@gmail.com