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

Technology

Latest episode

May 2, 2024

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Responsibly Deploy AI in Production with Anupam Datta 30.11.2021

Once a machine learning model is trained and validated, it often feels like a major milestone has been achieved.  In reality, it’s more like the first lap in a relay race.  Deploying ML to production bears many similarities to a typical software release process, but brings several novel challenges like failing to generalize as expected The post Responsibly Deploy AI in Production with Anupam Datta...

Learning Tensorflow.js with Gant Laborde 09.11.2021

Machine learning models must first be trained.  That training results in a model which must be serialized or packaged up in some way as a deployment artifact.  A popular deployment path is using Tensorflow.js to take advantage of the portability of JavaScript, allowing your model to be run on a web server or client. Gant The post Learning Tensorflow.js with Gant Laborde appeared first on Software...

No Code AI for Video Analytics with Alex Thiele 22.10.2021

Imagine a world where you own some sort of building whether that’s a grocery store, a restaurant, a factory… and you want to know how many people reside in each section of the store, or maybe how long did the average person wait to be seated or how long did it take the average factory The post No Code AI for Video Analytics with Alex Thiele appeared first on Software Engineering Daily .

Virtual Agents for IT and HR with Dan Turchin 22.09.2021

The dream of machines with artificial general intelligence is entirely plausible in the future, yet well beyond the reach of today’s cutting edge technology.  However, a virtual agent need not win in Alan Turing’s Imitation Game to be useful.  Modern technology can deliver on some of the promises of narrow intelligence for accomplishing specific tasks. The post Virtual Agents for IT and HR with Da...

Autonomous Driving Infrastructure with Vinoj Kumar 20.09.2021

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 The post Autonomous Driving Infrastructure with Vinoj Ku...

Sust Global: Taking Action Against Climate Change with Josh Gilbert 20.07.2021

Governments, consumers, and companies across the world are becoming more aware and attentive to the risks and causes of climate change. From recycling to using solar power, people are looking for ways to reduce their carbon footprint. Markets like the financial sector, governments, and consulting are looking for ways to understand climate data to make The post Sust Global: Taking Action Against Cl...

Machine Learning: The Great Stagnation with Mark Saroufim 04.06.2021

Mark Saroufim is the author of an article entitled “Machine Learning: The Great Stagnation”. Mark is a PyTorch Partner Engineer with Facebook AI. He has spent his entire career developing machine learning and artificial intelligence products. Before joining Facebook to do PyTorch engineering with external partners, Mark was a Machine Learning Engineer at Graphcore. Before The post Machine Learning...

Data Management Systems and Artificial Intelligence with Arun Kumar 27.05.2021

Arun Kumar is an Assistant Professor in the Department of Computer Science and Engineering and the Halicioglu Data Science Institute at the University of California, San Diego. His primary research interests are in data management and systems for machine learning/artificial intelligence-based data analytics.  Systems and ideas based on his research have been released as part The post Data Manageme...

BaseTen: Creating Machine Learning APIs with Tuhin Srivastava and Amir Haghighat 20.05.2021

Application Programming Interfaces (APIs) are interfaces that enable multiple software applications to send and retrieve data from one another. They are commonly used for retrieving, saving, editing, or deleting data from databases, transmitting data between apps, and embedding third-party services into apps. The company BaseTen helps companies build and deploy machine learning APIs and applicatio...

Botpress: Natural Language Processing with Sylvain Perron 07.05.2021

Natural Language Processing (NLP) is a branch of artificial intelligence concerned with giving computers the ability to understand text and spoken words. “Understanding” includes intent, sentiment, and what’s important in the message. NLP powers things like voice-operated software, digital assistants, customer service chat bots, and many other academic, consumer and enterprise tools. The company B...

MindsDB: Automated Machine Learning with Jorge Torres 06.04.2021

Using artificial intelligence and machine learning in a product or database is traditionally difficult because it involves a lot of manual setup, specialized training, and a clear understanding of the various ML models and algorithms. You need to develop the right ML model for your data, train the model, evaluate it, optimize it, analyze it The post MindsDB: Automated Machine Learning with Jorge T...

Creation Labs: Self Driving Trucks with Jakub Langr 30.03.2021

Creation Labs is helping bring Europe 1 step closer to fully autonomous long haul trucking. They have developed an AI Driver Assistance System (AIDAS) that retrofits to any commercial vehicle, starting with VW Crafters and MAN TGE trucks. Their system uses camera hardware mounted to the vehicle to capture video data that is processed with The post Creation Labs: Self Driving Trucks with Jakub Lang...

