Skip to content

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

Notifications You must be signed in to change notification settings

MarcToussaint/AI-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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