Machine Learning Software Engineering Daily

  • Autor: Vários
  • Narrador: Vários
  • Editor: Podcast
  • Duración: 146:23:23
  • Mas informaciones

Informações:

Sinopsis

Machine learning and data science episodes of Software Engineering Daily.

Episodios

  • Deep Learning Topologies with Yinyin Liu

    10/05/2018 Duración: 53min

    Algorithms for building neural networks have existed for decades. For a long time, neural networks were not widely used. Recent changes to the cost of compute and the size of our data have made neural networks extremely useful. Our smartphones generate terabytes of useful data. Lower storage costs make it economical to keep that data. The post Deep Learning Topologies with Yinyin Liu appeared first on Software Engineering Daily.

  • Keybase Architecture / Clarifai Infrastructure Meetup Talks

    28/04/2018 Duración: 01h13min

    Keybase is a platform for managing public key infrastructure. Keybase’s products simplify the complicated process of associating your identity with a public key. Keybase is the subject of the first half of today’s show. Michael Maxim, an engineer from Keybase gives an overview of how the technology works and what kinds of applications Keybase unlocks. The post Keybase Architecture / Clarifai Infrastructure Meetup Talks appeared first on Software Engineering Daily.

  • TensorFlow Applications with Rajat Monga

    26/04/2018 Duración: 51min

    Rajat Monga is a director of engineering at Google where he works on TensorFlow. TensorFlow is a framework for numerical computation developed at Google. The majority of TensorFlow users are building machine learning applications such as image recognition, recommendation systems, and natural language processing–but TensorFlow is actually applicable to a broader range of scientific computation The post TensorFlow Applications with Rajat Monga appeared first on Software Engineering Daily.

  • Scale Self-Driving with Alexandr Wang

    27/02/2018 Duración: 43min

    The easiest way to train a computer to recognize a picture of a cat is to show the computer a million labeled images of cats. The easiest way to train a computer to recognize a stop sign is to show the computer a million labeled stop signs. Supervised machine learning systems require labeled data. Today, The post Scale Self-Driving with Alexandr Wang appeared first on Software Engineering Daily.

  • Machine Learning Deployments with Kinnary Jangla

    14/02/2018 Duración: 40min

    Pinterest is a visual feed of ideas, products, clothing, and recipes. Millions of users browse Pinterest to find images and text that are tailored to their interests. Like most companies, Pinterest started with a large monolithic application that served all requests. As Pinterest’s engineering resources expanded, some of the architecture was broken up into microservices The post Machine Learning Deployments with Kinnary Jangla appeared first on Software Engineering Daily.

  • Deep Learning Hardware with Xin Wang

    29/01/2018 Duración: 51min

    Training a deep learning model involves operations over tensors. A tensor is a multi-dimensional array of numbers. For several years, GPUs were used for these linear algebra calculations. That’s because graphics chips are built to efficiently process matrix operations. Tensor processing consists of linear algebra operations that are similar in some ways to graphics processing–but The post Deep Learning Hardware with Xin Wang appeared first on Software Engineering Daily.

  • Edge Deep Learning with Aran Khanna

    26/01/2018 Duración: 50min

    A modern farm has hundreds of sensors to monitor the soil health, and robotic machinery to reap the vegetables. A modern shipping yard has hundreds of computers working together to orchestrate and analyze the freight that is coming in from overseas. A modern factory has temperature gauges and smart security cameras to ensure workplace safety. The post Edge Deep Learning with Aran Khanna appeared first on Software Engineering Daily.

  • Machine Learning and Technical Debt with D. Sculley Holiday Repeat

    25/12/2017 Duración: 31min

    Originally published November 17, 2015 “Changing anything changes everything.” Technical debt, referring to the compounding cost of changes to software architecture, can be especially challenging in machine learning systems. D. Sculley is a software engineer at Google, focusing on machine learning, data mining, and information retrieval. He recently co-authored the paper Machine Learning: The High The post Machine Learning and Technical Debt with D. Sculley Holiday Repeat appeared first on Software Engineering Daily.

  • Training the Machines with Russell Smith

    17/11/2017 Duración: 01h18s

    Automation is changing the labor market. To automate a task, someone needs to put in the work to describe the task correctly to a computer. For some tasks, the reward for automating a task is tremendous–for example, putting together mobile phones. In China, companies like FOXCONN are investing time and money into programming the instructions The post Training the Machines with Russell Smith appeared first on Software Engineering Daily.

  • Model Training with Yufeng Guo

    18/10/2017 Duración: 40min

    Machine learning models can be built by plotting points in space and optimizing a function based off of those points. For example, I can plot every person in the United States in a 3 dimensional space: age, geographic location, and yearly salary. Then I can draw a function that minimizes the distance between my function The post Model Training with Yufeng Guo appeared first on Software Engineering Daily.

  • Sports Deep Learning with Yu-Han Chang and Jeff Su

    29/09/2017 Duración: 50min

    A basketball game gives off endless amounts of data. Cameras from all angles capture the players making their way around the court, dribbling, passing, and shooting. With computer vision, a computer can build a well-defined understanding for what a sport looks like. With other machine learning techniques, the computer can make predictions by combining historical The post Sports Deep Learning with Yu-Han Chang and Jeff Su appeared first on Software Engineering Daily.

  • Deep Learning Systems with Milena Marinova

    19/09/2017 Duración: 47min

    The applications that demand deep learning range from self-driving cars to healthcare, but the way that models are developed and trained is similar. A model is trained in the cloud and deployed to a device. The device engages with the real world, gathering more data. That data is sent back to the cloud, where it The post Deep Learning Systems with Milena Marinova appeared first on Software Engineering Daily.

  • Visual Search with Neel Vadoothker

    15/09/2017 Duración: 54min

    If I have a picture of a dog, and I want to search the Internet for pictures that look like that dog, how can I do that? I need to make an algorithm to build an index of all the pictures on the Internet. That index can define the different features of my images. I The post Visual Search with Neel Vadoothker appeared first on Software Engineering Daily.

  • Word2Vec with Adrian Colyer

    13/09/2017 Duración: 54min

    Machines understand the world through mathematical representations. In order to train a machine learning model, we need to describe everything in terms of numbers.  Images, words, and sounds are too abstract for a computer. But a series of numbers is a representation that we can all agree on, whether we are a computer or a The post Word2Vec with Adrian Colyer appeared first on Software Engineering Daily.

  • Artificial Intelligence APIs with Simon Chan

    05/09/2017 Duración: 50min

    Software companies that have been around for a decade have a ton of data. Modern machine learning techniques are able to turn that data into extremely useful models. Salesforce users have been entering petabytes of data into the company’s CRM tool since 1999. With its Einstein suite of products, Salesforce is using that data to The post Artificial Intelligence APIs with Simon Chan appeared first on Software Engineering Daily.

  • Healthcare AI with Cosima Gretton

    01/09/2017 Duración: 43min

    Automation will make healthcare more efficient and less prone to error. Today, machine learning is already being used to diagnose diabetic retinopathy and improve radiology accuracy. Someday, an AI assistant will assist a doctor in working through a complicated differential diagnosis. Our hospitals look roughly the same today as they did ten years ago, because The post Healthcare AI with Cosima Gretton appeared first on Software Engineering Daily.

  • Similarity Search with Jeff Johnson

    22/08/2017 Duración: 52min

    Querying a search index for objects similar to a given object is a common problem. A user who has just read a great news article might want to read articles similar to it. A user who has just taken a picture of a dog might want to search for dog photos similar to it. In The post Similarity Search with Jeff Johnson appeared first on Software Engineering Daily.

  • Self-Driving Deep Learning with Lex Fridman

    28/07/2017 Duración: 52min

    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 reasoning. We cannot enumerate to a The post Self-Driving Deep Learning with Lex Fridman appeared first on Software Engineering Daily.

  • Instacart Data Science with Jeremy Stanley

    29/06/2017 Duración: 56min

    Instacart is a grocery delivery service. Customers log onto the website or mobile app and pick their groceries. Shoppers at the store get those groceries off the shelves. Drivers pick up the groceries and drive them to the customer. This is an infinitely complex set of logistics problems, paired with a rich data set given The post Instacart Data Science with Jeremy Stanley appeared first on Software Engineering Daily.

  • Distributed Deep Learning with Will Constable

    14/06/2017 Duración: 51min

    Deep learning allows engineers to build models that can make decisions based on training data. These models improve over time using stochastic gradient descent. When a model gets big enough, the training must be broken up across multiple machines. Two strategies for doing this are “model parallelism” which divides the model across machines and “data The post Distributed Deep Learning with Will Constable appeared first on Software Engineering Daily.

página 7 de 9