
Machine Learning Archives - Software Engineering Daily
Machine Learning Archives - Software Engineering Daily
1 Listener
All episodes
Best episodes
Seasons
Top 10 Machine Learning Archives - Software Engineering Daily Episodes
Goodpods has curated a list of the 10 best Machine Learning Archives - Software Engineering Daily episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Machine Learning Archives - Software Engineering Daily for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite Machine Learning Archives - Software Engineering Daily episode by adding your comments to the episode page.

TensorFlow Applications with Rajat Monga
Machine Learning Archives - Software Engineering Daily
04/26/18 • 51 min
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 than just machine learning. TensorFlow has APIs for decision trees, support vector machines, and linear algebra libraries.
The current focus of the TensorFlow team is usability. There are thousands of engineers building data-intensive applications with TensorFlow, but Rajat and the rest of the TensorFlow team would like to see millions more. In today’s show, Rajat and I discussed how TensorFlow is becoming more usable, as well as some of the developments in TensorFlow around edge computing, TensorFlow Hub, and TensorFlow.js, which allows TensorFlow to run in the browser.
The post TensorFlow Applications with Rajat Monga appeared first on Software Engineering Daily.
1 Listener

Scikit-learn with Andreas Mueller
Machine Learning Archives - Software Engineering Daily
09/27/16 • 31 min
Scikit-learn is a set of machine learning tools in Python that provides easy-to-use interfaces for building predictive models. In a previous episode with Per Harald Borgen about Machine Learning For Sales, he illustrated how easy it is to get up and running and productive with scikit-learn, even if you are not a machine learning expert.
Srini Kadamati hosts today’s show and interviews Andreas Mueller, a core committer to scikit-learn. Srini and Andreas discuss the background and implementation of scikit-learn and walk through some prototypical workflows for using it.
The post Scikit-learn with Andreas Mueller appeared first on Software Engineering Daily.
1 Listener

Drug Simulations with Bryan Vicknair and Jason Walsh
Machine Learning Archives - Software Engineering Daily
07/29/20 • 53 min
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 testing needs to occur can be reduced by inserting machine learning models which simulate the effects of a drug on the human body. If the simulated effect is negative enough, animal testing doesn’t need to be run, thus no animals need to be harmed.
Bryan Vicknair and Jason Walsh work at VeriSIM Life, a company which makes software simulations of animals. These simulations can be used to model drug testing, and change the workflow for drug trials. They join the show to talk through the mechanics of drug testing, and how VeriSIM Life fits into that workflow.
Sponsorship inquiries: [email protected]
The post Drug Simulations with Bryan Vicknair and Jason Walsh appeared first on Software Engineering Daily.

Surviving ChatGPT with Christian Hubicki
Machine Learning Archives - Software Engineering Daily
02/24/23 • 73 min
ChatGPT is an artificial intelligence language model developed by OpenAI. It is part of the GPT (Generative Pre-trained Transformer) family of models, which are designed to generate human-like text based on input prompts. ChatGPT is specifically trained to carry out conversational tasks, such as answering questions, completing sentences, and engaging in dialogue. It has been pre-trained on a large corpus of text data and fine-tuned on specific tasks to improve its performance. As a result, ChatGPT can generate responses that are often coherent, relevant, and natural-sounding.
Christian Hubicki is an Assistant Professor in the Robotics Department at Florida State University. He joins us today to discuss ChatGPT and its implications. We also discussed the future of Artificial Intelligence in general.
This show is hosted by Sean Falconer. Sean is the Head of Developer Relations and Marketing @Skyflow. Follow Sean at @seanfalconer
Sponsorship inquiries: [email protected]
The post Surviving ChatGPT with Christian Hubicki appeared first on Software Engineering Daily.

Model Deployment and Serving with Chaoyu Yang
Machine Learning Archives - Software Engineering Daily
11/04/20 • 38 min
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 engineering behind the project.
Sponsorship inquiries: [email protected]
The post Model Deployment and Serving with Chaoyu Yang appeared first on Software Engineering Daily.

Rosebud: Artificially Generated Media with Dzmitry Pletnikau
Machine Learning Archives - Software Engineering Daily
11/30/20 • 48 min
For several years, we have had the ability to create artificially generated text articles. More recently, audio and video synthesis have been feasible for artificial intelligence. Rosebud is a company that creates animated virtual characters that can speak. Users can generate real or fictional presenters easily with Rosebud. Dzmitry Pletnikau is an engineer with Rosebud and joins the show to talk about the technology and engineering behind the company.
Sponsorship inquiries: [email protected]
The post Rosebud: Artificially Generated Media with Dzmitry Pletnikau appeared first on Software Engineering Daily.

