Skip to content

syang0624/CS156_Works

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code

CS156 Pre-Class Work

This is your personal repository for you to upload your pre-class work submissions. Please note that a folder has been created for each session. Once you have cloned your repository onto your computer, you will need to ensure that you add and commit your work to the correct folder, and push back to your online repository prior to each class. Here are some tips to make the process easier:

  1. You will find it convenient to do your pre-class work in Jupyter notebooks. Use markdown cells where appropriate to explain your working.
  2. Feel free to make multiple commits as you keep working on your pre-class work. Git is a powerful tool for version control used widely in industry, and this practice will serve you well later on. Regular commits make it possible to revert to earlier versions of your code if you accidentally break something by making a change.
  3. For those of you using them, there is no need to commit Python virtual environments into the repository, since these will often be quite large. They can be found in a folder .venv. You can ensure that they are not committed by adding them to a .gitignore file. You can also add other files and folders here that you wish to keep untracked.
  4. Those of you who prefer to work in Google Colab, it is possible to link this directly to your GitHub repository. Please see the example here.
  5. GitHub Desktop provides a GUI to add, commit and push submissions, for those who prefer using a graphical interface to using terminal directly.
  6. In many cases, if you are using a pretty standard dataset, then there is no need to commit it to the repo. If you have performed a lot of preprocessing, or data augmentation, or if the dataset is pretty small (<10MB), then please consider adding it to the repo!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages