Skip to content

Examples and Experiments for a Machine Learning Course

License

Notifications You must be signed in to change notification settings

EFPF/MLExamples

Repository files navigation

MLExamples

Machine Learning Exercises and Examples


For a Machine Learning (crash) Course have been prepared practical examples, exercises and (toy) experiments .

The notebook, LassoRegularisation.ipynb Open In Colab , describes the property of the, so called, L1 regularization, and it shows how to determine how many input features are retained or not penalized. At the end there is an exercise, it aims to demonstrate the benefit of feature selection to avoid overfitting.


The notebook, CrossValidation_ModelSelection.ipynb Open In Colab , shows example of underfitting/overfitting and the benefits of implementing cross-validation.


Regression

Ex1_EnergyEfficiency.ipynb Open In Colab is an example notebook that shows the full Data Driven Pipeline for a Regression task.

Ex2_AirfoilSelfNoise.ipynb Open In Colab is an exercise, it inherited the structure from the previous example, but it is not completed, the tasks assigned are to complete the notebook with the most appropriate functions/module. A possible solution can be found on the notebook Ex2_AirfoilSelfNoise-Solution.ipynb Open In Colab

Classification

Ex3_SteelPlates.ipynb Open In Colab is an example notebook that shows the full Data Driven Pipeline for a Classification task.

Ex4_FlowMeterDiagnostic.ipynb Open In Colab is an exercise, it inherited the structure from the previous example, but it is not completed, the tasks assigned are to complete the notebook with the most appropriate functions/module. A possible solution can be found on the notebook Ex4_FlowMeterDiagnostic-Solution.ipynb Open In Colab

Clustering

Clustering_Example.ipynb Open In Colab is an example notebook that shows the implementation of clustering algorithms within a ML pipeline.

Anomaly Detection

Anomaly_Detection_Example.ipynb Open In Colab is an example notebook that shows the implementation of Anomaly Detection algorithms within a ML pipeline.

Intro to DeepLearning

DL_FFNN_Example.ipynb Open In Colab is an example notebook that shows the implementation of Feed-Forward Neural network for a image recognition task, plus a simple exercise at the end.

Prepared by @tombarbaTombarba and @EFPFEFPF.

About

Examples and Experiments for a Machine Learning Course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published