Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 725 Bytes

File metadata and controls

25 lines (18 loc) · 725 Bytes

AIS_notes

Public notes from Masters in Artificial Intelligence Systems at UniTn

Each section corrisponds to a course and contains the notes taken during the lessons and the exercises done during the course. These are only the public notes, the private ones are not available. The exercises are only published after the deadline of the assignment and being graded as correct.

How to run the notebooks

  • Requirements
    • Python >=3.5

Step 0

Clone the repository in local

git clone https://github.com/Pappol/AIS_notes

Step 1

  • Install used libraries
pip install -r requirements.txt

Step 2

Use any jupiter notebook editor such as online or visual studio code to run and view the outcomes