- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 156字
- 2021-06-10 19:41:42
Age prediction
There are multiple ways to predict age from a given input photo. Earlier methods work by calculating the ratios between different measurements of facial attributes such as eyes, nose, mouth, and so on. Once facial attributes are calculated based on their size and distance, ratios will be calculated, and age categorization will be done using rule-based engines. Here comes the problem: this method may not work perfectly when we don't have the perfect full frontal face photo that we typically see on a profile picture on any social media platform.
There are multiple ways to predict and identify facial features. One such method is Gaussian Mixture Models (GMM), which were used to represent the distribution of facial patches. We then moved to super vectors and Hidden Markov Models (HMM) to represent the facial patch distributions. The best performances were showcased by employing Local Binary Pattern (LBP) and the dropout Support Vector Machine (SVM) classifier.
- 用“芯”探核:龍芯派開發實戰
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- BeagleBone By Example
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- 計算機維修與維護技術速成
- Apple Motion 5 Cookbook
- 嵌入式系統中的模擬電路設計
- CC2530單片機技術與應用
- Visual Media Processing Using Matlab Beginner's Guide
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- LPC1100系列處理器原理及應用
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 數字媒體專業英語(第2版)
- 微服務實戰(Dubbox +Spring Boot+Docker)
- 從企業級開發到云原生微服務:Spring Boot實戰