Artificial Intelligence for Health Metricians

J://Project/Machine-Learning/ML4HM/weather-numeric.csv


In [1]:
import ipynb_style
reload(ipynb_style)
ipynb_style.presentation()


Out[1]:

Any questions?

  • Week 1: Introduction.
    • Class 1: What machine learning is.
    • Class 2: Lab session on Python.
  • Before this week: Get the books, set up your computation environment;
  • During this week’s classes: Learn basics of machine learning and of data analysis in Python;
  • Outside of this week’s classes:

Read (and discuss)

  • What was most surprising thing for you?
  • DM is about technology, ISL is about tools; is there a difference?
  • What is training and what is learning?
  • How do you know a machine is learning?
  • Are rocks smarter than dogs (as one mean-spirited critic put it)?
  • What can be missed when deciding what to learn and what to predict, e.g. sales example in ISL?

Software Carpentry Introduction to Python

Homework:

  • Think about “input data”, and your experiences preparing and cleaning it
  • Find the best "length-two decision list" for weather prediction
  • Keep thinking about a machine learning project
  • Read 2+ chapters (DM 2-3, ISL 2.2)