Google Announces MediaPipe Model Maker
Monday, 05 June 2023

Google has announced a tool for customizing existing machine learning (ML) models to work with your data and applications. MediaPipe Model Maker provides a faster alternative to building and training a new ML model.

While the overall tool is new, it's actually based on several existing tools, specifically MediaPipe Solutions, TensorFlow Lite Task Library, and TensorFlow Lite Model Maker.

mediapipe

MediaPipe provides a low-code API to create and deploy advanced ML solutions across platforms, that in the new tool has been optimized to go beyond single model inference. MediaPipe also has a Model Maker low-code API to customize solutions using a users own data; and MediaPipe Studio to view and check solutions.

mediapipe2

Google says Model Maker uses transfer learning for training ML models. This retrains existing models with new data, meaning a model re-uses a significant portion of the existing model logic, so training takes less time than training a new model, and can be done with less data.

Model Maker works on various types of models including object detection, gesture recognition, and classifiers for images, text, or audio data. The tool retrains models by removing the last few layers of the model that classify data into specific categories, and rebuilds those layers using new data you provide. Model Maker also supports some option to fine tune model layers to improve accuracy and performance.

The MediaPipe team says retraining a model using Model Maker usually makes the model smaller, and can be retrained with significantly less data than training a new model. The recommendation when retraining a model with new data is that you should have around 100 data samples for each trained class.

mediapipe

More Information

Google MediaPipe Model Maker

Related Articles

AI Advances At Google I/O

Google Adds Code Generation To Bard

Google's Large Language Model Takes Control

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]



Women Who Code Closing For Lack of Funding
24/04/2024

Women Who Code the US-based non-profit organization that since its foundation in 2011 has advocated for women and diversity in technology, has announced its imminent closure due to critical funding cu [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 05 June 2023 )