Sinopsis
Machine learning and data science episodes of Software Engineering Daily.
Episodios
-
Self-Driving Deep Learning with Lex Fridman Holiday Repeat
27/12/2018 Duración: 52minOriginally posted on 28 July 2017. Self-driving cars are here. Fully autonomous systems like Waymo are being piloted in less complex circumstances. Human-in-the-loop systems like Tesla Autopilot navigate drivers when it is safe to do so, and lets the human take control in ambiguous circumstances. Computers are great at memorization, but not yet great at The post Self-Driving Deep Learning with Lex Fridman Holiday Repeat appeared first on Software Engineering Daily.
-
Poker Artificial Intelligence with Noam Brown Holiday Repeat
21/11/2018 Duración: 45minOriginally posted on May 12, 2015. Humans have now been defeated by computers at heads up no-limit holdem poker. Some people thought this wouldn’t be possible. Sure, we can teach a computer to beat a human at Go or Chess. Those games have a smaller decision space. There is no hidden information. There is no The post Poker Artificial Intelligence with Noam Brown Holiday Repeat appeared first on Software Engineering Daily.
-
Reflow: Distributed Incremental Processing with Marius Eriksen
16/11/2018 Duración: 01h04minThe volume of data in the world is always increasing. The costs of storing that data is always decreasing. And the means for processing that data is always evolving. Sensors, cameras, and other small computers gather large quantities of data from the physical world around us. User analytics tools gather information about how we are The post Reflow: Distributed Incremental Processing with Marius Eriksen appeared first on Software Engineering Daily.
-
Computer Architecture with Dave Patterson
07/11/2018 Duración: 51minAn instruction set defines a low level programming language for moving information throughout a computer. In the early 1970’s, the prevalent instruction set language used a large vocabulary of different instructions. One justification for a large instruction set was that it would give a programmer more freedom to express the logic of their programs. Many The post Computer Architecture with Dave Patterson appeared first on Software Engineering Daily.
-
Diffbot: Knowledge Graph API with Mike Tung
31/10/2018 Duración: 50minGoogle Search allows humans to find and access information across the web. A human enters an unstructured query into the search box, the search engine provides several links as a result, and the human clicks on one of those links. That link brings up a web page, which is a set of unstructured data. Humans The post Diffbot: Knowledge Graph API with Mike Tung appeared first on Software Engineering Daily.
-
Drift: Sales Bot Engineering with David Cancel
30/10/2018 Duración: 53minDavid Cancel has started five companies, most recently Drift. Drift is a conversational marketing and sales platform. David has a depth of engineering skills and a breadth of business experience that make him an amazing source of knowledge. In today’s episode, David discusses topics ranging from the technical details of making a machine learning-driven sales The post Drift: Sales Bot Engineering with David Cancel appeared first on Software Engineering Daily.
-
Generative Models with Doug Eck
11/10/2018 Duración: 01h51sGoogle Brain is an engineering team focused on deep learning research and applications. One growing area of interest within Google Brain is that of generative models. A generative model uses neural networks and a large data set to create new data similar to the ones that the network has seen before. One approach to making The post Generative Models with Doug Eck appeared first on Software Engineering Daily.
-
Real Estate Machine Learning with Or Hiltch
11/09/2018 Duración: 50minStock traders have access to high volumes of information to help them make decisions on whether to buy an asset. A trader who is considering buying a share of Google stock can find charts, reports, and statistical tools to help with their decision. There are a variety of machine learning products to help a technical The post Real Estate Machine Learning with Or Hiltch appeared first on Software Engineering Daily.
-
RideOS: Fleet Management with Rohan Paranjpe
31/08/2018 Duración: 58minSelf-driving transportation will be widely deployed at some point in the future. How far off is that future? There are widely varying estimations: maybe you will summon a self-driving Uber in a New York within 5 years, or maybe it will take 20 years to work out all of the challenges in legal and engineering. The post RideOS: Fleet Management with Rohan Paranjpe appeared first on Software Engineering Daily.
-
Stitch Fix Engineering with Cathy Polinsky
23/08/2018 Duración: 50minStitch Fix is a company that recommends packages of clothing based on a set of preferences that the user defines and updates over time. Stitch Fix’s software platform includes the website, data engineering infrastructure, and warehouse software. Stitch Fix has over 5000 employees, including a large team of engineers. Cathy Polinsky is the CTO of The post Stitch Fix Engineering with Cathy Polinsky appeared first on Software Engineering Daily.
-
DoorDash Engineering with Raghav Ramesh
16/08/2018 Duración: 51minDoorDash is a last mile logistics company that connects customers with their favorite national and local businesses. When a customer orders from a restaurant, DoorDash needs to identify the ideal driver for picking up the order from the restaurant and dropping it off with the customer. This process of matching an order to a driver The post DoorDash Engineering with Raghav Ramesh appeared first on Software Engineering Daily.
-
Self-Driving Engineering with George Hotz
08/08/2018 Duración: 56minIn the smartphone market there are two dominant operating systems: one closed source (iPhone) and one open source (Android). The market for self-driving cars could play out the same way, with a company like Tesla becoming the closed source iPhone of cars, and a company like Comma.ai developing the open source Android of self-driving cars. The post Self-Driving Engineering with George Hotz appeared first on Software Engineering Daily.
-
Botchain with Rob May
19/07/2018 Duración: 46min“Bots” are becoming increasingly relevant to our everyday interactions with technology. A bot sometimes mediates the interactions of two people. Examples of bots include automated reply systems, intelligent chat bots, classification systems, and prediction machines. These systems are often powered by machine learning systems that are black boxes to the user. Today’s guest Rob May The post Botchain with Rob May appeared first on Software Engineering Daily.
-
Machine Learning Deployments with Diego Oppenheimer
13/07/2018 Duración: 53minMachine learning models allow our applications to perform highly accurate inferences. A model can be used to classify a picture as a cat, or to predict what movie I might want to watch. But before a machine learning model can be used to make these inferences, the model must be trained and deployed. In the The post Machine Learning Deployments with Diego Oppenheimer appeared first on Software Engineering Daily.
-
Machine Learning Stroke Identification with David Golan
05/07/2018 Duración: 57minWhen a patient comes into the hospital with stroke symptoms, the hospital will give that patient a CAT scan, a 3-dimensional imaging of the patient’s brain. The CAT scan needs to be examined by a radiologist, and the radiologist will decide whether to refer the patient to an interventionist–a surgeon who can perform an operation The post Machine Learning Stroke Identification with David Golan appeared first on Software Engineering Daily.
-
Digital Evolution with Joel Lehman, Dusan Misevic, and Jeff Clune
15/06/2018 Duración: 51minEvolutionary algorithms can generate surprising, effective solutions to our problems. Evolutionary algorithms are often let loose within a simulated environment. The algorithm is given a function to optimize for, and the engineers expect that algorithm to evolve a solution that optimizes for the objective function given the constraints of the simulated environment. But sometimes these The post Digital Evolution with Joel Lehman, Dusan Misevic, and Jeff Clune appeared first on Software Engineering Daily.
-
Future of Computing with John Hennessy
07/06/2018 Duración: 55minMoore’s Law states that the number of transistors in a dense integrated circuit double about every two years. Moore’s Law is less like a “law” and more like an observation or a prediction. Moore’s Law is ending. We can no longer fit an increasing amount of transistors in the same amount of space with a The post Future of Computing with John Hennessy appeared first on Software Engineering Daily.
-
OpenAI: Compute and Safety with Dario Amodei
04/06/2018 Duración: 57minApplications of artificial intelligence are permeating our everyday lives. We notice it in small ways–improvements to speech recognition; better quality products being recommended to us; cheaper goods and services that have dropped in price because of more intelligent production. But what can we quantitatively say about the rate at which artificial intelligence is improving? How The post OpenAI: Compute and Safety with Dario Amodei appeared first on Software Engineering Daily.
-
Voice with Rita Singh
21/05/2018 Duración: 57minA sample of the human voice is a rich piece of unstructured data. Voice recordings can be turned into visualizations called spectrograms. Machine learning models can be trained to identify features of these spectrograms. Using this kind of analytic strategy, breakthroughs in voice analysis are happening at an amazing pace. Rita Singh researches voice at The post Voice with Rita Singh appeared first on Software Engineering Daily.
-
Machine Learning with Data Skeptic and Second Spectrum at Telesign
19/05/2018 Duración: 01h10minData Skeptic is a podcast about machine learning, data science, and how software affects our lives. The first guest on today’s episode is Kyle Polich, the host of Data Skeptic. Kyle is one of the best explainers of machine learning concepts I have met, and for this episode, he presented some material that is perfect The post Machine Learning with Data Skeptic and Second Spectrum at Telesign appeared first on Software Engineering Daily.