- 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.
- Learning Cocos2d-x Game Development
- FPGA從入門到精通(實戰篇)
- Deep Learning with PyTorch
- 嵌入式系統設計教程
- 電腦維護365問
- 分布式系統與一致性
- Large Scale Machine Learning with Python
- OpenGL Game Development By Example
- Intel Edison智能硬件開發指南:基于Yocto Project
- 單片機項目設計教程
- 多媒體應用技術(第2版)
- 現代多媒體技術及應用
- DevOps實戰:VMware管理員運維方法、工具及最佳實踐
- 快·易·通:2天學會電腦組裝·系統安裝·日常維護與故障排除
- Hands-On Game Development with WebAssembly