Skip to content

Latest commit

 

History

History
152 lines (114 loc) · 8.08 KB

README.md

File metadata and controls

152 lines (114 loc) · 8.08 KB

CompSciProgram

This repository contains exercises and projects on computational science and AI for the CompSci program

First project:

Machine learning with linear and non-linear regression, logistic regression and support vector machines as well as Bayesian linear regression. This involves linear algebra (matrix inversion, determinants, eigenvalues, SVD and more from FYS4150), convex optimization problem (gradient descent, steepest descent, stochastic gradient descent, iterative solvers) and several central (deterministic) ML methods. Calculation-oriented statistics with Bayes' theorem and MCMC sampling can also be included. Bayesian linear regression can be omitted.

Workload: 6 ECTS.

Datasets you study can be adapted to your research field, whether it is astro, physics, chemistry, bioscience, geoscience or mathematics. Planned finished end January 2023

Second project:

Deep learning: standard neural networks, convolution and neural networks (CNN), recursive neural networks, Boltzmann machines, various autoencoders and possibly general adversial networks. Reduction of dimensionality in scientific problems. Possible topic to work with: solution of ordinary and partial differential equations. Here we can take this from a deep learning perspective and a traditional final difference form taught in FYS4150. But we can also focus on classification problems. Datasets can again be adapted to the field.

Workload: 7 ECTS. Planned finished end March/begin April 2023

Third project:

See project description here: https://raw.githubusercontent.com/CompPhysics/CompSciProgram/main/doc/Projects/2022/Project3/pdf/Project3.pdf

Workload: 7 ECTS. Deadline: June 7 2023

In total 20 ECTS.

Lectures

October 26

November 2

November 9

November 23

December 12

December 13

December 14

January 17

January 24

January 31

February 7

February 21

February 28

March 7

March 14

March 21

  • Work on project 2

March 28

April 25

May 2

May 9

May 16