Skip to content

kas2020-commits/PHYS-449-Assignment-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHYS449 Machine Learning in Physics

  • name: your name
  • student ID: your student ID

Instructions

  • how to use git and github: An Intro to Git and GitHub for Beginners (Tutorial)
  • copy paste this template as your github repo
    1. click the green button Use this template in this page
    2. name your repo as PHYS449
    3. click the green button Create repository from template
  • managing dependencies
    • you can list your dependencies in the README.md of each folder
    • you can use pip freeze > requirements.txt to create a dependency specification file

For each Homework submission

  1. the only requirement for each homework submission is to have a main.py and README.md
  2. if you have other files, scripts or python modules to include in your homework, you can do whatever you like as long as it's inside the Assignment folder
  3. remember to include your param.json and data files, this makes sure your code can run
  4. remember to always use a relative path when you read the files, this makes sure your program runs on another machine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%