hejia-zhang / AI-lectures

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

Home Page:http://ipvs.informatik.uni-stuttgart.de/mlr/marc/teaching/index.html

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 latex/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 slides and scripts (LaTeX sources) in AI, Robotics, Machine Learning, Maths, Optimization

http://ipvs.informatik.uni-stuttgart.de/mlr/marc/teaching/index.html


Languages

Language:Jupyter Notebook 81.1%Language:TeX 18.6%Language:Python 0.2%Language:Shell 0.0%Language:C++ 0.0%Language:Makefile 0.0%Language:BlitzBasic 0.0%