Skip to content

Material para a UC de Aprendizagem Automática - Licenciatura em Engenharia de Sistemas e Tecnologias Informáticas - Universidade do Algarve

License

Notifications You must be signed in to change notification settings

pedrojscardoso/LESTI_ISE_UALG_AprendizagemAutomatica-LESTI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Machine Learning

Systems Engineering and Computer Technologies / Engenharia de Sistemas e Tecnologias Informáticas (LESTI)

Instituto Superior de Engenharia / Universidade do Algarve

LESTI / ISE / UAlg

Pedro J. S. Cardoso (pcardoso@ualg.pt)


This repository contains the material for the Machine Learning course of the Systems Engineering and Computer Technologies (LESTI) degree of the University of Algarve.

The course is taught in the 1st semester of the 2nd year of the LESTI degree. The course is taught in Portuguese, but the material is in English.

Most of the material is in the form of Jupyter notebooks, which can be viewed directly in GitHub, but to run them you need to install Python and Jupyter. The easiest way to do this is to install Anaconda and use the Anaconda Navigator to install Jupyter.

Other options include the use of:

For a quick start, and also advanced work, you can use the last option (DataSpell), which is free for students and teachers (see https://www.jetbrains.com/community/education/#students).

Finally, for a quick start regarding Jupyter notebooks, you can use the following links:

Local installation (in short)

For a local installation, you need to install Python and then Jupyter

pip install jupyter

Then, open a terminal and type

jupyter notebook

and navigate to the folder where you have the notebooks.

Some of the notebooks require the use of some libraries, which you can install using the following commands:

pip install numpy
pip install matplotlib
pip install pandas
pip install scikit-learn

About

Material para a UC de Aprendizagem Automática - Licenciatura em Engenharia de Sistemas e Tecnologias Informáticas - Universidade do Algarve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published