Differences between revisions 5 and 6
Revision 5 as of 2016-10-06 13:25:11
Size: 1781
Comment:
Revision 6 as of 2016-10-06 13:26:00
Size: 1767
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 || '''Times:''' || 10:00 - 17:00 ||
 || '''Lecture Room:''' ||
H 2053 (lecture) ||
 || '''Exercises''' || MAR 6.001, MAR 4.063 (exercises) ||
 || '''Lectures:''' || 10:00-12:00 in H 2053 ||
 || '''Exercise sessions''' || 13:00-17:00 in MAR 6.001, MAR 4.063 (up to 16h) ||

Python Programming for Machine Learning

Python has become a standard language for prototyping and plotting results in the machine learning community. Goal of this course is a basic understanding of python programming for machine learning and data analysis. We want to enable students to quickly load a data set, implement an algorithm, run analyses and plot the results. We will therefore focus on efficient calculations and visualization. For this, we make use of the packages

  • numpy
  • matplotlib
  • scipy

Examples relate to Machine Learning Applications.

Knowledge of elementary programming concepts will be helpful. Be aware that lack of such knowledge will increase the time demand of the class. In that case, you should consider to prepare with a python beginner class.

Homework is submitted via the ISIS page.

students from other universities

If you are not a student at TU and want to earn credit, you have to solicit ''Nebenhörerschaft'':

  • print out the forms concerning Nebenhörerschaft you find on that page
  • pass by at my office (see above) to have them signed
  • in addition, the dean of faculty IV has to sign
  • register at the the Campus Center. You will receive a TUBIT account (see below).

IDA Wiki: Main/WS16_PythonKurs (last edited 2016-10-08 13:40:40 by GrégoireMontavon)