人工智能/模式识别/机器学习精华专题大数据,机器学习,人工智能机器学习与计算机视觉

Machine Learning

2019-06-26  本文已影响0人  osbornZ

Apple create ML

overview

create ML swift and macOS playgrounds . to . train custom machine learning models;

Create ML

TensorFlow Lite

Image classification

Note: Image classification can only tell you the probability that an image represents one or more of the classes that the model was trained on. It cannot tell you the position or identity of objects within the image. If you need to identify objects and their positions within images, you should use an object detection model.

object detection

choose Model

性能、精度、大小、结构
performance
Accuracy
size
Architecture

For Android && iOS

examples git

Objc

  1. run workspace
  2. change model with (.tflite .txt)

语义分割

Segmentation

  1. Deep Convolutional Neural Networks.

移动端深度学习SDK

百度 MDL
腾讯 NCNN

只支持Caffe框架生成的模型文件。

上一篇 下一篇

猜你喜欢

热点阅读