bluenote2012 / DAT_SF_18

0 stars 0 forks source link

DAT_SF_18

Course materials for General Assembly's Data Science course in San Francisco (10/27/15 - 1/26/16).

Logistics

<<<<<<< HEAD <<<<<<< HEAD

Course Description

Foundational course in data science, including machine learning theory, case studies and real-world examples, introduction to various modeling techniques, and other tools to make predictions and decisions about data. Students will gain practical computational experience by running machine learning algorithms and learning how to choose the best and most representative data models to make predictions. Students will be using Python throughout this course.

Required Setup

Completion Requirements

In order to receive a General Assembly Letter of Completion for Data Science, upon completion of the course, students must:

Assignments, milestones and feedback throughout the course are designed to prepare students to deliver a quality course project.

Course Outline

The weekly schedules for lecture content, lab content, and homework assignments are subject to change according to the needs & preferences of the class.

Course Schedule

Week Tuesday Thursday
1 10/27: Introduction to Data Science, Git setup 10/29: Python & Linear Algebra review
2 11/03: Cleaning and imputing Data 11/05: Data Sources
3 11/10: Introduction to Machine Learning, Regression 11/12: Cross Validation and Naïve Bayes
4 11/17: Regression and Regularization 11/19 Logistic Regression
5 11/24: Imbalanced Classes and Evaluation Metrics 11/26: Thanksgiving -- No Class
6 12/01: Decision Trees 12/03: Support Vector Machines
7 12/08: Ensemble Techniques 12/10: Review of Supervised Learning
8 12/15: K-Means Clustering and Unsupervised learning 12/17: Dimensionality Reduction
9 01/05: Recommendation systems 01/07: Natural Language Processing and Text Mining
10 01/12: Database Technologies 01/14: Map Reduce
11 01/19: Data Products 01/21: Final Project Work session
12 01/26: Final project presentations

Homework Schedule

HW Topics Dataset Assigned Due Review Due
1 Github setup 10/29 11/3 11/5

Final Project Milestones

Office Hours

Instructor Times Available method
Dylan
Otto Tuesday 5:30pm -6:30pm Classroom 4 or slack
Francesco Tuesday & Thursday slack (quickest response) or hangouts by appointment

Slack

You've all been invited to use Slack for chat during class and the day. Please consider this the primary way to contact other students. Dylan will be in Slack during class to handle questions. All instructors will be available on Slack during office hours (listed above).

Resources

Working in the terminal

Statistical Learning Theory

Algorithms

Python