- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 341字
- 2021-06-10 19:41:42
Age, gender, and emotion prediction
This chapter is going to cover a complete iOS application using Core ML models to detect age, gender, and emotion from a photo taken using an iPhone camera or from a photo in a user's phone gallery.
Core ML enables developers to install and run pre-trained models on a device, and this has its own advantages. Since Core ML lives in the local device, it is not necessary to call a cloud service in order to get the prediction results. This improves the communication latency and also saves data bandwidth. The other crucial benefit of Core ML is privacy. You don't need to send your data to a third party in order to get the results picked for you. The main downside of having an offline model is that the model cannot be updated, and so it cannot be improved with newer inputs. Furthermore, a few models might increase memory footprints, since storage is limited on a mobile device.
This project is built on a MacBook Pro machine with Xcode version 9.3 on macOS High Sierra. Age and gender prediction became a common application on social media platforms. While there are multiple algorithms for predicting and classifying age and gender, these are still being improved in terms of performance. In this chapter, the classification is done based on deep CNNs.
- 圖解西門子S7-200系列PLC入門
- 顯卡維修知識(shí)精解
- INSTANT Wijmo Widgets How-to
- scikit-learn:Machine Learning Simplified
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- Creating Flat Design Websites
- 單片機(jī)開發(fā)與典型工程項(xiàng)目實(shí)例詳解
- Internet of Things Projects with ESP32
- LPC1100系列處理器原理及應(yīng)用
- Wireframing Essentials
- Instant Website Touch Integration
- 分布式存儲(chǔ)系統(tǒng):核心技術(shù)、系統(tǒng)實(shí)現(xiàn)與Go項(xiàng)目實(shí)戰(zhàn)
- 現(xiàn)代多媒體技術(shù)及應(yīng)用
- Arduino+3D打印創(chuàng)新電子制作2
- R Graphs Cookbook Second Edition