<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>S2 MAndatory | Master of Applied Mathematics - Grenoble</title>
    <link>https://applied-math-master.imag.fr/tag/s2-mandatory/</link>
      <atom:link href="https://applied-math-master.imag.fr/tag/s2-mandatory/index.xml" rel="self" type="application/rss+xml" />
    <description>S2 MAndatory</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language>
    <image>
      <url>https://applied-math-master.imag.fr/images/icon_hu3d2ffb11d77837d12dfffbee377e242e_10665_512x512_fill_lanczos_center_3.png</url>
      <title>S2 MAndatory</title>
      <link>https://applied-math-master.imag.fr/tag/s2-mandatory/</link>
    </image>
    
    <item>
      <title>Computing science for big data and High Performance Computing</title>
      <link>https://applied-math-master.imag.fr/m1am_ue/gbx8am01-hpc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://applied-math-master.imag.fr/m1am_ue/gbx8am01-hpc/</guid>
      <description>&lt;h3 id=&#34;credits&#34;&gt;Credits&lt;/h3&gt;
&lt;p&gt;6 ECTS, CTD 33h, TP 16.5h&lt;/p&gt;
&lt;h3 id=&#34;instructors&#34;&gt;Instructors&lt;/h3&gt;
&lt;p&gt;Silviu Maniu and Martin Schreiber&lt;/p&gt;
&lt;h3 id=&#34;description&#34;&gt;Description&lt;/h3&gt;
&lt;p&gt;This course is composed of two parts &amp;ldquo;Introduction to database&amp;rdquo; and &amp;ldquo;High Performance Computing&amp;rdquo;. Its aim is to give an introduction to numerical and computing challenges of large dimension problems.&lt;/p&gt;
&lt;h4 id=&#34;content&#34;&gt;Content&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Introduction to database&lt;/li&gt;
&lt;li&gt;Introduction to big data&lt;/li&gt;
&lt;li&gt;Introduction to high performance computing (HPC)&lt;/li&gt;
&lt;li&gt;Numerical solvers for HPC&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This course relies on practical sessions.&lt;/p&gt;
&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;C++, Python, Algorithm, Data-structure&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Internship</title>
      <link>https://applied-math-master.imag.fr/m1am_ue/gbx8amt2-internship/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://applied-math-master.imag.fr/m1am_ue/gbx8amt2-internship/</guid>
      <description>&lt;h3 id=&#34;credits&#34;&gt;Credits&lt;/h3&gt;
&lt;p&gt;3 ECTS&lt;/p&gt;
&lt;h3 id=&#34;instructor&#34;&gt;Instructor&lt;/h3&gt;
&lt;p&gt;Sylvain Meignen, Boris Thibert&lt;/p&gt;
&lt;h3 id=&#34;description&#34;&gt;Description&lt;/h3&gt;
&lt;p&gt;Industrial and/or research internship.&lt;/p&gt;
&lt;p&gt;The students have to do an internship (of at least 8 weeks from mid May to end of August, see the planning) in a company or in a laboratory. No report is required (except for Ensimag students that follow the double diploma, who have to give a report to ensimag).&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Modeling Project</title>
      <link>https://applied-math-master.imag.fr/m1am_ue/gbx8amt1-project/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://applied-math-master.imag.fr/m1am_ue/gbx8amt1-project/</guid>
      <description>&lt;h3 id=&#34;credits&#34;&gt;Credits&lt;/h3&gt;
&lt;p&gt;3 ECTS,&lt;/p&gt;
&lt;h3 id=&#34;instructor&#34;&gt;Instructor&lt;/h3&gt;
&lt;p&gt;Marek Bucki&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Numerical optimisation</title>
      <link>https://applied-math-master.imag.fr/m1am_ue/gbx8am02-numeroptim/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://applied-math-master.imag.fr/m1am_ue/gbx8am02-numeroptim/</guid>
      <description>&lt;h3 id=&#34;credits&#34;&gt;Credits&lt;/h3&gt;
&lt;p&gt;6 ECTS, CTD 33h, TP 16.5h&lt;/p&gt;
&lt;h3 id=&#34;instructors&#34;&gt;Instructors&lt;/h3&gt;
&lt;p&gt;Hadrien Hendrikx and Ieva Petrulyonite&lt;/p&gt;
&lt;h3 id=&#34;description&#34;&gt;Description&lt;/h3&gt;
&lt;p&gt;This program provides the mathematical and numerical backgrounds for solving standard optimisation problems using (mostly) first-order methods, with a thorough understanding of which algorithm to choose when, how to tune the parameters, and what is the theory behind. Concrete examples will be investigating, and in particular the training of machine learning models.&lt;/p&gt;
&lt;h4 id=&#34;content&#34;&gt;Content&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;Introduction, classification, examples.&lt;/li&gt;
&lt;li&gt;Theoretical results: convexity and compacity, optimality conditions, duality&lt;/li&gt;
&lt;li&gt;Algorithmic for unconstrained optimisation (gradient descent, line search, stochastic methods)&lt;/li&gt;
&lt;li&gt;Algorithms for non differentiable problems (prox, subgradient).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This course includes practical sessions in Python.&lt;/p&gt;
&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;Basic algebra (linear spaces, matrix computation) Basic calculus (Norm, Banach
spaces, Hilbert spaces, basic differential calculus) The students should be able
to compute the gradient and the Hessian of real functions on IR^n and also
differentials of simple functions such as quadratic forms. Knowing how to code
in Python is required to pass the course, as there will be graded practical sessions.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
