P-ai's AI/ML workshops, revamped for the 2021-2022 school year
Dates and times TBD
- Introductions & setup
- Git / GitHub
- Jupyter Notebook / Google Colab
- Demystifying Machine Learning
- GI vs. AI vs. ML vs. DL
- Linear regression as a machine learning algorithm
- What it means to train a machine learning model
- Coding environments
- Python libraries
- Package management
- Virtual environments
- Python crash course
- Domains of machine learning
- Supervised learning in more detail
- Linear regression and Logistic regression
- Case study with house prices
- Gradient descent
- What is gradient descent?
- How do machines use GD to learn?
- Machine learning model crash course
- K-Nearest Neighbors
- Naive Bayes
- Decision Trees
- Random Forest
- Support Vector Machines
- Case study applying the skills we learned
- How to use git & GitHub
- Deep learning
- Intuition behind neural nets
- How to build and train a neural net with Tensorflow and Keras
- Types of neural nets
- Case study applying deep learning