Pinecone: Vector Database with Edo Liberty 15.03.2021

Vectors are the foundational mathematical building blocks of Machine Learning. Machine Learning models must transform input data into vectors to perform their operations, creating what is known as a vector embedding. Since data is not stored in vector form, an ML application must perform significant work to transform data in different formats into a form The post Pinecone: Vector Database with Edo...

OctoML: Automated Deep Learning Engineering with Jason Knight and Luis Ceze 09.02.2021

The incredible advances in machine learning research in recent years often take time to propagate out into usage in the field. One reason for this is that such “state-of-the-art” results for machine learning performance rely on the use of handwritten, idiosyncratic optimizations for specific hardware models or operating contexts. When developers are building ML-powered systems The post OctoML: Aut...

iRobot with Chris Svec 29.01.2021

Embedded Software Engineering is the practice of building software that controls embedded systems- that is, machines or devices other than standard computers. Embedded systems appear in a variety of applications, from small microcontrollers, to consumer electronics, to large-scale machines such as cars, airplanes, and machine tools.  iRobot is a consumer robotics company that applies embedded The...

Reinforcement Learning and Robotics with Nathan Lambert 27.01.2021

Reinforcement learning is a paradigm in machine learning that uses incentives- or “reinforcement”- to drive learning. The learner is conceptualized as an intelligent agent working within a system of rewards and penalties in order to solve a novel problem. The agent is designed to maximize rewards while pursuing a solution by trial-and-error.  Programming a system The post Reinforcement Learning an...

Machine Learning Carbon Capture with Diego Saez-Gil 21.01.2021

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 The post Machine Learning Carbon Capture with Die...

TensorFlow Lite with Pete Warden 11.01.2021

TensorFlow Lite is an open source deep learning framework for on-device inference. TensorFlow Lite was designed to improve the viability of machine learning applications on phones, sensors, and other IoT devices. Pete Warden works on TensorFlow Lite at Google and joins the show to talk about the world of machine learning applications and the necessary The post TensorFlow Lite with Pete Warden appe...

WebAssembly on IoT with Jonathan Beri (Repeat) 05.01.2021

Originally published July 30, 2019 “Internet of Things” is a term used to describe the increasing connectivity and intelligence of physical objects within our lives.  IoT has manifested within enterprises under the term “Industrial IoT,” as wireless connectivity and machine learning have started to improve devices such as centrifuges, conveyor belts, and factory robotics. In The post WebAssembly o...

Drishti: Deep Learning for Manufacturing with Krish Chaudhury (Repeat) 28.12.2020

Originally published April 17, 2019 Drishti is a company focused on improving manufacturing workflows using computer vision. A manufacturing environment consists of assembly lines. A line is composed of sequential stations along that manufacturing line. At each station on the assembly line, a worker performs an operation on the item that is being manufactured. This The post Drishti: Deep Learning...

Niantic Real World with Paul Franceus (Repeat) 22.12.2020

Originally published June 21, 2019 Niantic is the company behind Pokemon Go, an augmented reality game where users walk around in the real world and catch Pokemon which appear on their screen. The idea for augmented reality has existed for a long time. But the technology to bring augmented reality to the mass market has The post Niantic Real World with Paul Franceus (Repeat) appeared first on Soft...

Practical AI with Chris Benson (Repeat) 17.12.2020

Originally published December 9, 2019 Machine learning algorithms have existed for decades. But in the last ten years, several advancements in software and hardware have caused dramatic growth in the viability of applications based on machine learning. Smartphones generate large quantities of data about how humans move through the world. Software-as-a-service companies generate data about The post...

Kubeflow: TensorFlow on Kubernetes with David Aronchick (Repeat) 15.12.2020

Originally published January 25, 2019 When TensorFlow came out of Google, the machine learning community converged around it. TensorFlow is a framework for building machine learning models, but the lifecycle of a machine learning model has a scope that is bigger than just creating a model. Machine learning developers also need to have a testing The post Kubeflow: TensorFlow on Kubernetes with Davi...

Hedge Fund Artificial Intelligence with Xander Dunn (Repeat) 09.12.2020

Originally published April 3, 2017 A hedge fund is a collection of investors that make bets on the future. The “hedge” refers to the fact that the investors often try to diversify their strategies so that the direction of their bets are less correlated, and they can be successful in a variety of future scenarios. The post Hedge Fund Artificial Intelligence with Xander Dunn (Repeat) appeared first...

Rosebud: Artificially Generated Media with Dzmitry Pletnikau 30.11.2020

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 The post Rosebud: Artificia...

Listen to the Machine Learning Archives - Software Engineering Daily podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.