An Artificial Intelligence and Computer Vision workshop addressed to high-school and undergraduate students. The workshop consists of a slideshow, to show the foundations of machine learning and deep learning, and then a few tutorials related to the first steps into Deep Learning.
In this workshop, up to this moment, you will find classification tasks, as follows:
The first tutorial for students who are seeing learning algorithms for the first time, should be starting off MNIST classification to learn about hyperparameters and interact with the data. Then, Fashion MNIST should be a further step as to learn about a few layers used in neural networks. Finally, the flowers classification tutorial will ask the students to think of a possible archiecture, as well as teach them about overfitting and data augmentation.
The instructor shall do a demonstration to talk about object detection using YOLOv5.
To perform the demo, it is as simple as running the inference example in the YOLOv5 repoistory; using the detect.py
file.
For more information on this topic, please follow this link.
The tutorial should be given in Google Colab. The purpose of this repository is only to version the notebooks.
The instructor shall ask the students to create a Google account, if they don't have it already.
After that, the instructor will share the notebooks by sending a link with view
permission only, so each student can make a copy of
the notebook and use it as they wish, without disrupting the originals.
This project was developed under MIT License.