Machine Learning Archives - Software Engineering Daily
Machine Learning Archives - Software Engineering Daily
Technical interviews about software topics.
Author
Machine Learning Archives - Software Engineering Daily
Category
Podcast website
Latest episode
May 2, 2024
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Computer Architecture with Dave Patterson Holiday Repeat 27.11.2020 51:15
Originally published November 7, 2018 An 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 The post Computer Architecture with...
Cruise: Self-Driving Engineering with Mo Elshenawy Holiday Repeat 26.11.2020 48:58
October 1, 2019 The development of self-driving cars is one of the biggest technological changes that is under way. Across the world, thousands of engineers are working on developing self-driving cars. Although it still seems far away, self-driving cars are starting to feel like an inevitability. This is especially true if you spend much time The post Cruise: Self-Driving Engineering with Mo Elshe...
Model Deployment and Serving with Chaoyu Yang 04.11.2020 38:29
Newer machine learning tooling is often focused on streamlining the workflows and developer experience. One such tool is BentoML. BentoML is a workflow that allows data scientists and developers to ship models more effectively. Chaoyu Yang is the creator of BentoML and he joins the show to talk about why he created Bento and the The post Model Deployment and Serving with Chaoyu Yang appeared first...
Humanloop: NLP Model Engineering with Raza Habib 03.11.2020 45:01
Data labeling is a major bottleneck in training and deploying machine learning and especially NLP. But new tools for training models with humans in the loop can drastically reduce how much data is required. Humanloop is a platform for annotating text and training NLP models with much less labelled data. Raza Habib, founder of Humanloop, The post Humanloop: NLP Model Engineering with Raza Habib app...
Federated Learning with Mike Lee Williams 23.10.2020 51:58
Federated learning is machine learning without a centralized data source. Federated Learning enables mobile phones or edge servers to collaboratively learn a shared prediction model while keeping all the training data on device. Mike Lee Williams is an expert in federated learning, and he joins the show to give an overview of the subject and The post Federated Learning with Mike Lee Williams appea...
Labelbox: Data Labeling Platform 19.10.2020 47:21
Machine learning models require training data, and training data needs to be labeled. Raw images and text can be labeled using a training data platform like Labelbox. Labelbox is a system of labeling tools that enables a human workforce to create data that is ready to be consumed by machine learning training algorithms. The Labelbox The post Labelbox: Data Labeling Platform appeared first on Softw...
Roboflow: Computer Vision Models with Brad Dwyer 13.10.2020 48:39
Training a computer vision model is not easy. Bottlenecks in the development process make it even harder. Ad hoc code, inconsistent data sets, and other workflow issues hamper the ability to streamline models. Roboflow is a company built to simplify and streamline these model training workflows. Brad Dwyer is a founder of Roboflow and joins The post Roboflow: Computer Vision Models with Brad Dwyer...
Aquarium: Dataset Quality Improvement with Peter Gao 02.10.2020 58:00
Machine learning models are only as good as the datasets they’re trained on. Aquarium is a system that helps machine learning teams make better models by improving their dataset quality. Model improvement is often made by curating high quality datasets, and Aquarium helps make that a reality. Peter Gao works on Aquarium, and he joins The post Aquarium: Dataset Quality Improvement with Peter...
Elementary Robotics with Arye Barnehama 17.09.2020 47:17
Factories require quality assurance work. That QA work can be accomplished by a robot with a camera together with computer vision. This allows for sophisticated inspection techniques that do not require as much manual effort on the part of a human. Arye Barnehama is a founder of Elementary Robotics, a company that makes these kinds The post Elementary Robotics with Arye Barnehama appeared first on...
Robotic Process Automation with Antti Karjalainen 04.09.2020 42:37
Robotic process automation involves the scripting and automation of highly repeatable tasks. RPA tools such as UIPath paved the way for a newer wave of automation, including the Robot Framework, an open source system for RPA. Antti Karjalainen is the CEO of Robocorp, a company that provides an RPA tool suite for developers. Antti joins The post Robotic Process Automation with Antti Karjalainen app...
Hyperparameter Tuning with Richard Liaw 28.08.2020 53:33
Hyperparameters define the strategy for exploring a space in which a machine learning model is being developed. Whereas the parameters of a machine learning model are the actual data coming into a system, the hyperparameters define how those data points are fed into the training process for building a model to be used by an The post Hyperparameter Tuning with Richard Liaw appeared first on Softwar...
Machine Learning Labeling and Tooling with Lukas Biewald 26.08.2020 47:11
CrowdFlower was a company started in 2007 by Lukas Biewald, an entrepreneur and computer scientist. CrowdFlower solved some of the data labeling problems that were not being solved by Amazon Mechanical Turk. A decade after starting CrowdFlower, the company was sold for several hundred million dollars. Today, data labeling has only grown in volume and The post Machine Learning Labeling and Tooling...
ParlAI: Facebook Dialogue Platform with Stephen Roller 20.08.2020 50:37
Chatbots are useful for developing well-defined applications such as first-contact customer support, sales, and troubleshooting. But the potential for chatbots is so much greater. Over the last five years, there have been numerous platforms that have arisen to allow for better, more streamlined chatbot creation. Dialogue software enables the creation of sophisticated chatbots. ParlAI is The post P...
SuperAnnotate: Image Annotation Platform with Vahan and Tigran Petrosyan 19.08.2020 54:55
Image annotation is necessary for building supervised learning models for computer vision. An image annotation platform streamlines the annotation of these images. Well-known annotation platforms include Scale AI, Amazon Mechanical Turk, and Crowdflower. There are also large consulting-like companies that will annotate images in bulk for you. If you have an application that requires lots The post...
Drug Simulations with Bryan Vicknair and Jason Walsh 29.07.2020 53:18
Drug trials can lead to new therapeutics and preventative medications being discovered and placed on the market. Unfortunately, these drug trials typically require animal testing. This means animals are killed or harmed as a result of needing to verify that a drug will not kill humans. Animal testing is unavoidable, but the extent to which The post Drug Simulations with Bryan Vicknair and Jason Wa...
Metaflow: Netflix Machine Learning Platform with Savin Goyal 13.07.2020 52:45
Netflix runs all of its infrastructure on Amazon Web Services. This includes business logic, data infrastructure, and machine learning. By tightly coupling itself to AWS, Netflix has been able to move faster and have strong defaults about engineering decisions. And today, AWS has such an expanse of services that it can be used as a The post Metaflow: Netflix Machine Learning Platform with Savin Go...
Determined AI: Machine Learning Ops with Neil Conway 08.07.2020 41:56
Developing machine learning models is not easy. From the perspective of the machine learning researcher, there is the iterative process of tuning hyperparameters and selecting relevant features. From the perspective of the operations engineer, there is a handoff from development to production, and the management of GPU clusters to parallelize model training. In the last The post Determined AI: Mac...
Deepgram: End-to-End Speech Recognition with Scott Stephenson 03.07.2020 45:28
Deepgram is an end-to-end deep learning platform for speech recognition. Unlike the general purpose APIs from Google or Amazon, Deepgram models are custom-trained for each customer. Whether the customer is a call center, a podcasting company, or a sales department, Deepgram can work with them to build something specific to their use case. Sound data The post Deepgram: End-to-End Speech Recognition...
Cresta: Speech ML for Calls with Zayd Enam 29.06.2020 54:19
At a customer service center, thousands of hours of audio are generated. This audio provides a wealth of information to transcribe and analyze. With the additional data of the most successful customer service representatives, machine learning models can be trained to identify which speech patterns are associated with a successful worker. By identifying these speaking The post Cresta: Speech ML for...
Traces: Video Recognition with Veronica Yurchuk and Kostyantyn Shysh (Summer Break Repeat) 25.06.2020 1:02:15
Originally published October 8, 2019. We are taking a few weeks off. We’ll be back soon with new episodes. Video surveillance impacts human lives every day. On most days, we do not feel the impact of video surveillance. But the effects of video surveillance have tremendous potential. It can be used to solve crimes and The post Traces: Video Recognition with Veronica Yurchuk and Kostyantyn S...
Stripe Machine Learning Infrastructure with Rob Story and Kelley Rivoire (Summer Break Repeat) 16.06.2020 1:04:38
Originally published June 13, 2019. We are taking a few weeks off. We’ll be back soon with new episodes. Machine learning allows software to improve as that software consumes more data. Machine learning is a tool that every software engineer wants to be able to use. Because machine learning is so broadly applicable, software companies The post Stripe Machine Learning Infrastructure with Rob...
Architects of Intelligence with Martin Ford (Summer Break Repeat) 15.06.2020 58:41
Originally published January 31, 2019. We are taking a few weeks off. We’ll be back soon with new episodes. Artificial intelligence is reshaping every aspect of our lives, from transportation to agriculture to dating. Someday, we may even create a superintelligence–a computer system that is demonstrably smarter than humans. But there is widespread disagreement on The post Architects of...
Cruise Simulation with Tom Boyd 12.06.2020 53:18
Cruise is an autonomous car company with a development cycle that is highly dependent on testing its cars–both in the wild and in simulation. The testing cycle typically requires cars to drive around gathering data, and that data to subsequently be integrated into a simulated system called Matrix. With COVID-19, the ability to run tests The post Cruise Simulation with Tom Boyd appeared first...
Tecton: Machine Learning Platform from Uber with Kevin Stumpf 03.06.2020 53:12
Machine learning workflows have had a problem for a long time: taking a model from the prototyping step and putting it into production is not an easy task. A data scientist who is developing a model is often working with different tools, or a smaller data set, or different hardware than the environment which that The post Tecton: Machine Learning Platform from Uber with Kevin Stumpf appeared first...
Edge Machine Learning with Zach Shelby 26.05.2020 57:09
Devices on the edge are becoming more useful with improvements in the machine learning ecosystem. TensorFlow Lite allows machine learning models to run on microcontrollers and other devices with only kilobytes of memory. Microcontrollers are very low-cost, tiny computational devices. They are cheap, and they are everywhere. The low-energy embedded systems community and the machine The post Edge Ma...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.