Skip to content

Lab Materials for the lecture "Introduction to Artificial Intelligence and Machine Learning".

License

Notifications You must be signed in to change notification settings

HSG-AIML/LabAIML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Course :: Introduction to Artificial Intelligence and Machine Learning

This repository features a series of interactive Jupyter Notebooks for the Fall term 2021 lab course accompanying the 7,044,1.00 Introduction to Artificial Intelligence and Machine Learning course offered at the University of St. Gallen (HSG).

The goal of this voluntary lab course is to teach some basics in Python programming, machine learning and artificial neural networks. We will also feature information on our coding challenge at the end of the semester here.

Course Banner

License: GPL v3

Lab Notebooks

Lab Date Topic Launchers
0 < Oct 4 Testing the Notebook Environment Binder Open In Colab
0 < Oct 4 Introduction to the Notebook Environment Binder Open In Colab
1 Oct 4 Python Basics Binder Open In Colab
2 Oct 18 Numpy and Image Data Binder Open In Colab
3 Oct 25 Supervised Learning with Scikit-learn Binder Open In Colab
Coding Challenge Quickstart Notebook Binder Open In Colab
Fall Semester Break!
Nov 22 Coding Challenge Kick-off and Team Registration Deadline
4 Nov 22 Artificial Neural Networks: Training and Evaluation Binder Open In Colab
5 Dec 6 Convolutional Neural Network: Training and Evaluation Binder Open In Colab
Dec 13 Coding Challenge Clinic
Dec 17 Coding Challenge Final Presentation

How To Run the Lab Notebooks

You can run the lab Notebooks in the cloud using either binder or Google Colab, or locally on your computer.

Binder

This is the easiest way to run a Notebook in your web browser: just click on the binder badge next to the Notebooks below and off you go. Binder is a service that lets you run Jupyter Notebooks in their cloud at no charge. There is no registration and no login required. However, keep in mind that you cannot save any data or your Notebook file in the cloud (you can save them on your computer, though). Also, starting a binder Notebook can take quite some time, but the performance during runtime is good. For more information, please refer to the Binder documentation.

Google Colab

Similar to binder, you just have to click the Colab badge next to the Notebooks below. All you need is a Google login (e.g., your login information for gmail) and you can use this service at no charge. Two advantages of Colab are that (1) you can save your Notebooks directly into your Google Drive and read data from there, and (2) Google provides you with some limited GPU capabilities free of charge (this will be an interesting feature for the coding challenge.)

Local Python Installation

If you prefer to run Notebooks locally on your computer, you will need to install Python. If you choose to do so, we recommend to install Anaconda Python, a package that combines the latest version of Python with the most common supplemental modules for data science and machine learning, as well as a Jupyter Notebook server that runs on your computer locally. Anaconda installers are available for the most common operating systems, as well as some detailed installation guides.

To run our Notebooks locally, you can download them individually from this website, or simply clone this repository to your computer.

If you need help running Python and/or Jupyter Notebooks, please don't hesitate to contact us (see below)!

Questions?

Please don't hesitate to send us your questions to: aiml-teaching ( dot ) ics ( at ) unisg ( dot ) ch

About

Lab Materials for the lecture "Introduction to Artificial Intelligence and Machine Learning".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published