Misc Announcements/Quiz. Ready for some real ML work? We are looking for programmers for the edigs project (edigs.org). This is a soon-to-be-deployed.

Slides:



Advertisements
Similar presentations
Semi-Supervised Learning With Graphs William Cohen 1.
Advertisements

Input and Output ENGR 1181 MATLAB 5. Input and Output In The Real World Script files (which provide outputs given inputs) are important tools in MATLAB.
Contensis Training How do I Create a new Web Page.
The Topic : The Difference Between The Blackberry And The IPhone Week 6 HomeWork.
Practice Test: Unit 2 There are 5 questions in this test. Convert Between Fractions and Terminating Decimals Begin Test 1 0.
Information and summer assignment meeting.. Why you want to be in AP Biology? You could receive 8 college credits depending on your AP exam grade, college.
Make Connections while they read
Career Plan 12 Student Guide Resume Job Application.
B 葉彥廷 B 林廷韋 B 王頃恩. Why we choose this topic Introduction Programming Model Example Implementation Conclusion.
An Introduction to Textual Programming
SGD ON HADOOP FOR BIG DATA & HUGE MODELS Alex Beutel Based on work done with Abhimanu Kumar, Vagelis Papalexakis, Partha Talukdar, Qirong Ho, Christos.
BREAKOUT SESSION #3: ADAPTIVE LEARNING: EARLY IMPLEMENTATION MODELS AND SUCCESSES Rebecca Orr, Ph.D. Professor of Biology, Collin College.
Factors Everyday Math Lesson 1.3. Lesson Objectives I can find all factors of a number. I can know and apply multiplication facts. I can write number.
Welcome to Open House! 8th Grade Science - Mrs. J. Dolive.
& GUIDED QUESTIONS MATH VOCABULARY DAY 31. FIRST Table of Contents.
Loops, Databases, Procedures, and Lists Dr. José M. Reyes Álamo.
ITCS373: Internet Technology Lecture 5: More HTML.
ONLINE SERVICES. DEFINITION An online service provider can for example be an internet service provider, a business, real time information, a government.
Mr. Grim’s Class U.S. History and AP Psychology.  For text or announcements from Mr. Grim US HistoryAP Psychology Text Message to (832)
CompSci 101 Introduction to Computer Science Sept. 9, 2014 Prof. Rodger President Brodhead speech graduation 2010 CompSci 101 Fall
CamScanner Free for iPhone, Android, Windows Phone.
Introducing Python CS 4320, SPRING Lexical Structure Two aspects of Python syntax may be challenging to Java programmers Indenting ◦Indenting is.
Brick Wall Homework Overview Brick wall Two types of row Big Brick Row Alternate Brick Row.
Web Page Design 1 Weekly Agenda # 1 The following are our student and teacher expectations/goals for this week. Please refer to our Massachusetts State.
Welcome to Physical Science! Ms. Anderson.
Project Epoch Description. Summary of Presentation  Web Applications  Web Applications world market  World Internet market  Mobile Users worldwide.
Welcome to Biology I (Mr. Rodriguez room S229) Please begin the day by copying and answering the “IN” question … IN: Tell me: a. What school you attended.
Other Map-Reduce (ish) Frameworks: Spark William Cohen 1.
CS190/295 Programming in Python for Life Sciences: Lecture 6 Instructor: Xiaohui Xie University of California, Irvine.
ECE4006 Senior Design Project Linda Milor and Jay Schlag
Happy INVERSE Day Please do the following: 1)Take out your notes and worksheet 2)Take out your homework HW #5: p , odd, 27, 29, 33, 39,
Bigtable: A Distributed Storage System for Structured Data
Lab 4 Instructions If you have a text book, you can go to drill at pp. 126 for steps 1-6 at the end of chapter 4, Or you can read following slides of the.
Lab Journal 1: Project Write-up Finish/Conclude/Review Project Requirements Using iPads Independent Work: Lab Journal 1 – Playground Physics.
Chapter 6 Functions The Tic-Tac-Toe Game. Chapter Content In this chapter you will learn to do the following: 0 Write your own functions 0 Accept values.
CompSci 101 Introduction to Computer Science March 29, 2016 Prof. Rodger.
Test Title Test Content.
Visual Programming? (and FRIDAY!)
THIS IS YOUR PRESENTATION TITLE
Los Cuates Middle School
For Teachers, Students and Parents.
Welcome to Geophysical Science!
¡Bienvenidos! Please take a seat anywhere
Calculating Turnarounds
CS515: Bioinformatic Algorithms
Asynchronous Inputs of a Flip-Flop
Azure Machine Learning & ML Studio
Arbiter - Umpire Online Scheduling Tool Instructions
Your Mock Interview & CV
CS190/295 Programming in Python for Life Sciences: Lecture 6
Directions March 31st April 10th 2017.
Career Plan 12 Student Guide
+ + Your text Enter your text Please enter your text Your text
Last Class We Covered Asymptotic Analysis Run “time” Big O
Career Plan 12 Student Guide
Mr. Rouda’s CSCI 101 sections
Residential Chemistry Training Experience 2019
Residential Chemistry Training Experience 2018
Career Plan 12 Student Guide
Career Plan 12 Student Guide
the title of the presentation to go here
Career Plan 12 Student Guide
Career Plan 12 Student Guide
Career Plan 12 Student Guide
Homework Reading Machine Projects Labs
Residential Chemistry Training Experience 2019
Directions March 3, April 14th 2019.
Lecture 17 – Practice Exercises 3
Lecture 17 – Practice Exercise 3 SOLUTIONS
Career Plan 12 Student Guide
Presentation transcript:

Misc Announcements/Quiz

Ready for some real ML work? We are looking for programmers for the edigs project (edigs.org). This is a soon-to-be-deployed (mid-april deployment) application for prospective tenants to find better housing. We have an android app and web app and are looking for someone who could help us create an iphone app as well. In addition, we are doing applied machine learning work to predict the expected cost of the utilities, and an interested student could be involved in helping us to implement and extend that aspect of the system. Please if interested. - Jenn Mankoff

Ready for some real ML work? I will have some slots for my group also for summer work (credit or $$). Send me a cv. Some biology background is a big plus. - William

Homework 7 - Hints How do you define the strata? first assign rows and columns to blocks then assign blocks to strata

Homework 7 - Hints How do you define the blocks? Any (non-random) one-one mapping from a row/column index to [1,…K] is fine

Homework 7 - Hints How do you read the data and put it into triple format? it’s a nice warmup… – rdd.wholeTextFiles(“/path/to/dir”) returns key,value pairs where key=file name, value=file contents as a string – flatMap the result with a python function that takes a string and converts it to a list of triples movieId: userId1,rating1,date1 userId2,rating2,date2 ….

Homework 7 - Hints What’s parallel and what’s sequential? for epoch t=1,….,T in sequence – for stratum s=1,…,K in sequence for block b=1,… in stratum s in parallel – for triple (i,j,rating) in block b in sequence » do SGD step for (i,j,rating) Hint 1: You need some loops around rdd operations Hint 2: Look at rdd.mapPartitions() to see how to control a parallel/sequential breakdown like the inner loop only needs part of W,H

Which of the following programs (1) graduated William Cohen in 1984 (2) graduated Alex Beutel in 2011 (3) has been in 12 NCAA Final Fours, 9 NCAA Championship games, and won 5 NCAA Championship titles, since 1980, when William Cohen entered as a freshman? A.Duke University B.UNC/Chapel Hill C.Stanford and MIT put together D.Duke! go Duke! DUKE! April QUIZ