Skip to content

This GitHub repository includes the code for Project 2 on Computational Physics and Machine Learning.

License

Notifications You must be signed in to change notification settings

am-kaiser/CompSci-Project-2

Repository files navigation

Computational Physics and Machine Learning: Project 2

This repository contains scripts to solve partial differential equations with the Euler method and neural networks. Moreover, a neural network algorithm is used to solve an eigenvalue problem. This repository was setup for project 2 of the lecture Computational Physics and Machine Learning.

More information

  • Task Description
  • Scripts for Euler Solver can be found here
  • Scripts for Neural Network Solver can be found here
  • Scripts for Eigenvalue Problem Solver can be found here

How to setup (for Euler Solver)

  1. Create conda environment
conda create --name compsci_project_2 --file requirements.txt
  1. Run one of the following lines depending on your use case.
# if you only want to run the code
python setup.py install
# if you want to change some scripts later
python setup.py develop

Contributors (alphabetic order)

Acknowledgement

All contributors are part of the CompSci doctoral program which is managed by the Faculty of Mathematics and Natural Sciences at the University of Oslo (UiO). The program is partly funded by the EU Horizon 2020 under the Marie Skłodowska-Curie Action (MSCA) - Co-funding of Regional, National and International Programmes (COFUND).

About

This GitHub repository includes the code for Project 2 on Computational Physics and Machine Learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •