You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- navigation toc: --><li><ahref="._week48-bs032.html#starting-your-machine-learning-project" style="font-size: 80%;">Starting your Machine Learning Project</a></li>
300
300
<!-- navigation toc: --><li><ahref="._week48-bs033.html#choose-a-model-and-algorithm" style="font-size: 80%;">Choose a Model and Algorithm</a></li>
301
301
<!-- navigation toc: --><li><ahref="._week48-bs034.html#preparing-your-data" style="font-size: 80%;">Preparing Your Data</a></li>
302
-
<!-- navigation toc: --><li><ahref="._week48-bs035.html#which-activation-and-weights-to-choose-in-neural-networks" style="font-size: 80%;">Which Activation and Weights to Choose in Neural Networks</a></li>
302
+
<!-- navigation toc: --><li><ahref="._week48-bs035.html#which-activation-and-weights-to-choose-in-neural-networks" style="font-size: 80%;">Which activation and weights to choose in neural networks</a></li>
303
303
<!-- navigation toc: --><li><ahref="._week48-bs036.html#optimization-methods-and-hyperparameters" style="font-size: 80%;">Optimization Methods and Hyperparameters</a></li>
<!-- navigation toc: --><li><ahref="._week48-bs038.html#other-courses-on-data-science-and-machine-learning-at-uio" style="font-size: 80%;">Other courses on Data science and Machine Learning at UiO</a></li>
@@ -348,7 +348,7 @@
348
348
<!-- ------------------- main content ---------------------- -->
349
349
<divclass="jumbotron">
350
350
<center>
351
-
<h1>Week 48: Support Vector Machines and Summary of course</h1>
351
+
<h1>Week 48: Gradient boosting and summary of course</h1>
352
352
</center><!-- document title -->
353
353
354
354
<!-- author(s): Morten Hjorth-Jensen -->
@@ -357,11 +357,11 @@ <h1>Week 48: Support Vector Machines and Summary of course</h1>
357
357
</center>
358
358
<!-- institution -->
359
359
<center>
360
-
<b>Department of Physics, University of Oslo, Norway</b>
360
+
<b>Department of Physics and Center for Computing in Science Education, University of Oslo, Norway</b>
<p><li> Understand linear methods for regression and classification;</li>
1310
1314
<p><li> Learn about neural network;</li>
1311
-
<p><li> Learn about bagging, boosting and trees</li>
1312
-
<p><li>Support vector machines</li>
1315
+
<p><li> Learn about bagging, boosting and trees
1316
+
<!-- * Support vector machines --></li>
1313
1317
<p><li> Learn about basic data analysis;</li>
1314
1318
<p><li> Be capable of extending the acquired knowledge to other systems and cases;</li>
1315
1319
<p><li> Have an understanding of central algorithms used in data analysis and machine learning;</li>
1316
-
<p><li> Work on numerical projects to illustrate the theory. The projects play a central role and you are expected to know modern programming languages like Python or C++.</li>
1320
+
<p><li> Work on numerical projects to illustrate the theory. The projects play a central role.</li>
1317
1321
</ul>
1318
1322
</section>
1319
1323
@@ -1322,7 +1326,7 @@ <h2 id="perspective-on-machine-learning">Perspective on Machine Learning </h2>
1322
1326
1323
1327
<ol>
1324
1328
<p><li> Rapidly emerging application area</li>
1325
-
<p><li> Experiment AND theory are evolving in many many fields. Still many low-hanging fruits.</li>
1329
+
<p><li> Experiment AND theory are evolving in many many fields.</li>
1326
1330
<p><li> Requires education/retraining for more widespread adoption</li>
1327
1331
<p><li> A lot of “word-of-mouth” development methods</li>
1328
1332
</ol>
@@ -1354,7 +1358,7 @@ <h2 id="starting-your-machine-learning-project">Starting your Machine Learning P
1354
1358
<ol>
1355
1359
<p><li> Identify problem type: classification, regression</li>
1356
1360
<p><li> Consider your data carefully</li>
1357
-
<p><li> Choose a simple model that fits 1. and 2.</li>
1361
+
<p><li> Choose a simple model that fits 1 and 2</li>
1358
1362
<p><li> Consider your data carefully again! Think of data representation more carefully.</li>
1359
1363
<p><li> Based on your results, feedback loop to earliest possible point</li>
1360
1364
</ol>
@@ -1400,10 +1404,10 @@ <h2 id="preparing-your-data">Preparing Your Data </h2>
1400
1404
</section>
1401
1405
1402
1406
<section>
1403
-
<h2id="which-activation-and-weights-to-choose-in-neural-networks">Which Activation and Weights to Choose in Neural Networks</h2>
1407
+
<h2id="which-activation-and-weights-to-choose-in-neural-networks">Which activation and weights to choose in neural networks</h2>
<h2id="other-courses-on-data-science-and-machine-learning-at-uio">Other courses on Data science and Machine Learning at UiO </h2>
1463
1467
1464
-
<p>The link here <ahref="https://www.mn.uio.no/english/research/about/centre-focus/innovation/data-science/studies/" target="_blank"><tt>https://www.mn.uio.no/english/research/about/centre-focus/innovation/data-science/studies/</tt></a> gives an excellent overview of courses on Machine learning at UiO.</p>
1465
-
1466
1468
<ol>
1467
-
<p><li><ahref="http://www.uio.no/studier/emner/matnat/math/STK2100/index-eng.html" target="_blank">STK2100 Machine learning and statistical methods for prediction and classification</a>.</li>
1468
-
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN3050/index-eng.html" target="_blank">IN3050/IN4050 Introduction to Artificial Intelligence and Machine Learning</a>. Introductory course in machine learning and AI with an algorithmic approach.</li>
1469
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/fys/FYS5429/index-eng.html" target="_blank">FYS5429 – Advanced machine learning and data analysis for the physical sciences</a></li>
1470
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN3050/index-eng.html" target="_blank">IN3050/IN4050 Introduction to Artificial Intelligence and Machine Learning</a>. Introductory course in machine learning and AI</li>
1469
1471
<p><li><ahref="http://www.uio.no/studier/emner/matnat/math/STK-INF3000/index-eng.html" target="_blank">STK-INF3000/4000 Selected Topics in Data Science</a>. The course provides insight into selected contemporary relevant topics within Data Science.</li>
1470
1472
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN4080/index.html" target="_blank">IN4080 Natural Language Processing</a>. Probabilistic and machine learning techniques applied to natural language processing.</li>
1471
1473
<p><li><ahref="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/index-eng.html" target="_blank">STK-IN4300 – Statistical learning methods in Data Science</a>. An advanced introduction to statistical and machine learning. For students with a good mathematics and statistics background.</li>
1472
-
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN-STK5000/index-eng.html" target="_blank">IN-STK5000 Adaptive Methods for Data-Based Decision Making</a>. Methods for adaptive collection and processing of data based on machine learning techniques.</li>
1473
-
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN5400/" target="_blank">IN5400/INF5860 – Machine Learning for Image Analysis</a>. An introduction to deep learning with particular emphasis on applications within Image analysis, but useful for other application areas too.</li>
1474
-
<p><li><ahref="https://www.uio.no/studier/emner/matnat/its/TEK5040/" target="_blank">TEK5040 – Dyp læring for autonome systemer</a>. The course addresses advanced algorithms and architectures for deep learning with neural networks. The course provides an introduction to how deep-learning techniques can be used in the construction of key parts of advanced autonomous systems that exist in physical environments and cyber environments.</li>
1474
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN-STK5000/index-eng.html" target="_blank">IN-STK5000 Responsible Data Science</a>. Methods for adaptive collection and processing of data based on machine learning techniques.</li>
1475
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN4310/index.html" target="_blank">IN4310 – Machine Learning for Image Analysis</a>. An introduction to deep learning with particular emphasis on applications within Image analysis, but useful for other application areas too.</li>
1476
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN5310/index.html" target="_blank">IN5310 – Advanced Deep Learning for Image Analysis</a></li>
1477
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/ifi/IN5490/index.html" target="_blank">IN5490 – Advanced Topics in Artificial Intelligence for Intelligent Systems</a></li>
1478
+
<p><li><ahref="https://www.uio.no/studier/emner/matnat/its/TEK5040/" target="_blank">TEK5040 – Deep learning for autonomous systems</a>. The course addresses advanced algorithms and architectures for deep learning with neural networks. The course provides an introduction to how deep-learning techniques can be used in the construction of key parts of advanced autonomous systems that exist in physical environments and cyber environments.</li>
0 commit comments