All Projects → forrestbao → MLClass

forrestbao / MLClass

Licence: other
Introduction to Machine Learning class taught at ISU, Fall 2020 to Spring 2021

Programming Languages

Jupyter Notebook
11667 projects
Mathematica
289 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MLClass

excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (+217.39%)
Mutual labels:  course
androidCourseKotlin
Android Course in Kotlin
Stars: ✭ 19 (-17.39%)
Mutual labels:  course
tensorflow-labsheets
Lab worksheets for the Applied Deep Learning Course.
Stars: ✭ 17 (-26.09%)
Mutual labels:  course
rest-apis-flask-python
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 861 (+3643.48%)
Mutual labels:  course
Course-Notes-Deep-Learning-by-Andrew-NG-on-Coursera
Hand Written course notes of Deep Learning Specialization by Andrew NG on Coursera
Stars: ✭ 23 (+0%)
Mutual labels:  course
course
gary60405.github.io/course/
Stars: ✭ 17 (-26.09%)
Mutual labels:  course
Geospatial Python CourseV1
This is an collection of blog posts turned into a course format
Stars: ✭ 53 (+130.43%)
Mutual labels:  course
courses
Grand Theft Bike V - Courses
Stars: ✭ 27 (+17.39%)
Mutual labels:  course
if977
Repositório da disciplina de Engenharia de Software voltada ao curso de Sistemas de Informação.
Stars: ✭ 60 (+160.87%)
Mutual labels:  course
Learn Machine Learning in 5 Months
This is the Curriculum to learn Machine Leaning from scratch to expert.
Stars: ✭ 51 (+121.74%)
Mutual labels:  course
android-online-course
Android Online Course
Stars: ✭ 22 (-4.35%)
Mutual labels:  course
data processing course
Some class materials for a data processing course using PySpark
Stars: ✭ 50 (+117.39%)
Mutual labels:  course
course-deep-learning
Course Material for HSG 10,860,1.00 - Introduction to Applied Deep Learning with TensorFlow
Stars: ✭ 14 (-39.13%)
Mutual labels:  course
modern-javascript
👨‍🏫 Mike's Modern JavaScript course
Stars: ✭ 14 (-39.13%)
Mutual labels:  course
introduction-for-lnv-mobile-base
教程-移动端开发脚手架 lnv-mobile-base 使用教程
Stars: ✭ 39 (+69.57%)
Mutual labels:  course
android-development-course
Course for Android Development
Stars: ✭ 16 (-30.43%)
Mutual labels:  course
sysprog
Systems Programming course
Stars: ✭ 21 (-8.7%)
Mutual labels:  course
Curso-Deep-Learning
Curso de Deep Learning desde las bases de Python, Fundamentos del Machine Learning, Fundamentos Matematicos del ML y DL, Redes Neuronales construidas desde cero hasta poner tu modelo a producción con Tensorflow
Stars: ✭ 13 (-43.48%)
Mutual labels:  course
illustrated-python-3-course
Course materials and handouts for Python 3, an illustrated tour course
Stars: ✭ 60 (+160.87%)
Mutual labels:  course
Python Master Courses
人生苦短 我用Python
Stars: ✭ 61 (+165.22%)
Mutual labels:  course

MLClass

Introduction to Machine Learning class taught at ISU, Fall 2020 to Spring 2021 Syllabus

All materials, except recorded videos uploaded to Canvas due to privacy concerns, are posted in this repository.

Slides

Slides are made in Markdown source code and compiled into PDFs, webpages, etc., using Pandoc An example script to convert from Markdown to PDF is make.sh.

The source files in Markdown are always the latest. There maybe delays in PDF syncing.

Precompiled PDFs are given below:

  1. Introduction
  2. Linear classifiers
  3. Decision trees
  4. SVMs
  5. Regression
  6. Neural networks
  7. Clustering
  8. Deep Learning
  9. Reinforcement Learning
  10. Ensemble Learning
  11. CV, NLP, tiny ML

Reading list

Image style generation and transfer in generative networks and generative adversarial networks (GANs)

How to audit (for ISU students only)

Now students can request to audit a course electronically by going to AccessPlus, clicking on the Student tab, clicking on Registrar Forms, and clicking "Schedule Change Form". They will need to attach an e-mail from their instructor saying they have permission to audit the course. After attaching documentation, the form can then be routed for approval.

Software needed for this class

Feel free to use your personal computer. Be sure to have Python3.6 or later set up, as well as numpy, scipy, matplotlib and tensorflow 2.x installed. Alternatively, you can use the university's infra. See here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].