diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-05-16 21:38:59 -0500 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-05-16 21:38:59 -0500 |
commit | 9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c (patch) | |
tree | 9e739b11361f5fd122b31cfce107947502b69809 /csci4511w/colab/HW5 - Neural Networks/README.md | |
parent | Add trash (diff) | |
download | homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.gz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.bz2 homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.lz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.xz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.zst homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.zip |
Rearrange files
Diffstat (limited to 'csci4511w/colab/HW5 - Neural Networks/README.md')
-rw-r--r-- | csci4511w/colab/HW5 - Neural Networks/README.md | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/csci4511w/colab/HW5 - Neural Networks/README.md b/csci4511w/colab/HW5 - Neural Networks/README.md deleted file mode 100644 index 92352ea..0000000 --- a/csci4511w/colab/HW5 - Neural Networks/README.md +++ /dev/null @@ -1,50 +0,0 @@ -# INSTRUCTIONS FOR THE ASSIGNMENT - -1. Open the notebook in Colab. If you prefer to run the notebook locally on your computer see the the supplemental instruction at the bottom. - -2. Only add in your code where indicated (i.e. between "### START CODE HERE ###" and "### END CODE HERE ###"). -You should not modify any other code. The additional python files "planar_utils.py" and "test_cases.py" should *NOT* be modified. - -3. Be sure to save your work in the notebook. To export the notebook click file > download > .ipynb - -4. Submission: submit your ipynb file to Canvas. - -Tips: -See here: https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Running%20Code.html for -help on coding within the notebook. - - - - - -# Supplemental Instructions for Running Locally - -Running the notebook in Colab is preferred, but this is an option if you prefer. - -1. Create virtual environment, install necessary packages. Only run this code once, the first time you set everything up. - -cd type-path-to-your-homework-folder-here -python3 -m venv ./venv - - -2. Activate virtual environment. Run this everytime before working on your homework. - -cd type-path-to-your-homework-folder-here -source venv/bin/activate - - -3. Install necessary packages. Only run this code once, the first time you set everything up. - -pip install --upgrade pip -pip install -r requirements.txt - - -4. Launch the notebook to work on the assignment in a browser. - -jupyter notebook CSci4511W_HW5.ipynb - - -5. Only add in your code where indicated (i.e. between "### START CODE HERE ###" and "### END CODE HERE ###"). -You should not modify any other code. The additional python files "planar_utils.py" and "test_cases.py" should *NOT* be modified. - -6. Be sure to save your work in the notebook. To close the notebook click file > close, then in the terminal you can shut down the kernel with CTRL-c and then confirming that you want to shut it down.
\ No newline at end of file |