lecture 1 welcome to cs88
play

Lecture #1: Welcome to CS88! UC Berkeley EECS Lecturer Michael - PowerPoint PPT Presentation

Computational Structures in Data Science Lecture #1: Welcome to CS88! UC Berkeley EECS Lecturer Michael Ball August 26, 2020 http://cs88.org In The News For Quick Coronavirus Testing, Israel Turns to Clever Algorithm The New York Times


  1. Computational Structures in Data Science Lecture #1: Welcome to CS88! UC Berkeley EECS Lecturer Michael Ball August 26, 2020 http://cs88.org

  2. In The News For Quick Coronavirus Testing, Israel Turns to Clever Algorithm The New York Times https://www.nytimes.com/202 0/08/21/health/fast- coronavirus-testing- israel.html Pooled testing is more efficient, but requires a lot of duplicate testing when positive results are found. This approach splits a sample into multiple pools, which are tested together → Fewer “retests” are done. Based on “error correcting codes”, a subject in computer science! 2 8/26/2020 UCB CS88 Fa20 L1

  3. Goals today • Introduce you to – the field – the course – the team • Answer your questions • Big Ideas: – Abstraction – Data Type 3 UCB CS88 Fa20 L1

  4. CS88 Team - me • Michael Ball – ball@Berkeley.edu – You’re best off by using Ed! J – 625 Soda Hall / Berkeley.zoom.us / my apartment – http://michaelball.co – I don’t update this much… » It was great procrastination when I was a CS student. – Office hours: tentatively Tuesday early afternoon. – A few minutes after class • Things I do: – Intro CS Research » Tools, curriculum – Training TAs – Building Educational Software (Gradescope) – Tools for web accessibility 4 8/26/2020 UCB CS88 Fa20 L1

  5. CS88 Team 5 8/26/2020 UCB CS88 Fa20 L1

  6. Course Structure • 2 lectures, 1 lab each week • Lecture introduces concepts (quickly!), answers why questions. • Lab provides concrete detail hands-on • Homework (12) cements your understanding • Projects (2) put your understanding to work in building complete applications – Maps – Ants vs Some Bees • Readings: http://composingprograms.com – Same as cs61a 6 8/26/2020 UCB CS88 Fa20 L1

  7. Class Format • Labs are Friday This Week. • Will become Wed – Fri next week • Mon: Video Lecture • Wed: “Live” Lecture • W-F: Labs 7 UCB CS88 Fa20 L1

  8. Class Format: Assignments • Lecture Quizzes, 1 point, max 20. – 1 per lecture, due in 1 week. (Half credit after) • Lab Work: 4 points, 12 labs, 1 drop – Start them during lab! You can probably finish some labs in 2 hours. Will be Python + some interactive questions. – Out Weds, due Tues Night. • Homework: 8 points, 12 HW, 1 drop – Start early! – Out Thursdays, Due Next Friday Night 8 UCB CS88 Fa20 L1

  9. Class Format: Assignments • Lecture Quizzes, 1 point, max 20. – 1 per lecture, due in 1 week. (Half credit after) • Lab Work: 4 points, 12 labs, 1 drop – Start them during lab! You can probably finish some labs in 2 hours. Will be Python + some interactive questions. – Out Weds, due Tues Night. • Homework: 8 points, 12 HW, 1 drop – Start early! – Out Thursdays, Due Next Friday Night 9 UCB CS88 Fa20 L1

  10. Class Format: Assignments • Projects: 100 points between 2 – Start early! ”Checkpoint” assignments • Slip Days: 8 total – Use up to 3 on any assignment – We apply the in the order that’s most beneficial! » i.e. use them on projects if you need! – Can be used for homework, labs, projects, but not project checkpoints. • Slip Days take care of most, but not all special circumstances! 10 UCB CS88 Fa20 L1

  11. Data Science Nearly every field of discovery is transitioning from “data poor” to “data rich” Oceanography:*OOI * Physics:*LHC * Astronomy:*LSST * Neuroscience:*EEG,*fMRI * Biology:*Sequencing * Economics:*POS* Sociology:*The*Web * terminals * 6* Data Science growing organically everywhere ! AMP!Lab! Adam!Arkin,! Ion!Stoica,!CS! Bioengineering! ! Michael!Franklin,!CS! ! ! Fernando!Perez,!! Brain!Imaging!Center! iPython!tools!and!community! Charles!Marshall! Reconstruc=ng!the!movies! Rosie!Gillespie! in!your!mind! Integra=ve!Biology! Digi=zed!Museum! ! Earthquake Strong Shaking in 11 seconds Richard!Allen!! Feb!15,!2013! Earth&!Plan.! Bin!Yu,!Sta=s=cs! Science! Emmanuel!Saez,!Economics! Jack!Gallant,!Neuroscience! Geospa=al!Lab! 11 UCB CS88 Fa20 L1

  12. A National Challenge Increasingly US jobs require data science and analytics skills. Can we meet the demand? The current shortage of skills in the national job pool demonstrates that business-as- usual strategies won’t satisfy the growing need. If we are to unlock the promise and potential of data and all the technologies that depend on it, employers and educators will have to transform. By 2021, 69% of employers expect candidates with DSA skills to get preference for jobs in their organizations. Only 23% of college and university leaders say their graduates will have those skills. 8 5/24/18 21st Century

  13. Greatest Artifact of Human Civilization … 13 UCB CS88 Fa20 L1

  14. 11 1/25/16 UCB CS88 Sp16 L1

  15. Era of Transformation Connected World Industrial Revolution Age of Enlighte nment 15 5/24/18 21st Century

  16. A Connected World of Data • The world’s knowledge at our finger tips • Digitialization of life, industry and society • Intimately connected to billions of us, globally • Explosion of observational instruments – Genomics, Microscopy, Astronomical, … • Vast Computational power to do analytics • Synthetic design exploration thru simulation • Machine reading of everything • Statistical machine learning algorithms to “discover” structure 16 5/24/18 21st Century

  17. What if I could … ? • See the world’s digital footprints? • Read everything that’s ever been written? • Take it all in and dive down anywhere as far as the science can take me? • Learn the physical/chemical/biological /sociological/neurological… models from the data? • Explore billions of designs and pick the one I want? • … ? 17 5/24/18 21st Century

  18. A Connected World 3.0 B 11/15 ARPANet Internet WWW 2.0 B 1/26/11 RFC 675 TCP/IP HTTP 0.9 1969 1974 1990 2010 18 8/26/2020 Eng21 UCB CS88 Fa20 L1

  19. Data 8 – Foundations of Data Science • Computational Thinking + Inferential Thinking in the context of working with real world data • Introduce you to several computational concepts in a simple data-centered setting – Authoring computational documents – Tables – Within Python3 and “SciPy” 19 8/26/2020 UCB CS88 Fa20 L1

  20. CS88 – Computational Structures in Data Science • Deeper understanding of the computing concepts introduced in c8 – Hands-on experience => Foundational Concept – How would you create what you use in c8 ? • Extend your understanding of the structure of computation – What is involved in interpreting the code you write ? – Deeper CS Concepts: Recursion, Objects, Classes, Higher- order Functions, Declarative programming, … – Managing complexity in creating larger software systems through composition • Create complete (and fun) applications • In a data-centric approach 20 8/26/2020 UCB CS88 Fa20 L1

  21. How does CS88 relate to CS61A ? Interpretation Thinking w/ Data Working w/ Data CS Concepts Statistics CS Concepts Units and Concepts in a and Techniques Computational Techniques Approach & Tools Intro Programming Intro Programming & Tools CS61A DATA8 CS88 21 8/26/2020 UCB CS88 Fa20 L1

  22. Opportunities for students c8 c8 CS88 c8 CS88 CS61B CS minor *** CS major c8 cs61a cs61a 22 1/25/16 UCB CS88 Sp16 L1

  23. The Data Science Major Modeling, Learning Human Computational & Domain & Decision Making Contexts Individualized Inferential Depth Emphasis & Ethics Probability Upper Division 30 units Electives Data 100: Principles & Techniques of Data Science Domain Emphasis Mathematics Computing Foundational Lower Division Data 8: Foundations of Data Science College Breadth & Electives 19

  24. Course Culture • Learning • Community • Respect • Collaboration • Peer Instruction 24 8/26/2020 UCB CS88 Fa20 L1

  25. Ed For Class Discussion: Try it! 25 8/26/2020 UCB CS88 Fa20 L1

  26. Where will we work? • Your laptop – Using an editor and a terminal • cs88.org • datahub.berkeley.edu – Not as often, but an option • us.edstem.org – Check out the “Workspaces” 26 8/26/2020 UCB CS88 Fa20 L1

  27. Poll: Check In • Are you enrolled in Data 8? • A. I took if Fall 2019 or earlier • B. I took it Spring 2020 • C. I’m taking it right now • D. I am trying to enroll in Data 8 • E. I am not taking Data 8 28 UCB CS88 Fa20 L1

  28. Poll: Check In • Where are you right now? • A. I made it to Berkeley! • B. I’m somewhere in California • C. I’m somewhere else in the US • D. I’m somewhere internationally for the semester • E. I’ve made it to Space where there is no COVID. 29 UCB CS88 Fa20 L1

  29. Pro-student Grading Policies • EPA – Rewards good behavior – Effort » E.g., Office hours, doing every single lab, hw, reading Ed posts – Participation » E.g., Raising hand in lec or discussion, asking questions – Altruism » E.g., helping other students in lab, answering questions on Ed 01/28/19 UCB CS88 Sp19 L1 30

  30. Your Tasks • Lecture 1 Quiz On Gradescope: – https://www.gradescope.com/courses/157733/assignments/621918/submissions/n ew • Attend Lab this week (and time on Friday) – https://us.edstem.org/courses/2362/discussion/111922 • Later today/tomorrow: – Fill out the intro survey • This weekend: – Signup Genius form for lab times Welcome, and Good luck! 39 8/26/2020 UCB CS88 Fa20 L1

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend