Add Jupyter notebook assignments for Deep Learning FS26#1
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
Co-authored-by: sing-git <183478851+sing-git@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Jupyter notebook for assignment tasks
Add Jupyter notebook assignments for Deep Learning FS26
Mar 5, 2026
Owner
|
@copilot enter URL of the running Jupyter Server when i click jupyter to run this |
Co-authored-by: sing-git <183478851+sing-git@users.noreply.github.com>
Author
The Jupyter server URL is printed directly in your terminal when you start the server. Here's the quickest way (commit Run from the repo root: bash start_jupyter.shThe terminal will print something like: Copy that full URL (including the
The README now has full step-by-step instructions for all three options (script, manual, and cloud via Google Colab/Binder with no install needed). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Course had no assignment material — adds three structured Jupyter notebooks covering foundational deep learning topics, each split into three consistent parts.
Notebook structure (uniform across all assignments)
TODOmarkers for students to completeAssignments added (
assignments/)Assignment1_Perceptrons_MLP.ipynbnn.Module, decision boundariesAssignment2_CNN.ipynbAssignment3_RNN_LSTM.ipynbOther
README.mdwith course overview and assignment table, including three options for running notebooks (quickstart script, manual setup, and cloud via Google Colab/Binder)start_jupyter.shlauncher script that auto-installs dependencies, starts the Jupyter server, and prints the server URL (including login token) to the terminal for use in a browser or IDE (VS Code, PyCharm)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.