Recitation #1 Tel Aviv University 2016/2017 Slava Novgorodov

Slides:



Advertisements
Similar presentations
General Computer Science for Engineers CISC 106 Lecture 01 James Atlas Computer and Information Sciences 9/2/2009.
Advertisements

CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Principles of Programming Languages CMSC 331, Fall 2011
CSCI 1301 Principles of Computer Science I
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
CSS 404 Internet Concepts. XP Objectives Developing a Web page and a Website Working with CSS (Cascading Style Sheets) Web Tables Web Forms Multimedia.
Week 1 : Introduction to Lab.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Course Introduction Software Engineering
CGS-2531 Problem Solving with Computer Software Course home page: Course.
Principles of Programming Languages CMSC 331 Fall 2013.
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
Operating Systems Session 1. Contact details TA: Alexander(Sasha) Apartsin ◦ ◦ Office hours: Homepage:
PHYSICS 116, Section 003 Prof. Dmitri Khveshchenko Tuesday/Thursday 11am, Phillips 265 Office hours: T/Th 3-4pm, Phillips 296
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
CS Welcome to CS 5383, Topics in Software Assurance, Toward Zero-defect Programming Spring 2007.
Fall 2012 Professor C. Van Loan Introduction to CSE Using Matlab GUIs CS 1115.
C Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Kaggle Competition Rossmann Store Sales.
CIT 592 Discrete Math Lecture 1. By way of introduction … Arvind Bhusnurmath There are no bonus points for pronouncing my last name correctly Please call.
Math 1316 Prof. Thomas Jay. Homework: Homework problems are designed to reinforce the lecture/reading. If you miss a class, you should attempt to do.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Course Information and Introductions
Recitation #4 Tel Aviv University 2016/2017 Slava Novgorodov
Computer Science A-level
CMSC 471 Principles of Artificial Intelligence Course Overview
Course Information and Introductions
Course Introduction – Fall 2014
Course Introduction 공학대학원 데이타베이스
Introduction to Programming
Recitation #3 Tel Aviv University 2016/2017 Slava Novgorodov
IST256 : Applications Programming for Information Systems
CMSC 471 Introduction to Artificial Intelligence section 1 Course Overview Spring 2017.
Exercise The university wants to create a database for teaching. The database needs to contain information about the different courses, the different versions.
DATA MINING Python.
Summary Tel Aviv University 2016/2017 Slava Novgorodov
The Development Environment and Your First C Program
Computer Science 102 Data Structures CSCI-UA
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Course Information and Introductions
Prepared by Kimberly Sayre and Jinbo Bi
Website: Contact No: ID:
Brief Intro to Python for Statistics
IST256 : Applications Programming for Information Systems
Systems Programming Intro
CS 111 Digital Image Processing
Principles of Programming Languages
Option One Install Python via installing Anaconda:
BIT 143: Programming & Data Structures in C#
Recitation #2 Tel Aviv University 2017/2018 Slava Novgorodov
C Programming Lecture 1 : Introduction
Human Media Multicore Computing Lecture 1 : Course Overview
Lecture 1a- Introduction
Human Media Multicore Computing Lecture 1 : Course Overview
Human Media Multicore Computing Lecture 1 : Course Overview
CSCE 221 Professor Lupoli TAMU CSCE 221 Intro.
C Programming Lecture 1 : Introduction
Recitation #2 Tel Aviv University 2016/2017 Slava Novgorodov
Recitation #1 Tel Aviv University 2017/2018 Slava Novgorodov
Recitation #4 Tel Aviv University 2017/2018 Slava Novgorodov
Summary Tel Aviv University 2017/2018 Slava Novgorodov
Homework Reading Machine Projects Labs
Course policy.
Lecture 1a- Introduction
Agenda for Unit 1: Introduction of Computers and Games Graphics
Installations for Course
Computer Science A-level
Presentation transcript:

Recitation #1 Tel Aviv University 2016/2017 Slava Novgorodov Intro to Data Science Recitation #1 Tel Aviv University 2016/2017 Slava Novgorodov

Administrative Office Hours: TBD Course website: http://slavanov.com/teaching/ds1617b/ Homeworks: 3 (see schedule on course site) Mostly programming tasks (Python 3) Submission in pairs (by email) Final grade: 70% exam, 30% exercises

Today’s lesson Introduction to Data Science: Hands-on Data Science with Python Data Understanding Querying data Dealing with missing data Visualization of data

Data Science with Python version: 3 Libraries: Pandas NumPy scikit-learn matplotlib … Both working in jupyter or in IDE are fine! Anaconda package is recommended!

Recitation structure Usage of relevant part of the library – demonstration using simple examples Hands-on solution of real-world problems

Let’s code!

References http://pandas.pydata.org/ http://www.numpy.org/ http://scikit-learn.org http://matplotlib.org/ https://anaconda.org/

Questions?