Giter Site home page Giter Site logo

sp2024_notebooks's Introduction

Deep Learning for Data Science Spring 2024 Jupyter Notebooks

This is the repository for the Jupyter notebooks that are assigned as part of the Spring 2024 edition of Deep Learning for Data Science

You basically have two choices for running the notebooks.

Running Notebooks in Google Colab

This will usually be the easiest option for you.

Near the top of the notebook you should see a badge that looks like
Open In Colab

You can click on that badge ihn the notebook (the one here won't do anyting) and the notebook should open in Google Colab.

Once there, you can save to your Google Drive, and then any changes you make will be saved, and you can come back to it later by opening from your Google Drive.

If you navigate to "My Drive" on the left side navigation bar, you should see a folder called "Colab Notebooks". It should be in there somewhere.

Running Notebooks Locally

You can also clone or fork-then-clone this repo and then run and edit the notebooks in your local environment.

It's always best to setup a virtual python environment first.

MacOS and Linux

On MacOS and Linux:

python3 -m venv .venv # create a new python3 virtual environment called '.venv'

source .venv/bin/activate  # activate the environment

pip list # list packages in your virtual environment

# It should only show two packages, and it may suggest that you update pip.
pip install --upgrade pip 

# We'll try to keep the requirements.txt file up to date.
# You may have to rerun this command for subsequent notebooks since
# additional packages may be required.
pip install -r requirements.txt

Windows

Let the instructors know if you want to run on windows and want instructions on how to do that.

BU SCC

Let the instructors know if you want to run on BU SCC and want instructions on how to do that.

sp2024_notebooks's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.