My notes on Data-related subjects (IA, Data Science). Based on:
- SCC0634 - Applications on IA - Ricardo Marcanini (USP-ICMC)
- SCC0277 - Data Sciente Competitions - Tiago Santana de Nazaré(USP-ICMC)
Notes are organized on jupyter notebooks. They contain theory and implementation examples. You can either:
- Acess and run notebooks by clicking "Open in Colab" button on the top of each notebook
- Run notebooks locally
- Install dependencies (Only necessary once):
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
- Open Jupypter Lab:
jupyter-lab
A link for the locally running jupyter lab should be displayed on your terminal.