Skip to content

Andrej Karpathy youtube playlist follow along and d2l book practice

Notifications You must be signed in to change notification settings

chandeldivyam/neural-networks-practice

Repository files navigation

Neural Networks Practice

This repository contains practice code following along with Andrej Karpathy's YouTube playlist on Neural Networks.

Setup and Installation

Follow these steps to setup and run the project:

  1. Setup Virtual Environment

    Create a virtual environment using the venv module:

    python3 -m venv env
  2. Activate the Virtual Environment

    Activate the virtual environment. On Windows, use:

    .\env\Scripts\activate

    On Unix or MacOS, use:

    source env/bin/activate
  3. Install Requirements

    Install the required packages using the requirements.txt file:

    pip install -r requirements.txt
  4. Run Jupyter Notebook

    Run Jupyter notebook on the required port 8999:

    jupyter-lab --port 8999

Now, you should be able to open the notebook in your browser and run the code.

About

Andrej Karpathy youtube playlist follow along and d2l book practice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published