Coder Social home page Coder Social logo

io614 / cs7641-ml-study-materials-2023 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from knakamura13/cs7641-ml-study-materials-2023

0.0 0.0 0.0 5.8 MB

A collection of study materials for OMSCS CS7641 Machine Learning.

License: The Unlicense

cs7641-ml-study-materials-2023's Introduction

CS7641 ML Study Materials 2023

A collection of study materials for OMSCS CS7641 Machine Learning.

Study Materials

Lecture Transcripts

The /Lecture Transcripts directory includes a complete copy of the lectures in text format.

Directory contents

  • CS7641 ML Lectures All Chapters.pdf
    • a beautifully formatted PDF containing the transcripts of every lecture from the course, separated by chapter, module, and lecture
  • CS7641 ML Lectures Chapter 1 Supervised Learning.pdf
    • a formatted PDF containing only chapter 1 (supervised learning)
  • CS7641 ML Lectures Chapter 2 Unsupervised Learning.pdf
    • a formatted PDF containing only chapter 2 (unsupervised learning)
  • CS7641 ML Lectures Chapter 3 Reinforcement Learning.pdf
    • a formatted PDF containing only chapter 3 (reinforcement learning)
  • CS7641 ML Lectures All Chapters Raw.txt
    • a plain text (raw) version of CS7641 ML Lectures All Chapters.pdf

How it was made

These transcripts were created by downloading the lecture videos from Canvas, converting the subtitle (.srt) files to plain text, using regex to remove the subtitle formatting, then organizing the text files by chapter, module, and lecture title.

Practice Quizzes

The /Practice Quizzes directory includes 19 multiple-choice practice quizzes, each pertaining to one of the 19 modules from the course.

Practice Exams

The /Practice Exams directory includes 2 multiple-choice practice exams covering key concepts from modules covered by the midterm and final exams.

How it was made

I used GPT-3 and GPT-4 to recursively summarize the lecture transcripts. The transcripts were acquired by converting the video subtitles into plain text, stripping out the subtitle formatting, and combining the hundreds of text files into one. The transcripts were then condensed to 1% of their original size, starting with over 1.5 million characters and ending with around 15,000.

This process made it possible to copy all the lectures into a single ChatGPT prompt.

Here is the prompt that I used to create the practice final exam:

The following text is a summary of the transcripts from the lectures in CS7641 ML. Use the information in the summary to get an idea of what was taught in this course.

Then, create a practice exam with 50 questions, following these rules:

  1. The questions are multiple-choice, with multiple correct options per question.
  2. Each question has at least one correct option but no more than three correct options.
  3. Each question has four options.
  4. The options are labeled A, B, C, D.
  5. The exam is difficult but not impossible.
  6. Try to disambiguate the options and avoid writing questions that rely on a technicality or a "trick" answer.

Do not show me the answers. Instead, show me an answer key at the end of your response so that I can test myself.

Here is the summary of the transcribed lectures (delimited by triple quotes):

""" SUMMARY OF LECTURE TRANSCRIPTS """

Other tools and resources

  • ๐Ÿค— Dataset Toolkit (by Kyle Nakamura)
    • This repository contains Python code that automates the process of downloading, cleaning, and saving datasets. The code uses Huggingface's datasets library to download the datasets and utilizes pandas and scikit-learn for preprocessing tasks such as one-hot encoding. I created this tool to enable rapid experimenting with different ML models and it should be particularly useful for ML Assignment 1.
  • Recursive Lecture Summarizer (by Kyle Nakamura)
    • This project features a GPT-powered text summarizer designed to efficiently condense large documents into concise summaries. It focuses on extracting key information while maintaining the core essence of the original text, and uses a "chunking" methodology to make the summarization task easier for the ML model.
  • LaTeX templates for the 4 assignments (by Kyle Nakamura)
    • The /Report LaTex Templates directory contains 4 templates that can be used for the 4 assignments. To use one, sign in to Overleaf with your GATech credentials, click "New Project", and then "Upload Project".

License

Licensed under the Unlicense.

cs7641-ml-study-materials-2023's People

Contributors

knakamura13 avatar

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.