MarcToussaint / AI-lectures

Lecture notes, slides and scripts (LaTeX sources) in AI, Robotics, Machine Learning, Maths, Optimization

Home Page:https://marctoussaint.github.io/AI-lectures/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI lectures:

  • Introduction to Artificial Intelligence
  • Introduction to Robotics
  • Introduction to Machine Learning
  • Introduction to Optimization
  • Maths for Intelligent Systems

Precompiled:

Introduction to Machine Learning

Introduction to Optimization

Compilation

Ubuntu packages to be installed:

sudo apt-get install \
	texlive-latex-recommended \
	texlive-latex-extra \
	texlive-science \
	fig2dev #or transfig for Ubuntu 16.04 !

Generate the shared pdf pics (from fig-files)

cd pics
./compile.sh

Generated pdf pics for a specific course

cd MachineLearning/pics
./compile.sh

Compile a course

cd MachineLearning
./compile.sh

Compile a single lecture

cd MachineLearning
pdflatex -interaction=nonstopmode 01-introduction
pdflatex -interaction=nonstopmode 01-introduction

About

Lecture notes, slides and scripts (LaTeX sources) in AI, Robotics, Machine Learning, Maths, Optimization

https://marctoussaint.github.io/AI-lectures/


Languages

Language:Jupyter Notebook 79.3%Language:TeX 20.4%Language:Python 0.2%Language:Shell 0.0%Language:C++ 0.0%Language:Makefile 0.0%Language:Clojure 0.0%