Code Monkey home page Code Monkey logo

ml2's Introduction

COMP 3132 - Python ML, part 2

Course outline

Book

Introductory videos

Installing Keras on your laptop

Note: This will take some time and download several hundred MB.

If you already have Anacanoda, open Anaconda prompt and first update conda by running

conda update conda

Then install keras

conda install keras

Test it by running import keras in python, you should see output like Using TensorFlow backend or Using CNTK backend - either is good. If you see any warnings about lack of GPU, that's also ok.

If you have a recent Nvidia GPU you can try following the CNTK instructions to istall the GPU version of CNTK but this is optional.

Week 1

Week 2

Week 3

Week 4

Week 5

Week 6

  • There was no lecture
  • Lab. Revising the MPG dataset using this notebook from the previous semester. Replace the decision tree with a neural network.

Week 7 - Midterm

Prep advice

  • Solve lab exercises
  • Go over the MNIST video from sentdex
  • Read chapters 3 of the book (skip section 3.3)
  • Solve more lab exercises
  • From chapter 4 read till section 4.3
  • Read chapters 1 and 2 of the book

Main topics and concepts to be familiar with

  • Data manipulation in NumPy and Pandas
  • Metrics used for evaluating and comparing ML models of different types
  • Overfitting
  • Train/validation/test data splitting and why we do this
  • Concepts about neural nets - weights, layers, activation functions, loss functions

Home assignment 2 - due March 13

  • Instructions
  • This home assignment is also an excellent practice exercise for the midterm

Week 8 - Intersession

Week 9

Week 10

Week 11

Home assignment 3 - due April 10

Week 12

Week 13

Week 14

Exam prep adivce

  • Re-read chapter 4
  • Experiment with lab exercise from week 13

ml2's People

Contributors

kamrik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.