Computer Architecture with Dave Patterson Holiday Repeat
Machine Learning Archives - Software Engineering Daily
11/27/20 • 51 min
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 logic of their programs.
Many of these instructions were rarely used. Think of your favorite programming language (or your favorite human language). What percentage of words in the vocabulary do you need to communicate effectively? We sometimes call these language features “syntactic sugar”. They add expressivity to a language, but may not improve functionality or efficiency.
These extra language features can have a cost.
Dave Patterson and John Hennessy created the RISC architecture: Reduced Instruction Set Compiler architecture. RISC proposed reducing the size of the instruction set so that the important instructions could be optimized for. Programs would become more efficient, easier to analyze, and easier to debug.
Dave Patterson’s first paper on RISC was rejected. He continued to research the architecture and advocate for it. Eventually RISC became widely accepted, and Dave won a Turing Award together with John Hennessy.
Dave joins the show to talk about his work on RISC and his continued work in computer science research to the present. He is involved in the Berkeley RISELab and works at Google on the Tensor Processing Unit.
Machine learning is an ocean of new scientific breakthroughs and applications that will change our lives. It was inspiring to hear Dave talk about the changing nature of computing, from cloud computing to security to hardware design.
The post Computer Architecture with Dave Patterson Holiday Repeat appeared first on Software Engineering Daily.

Deep Learning with Adam Gibson
Machine Learning Archives - Software Engineering Daily
02/10/17 • 45 min
Deep learning uses neural networks to identify patterns. Neural networks allow us to sequence “layers” of computing, with each layer using learning algorithms such as unsupervised learning, supervised learning, and reinforcement learning. Deep learning has taken off in the last few years, but it has been around for much longer.
Adam Gibson founded Skymind, the company behind Deeplearning4j. Deeplearning4j is a distributed deep learning library for Scala and Java. It integrates with Hadoop and Spark, and is specifically designed to run in business environments on distributed GPUs and CPUs. Adam joins the show today to discuss the history and future of deep learning.
The post Deep Learning with Adam Gibson appeared first on Software Engineering Daily.

Autonomous Driving Infrastructure with Vinoj Kumar
Machine Learning Archives - Software Engineering Daily
09/20/21 • 37 min
Interest in autonomous vehicles dates back to the 1920s. It wasn’t until the 1980s that the first truly autonomous vehicle prototypes began to appear. The first DARPA Grand Challenge took place in 2004 offering competitors $1 million dollars to complete a 150-mile course through the Mojave desert. The prize was not claimed.
Since then, rapid progress has begun in autonomous driving fueled by advances in sensor technology, software, and the hardware which runs it. Infrastructure has become a serious consideration for autonomous vehicle companies. In this episode, I speak with Vinoj Kumar, VP of Infrastructure at Cruise, the San Francisco company building an all-electric self-driving rideshare and delivery service. They’re tackling the infinite longtail scenarios of city driving and helping Walmart with self-driving grocery delivery.
Sponsorship inquiries: [email protected]
The post Autonomous Driving Infrastructure with Vinoj Kumar appeared first on Software Engineering Daily.

Machine Learning Carbon Capture with Diego Saez-Gil
Machine Learning Archives - Software Engineering Daily
01/21/21 • 40 min
Companies can have a negative impact on the environment by outputting excess carbon. Many companies want to reduce their net carbon impact to zero, which can be done by investing in forests. Pachama is a marketplace for forest investments. Pachama uses satellites, imaging, machine learning, and other techniques to determine how much carbon is being absorbed by different forests. Diego Saez-Gil is a founder of Pachama, and joins the show to talk through how Pachama works and the long-term goals of the company.
Sponsorship inquiries: [email protected]
The post Machine Learning Carbon Capture with Diego Saez-Gil appeared first on Software Engineering Daily.
Show more best episodes

Show more best episodes
FAQ
How many episodes does Machine Learning Archives - Software Engineering Daily have?
Machine Learning Archives - Software Engineering Daily currently has 172 episodes available.
What topics does Machine Learning Archives - Software Engineering Daily cover?
The podcast is about Podcasts and Technology.
What is the most popular episode on Machine Learning Archives - Software Engineering Daily?
The episode title 'TensorFlow Applications with Rajat Monga' is the most popular.
What is the average episode length on Machine Learning Archives - Software Engineering Daily?
The average episode length on Machine Learning Archives - Software Engineering Daily is 50 minutes.
How often are episodes of Machine Learning Archives - Software Engineering Daily released?
Episodes of Machine Learning Archives - Software Engineering Daily are typically released every 8 days, 23 hours.
When was the first episode of Machine Learning Archives - Software Engineering Daily?
The first episode of Machine Learning Archives - Software Engineering Daily was released on Sep 30, 2015.
Show more FAQ

Show more FAQ