美文网首页
Core ML model 资源

Core ML model 资源

作者: 梁间 | 来源:发表于2018-09-25 19:53 被阅读0次
1、苹果官方提供的model
modelMobileNet

MobileNets are based on a streamlined architecture that have depth-wise separable convolutions to build lightweight, deep neural networks. Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, people, and more.
View original model details
Download Core ML Model

SqueezeNet

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, people, and more. With an overall footprint of only 5 MB, SqueezeNet has a similar level of accuracy as AlexNet but with 50 times fewer parameters.
View original model details
Download Core ML Model

Places205-GoogLeNet

Detects the scene of an image from 205 categories such as an airport terminal, bedroom, forest, coast, and more.
View original model details
Download Core ML Model

ResNet50

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, people, and more.
View original model details
Download Core ML Model

Inception v3

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, people, and more.
View original model details
Download Core ML Model

VGG16

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, people, and more.
View original model details
Download Core ML Model

2、第三方共享的model

Awesome-CoreML-Models

2.1 Image Processing

Models that takes image data as input and output useful information about the image.

MobileNet

The network from the paper 'MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications', trained on the ImageNet dataset.
Download | Demo | Reference

GoogLeNetPlaces

Detects the scene of an image from 205 categories such as airport, bedroom, forest, coast etc.
Download | Demo | Reference

Inceptionv3

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, person etc. The top-5 error from the original publication is 5.6%.
Download | Demo | Reference

Resnet50

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, person etc. The top-5 error from the original publication is 7.8%.
Download | Demo | Reference

VGG16

Detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, person etc. The top-5 error from the original publication is 7.4%.
Download | Demo | Reference

CarRecognition

Predict the brand & model of a car.
Download | Demo | Reference

TinyYOLO

The Tiny YOLO network from the paper 'YOLO9000: Better, Faster, Stronger' (2016), arXiv:1612.08242
Download | Demo | Reference

AgeNet

Age Classification using Convolutional Neural Networks
Download | Demo | Reference

GenderNet

Gender Classification using Convolutional Neural Networks
Download | Demo | Reference

MNIST

Predicts a handwritten digit.
Download | Demo | Reference

CNNEmotions

Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns
Download | Demo | Reference

VisualSentimentCNN

Fine-tuning CNNs for Visual Sentiment Prediction
Download | Demo | Reference

Food101

This model takes a picture of a food and predicts its name
Download | Demo | Reference

Oxford102

Classifying images in the Oxford 102 flower dataset with CNNs
Download | Demo | Reference

FlickrStyle

Finetuning CaffeNet on Flickr Style
Download | Demo | Reference

RN1015k500

Predict the location where a picture was taken.
Download | Demo | Reference

Nudity

Classifies an image either as NSFW (nude) or SFW (not nude)
Download | Demo | Reference

2.2、Style Transfer

Models that transform image to specific style.

HED_so

Holistically-Nested Edge Detection. Side outputs
Download | Demo | Reference

FNS-Candy

Feedforward style transfer https://github.com/jcjohnson/fast-neural-style
Download | Demo | Reference

FNS-Feathers

Feedforward style transfer https://github.com/jcjohnson/fast-neural-style
Download | Demo | Reference

FNS-La-Muse

Feedforward style transfer https://github.com/jcjohnson/fast-neural-style
Download | Demo | Reference

FNS-The-Scream

Feedforward style transfer https://github.com/jcjohnson/fast-neural-style
Download | Demo | Reference

FNS-Udnie

Feedforward style transfer https://github.com/jcjohnson/fast-neural-style
Download | Demo | Reference

FNS-Mosaic

Feedforward style transfer https://github.com/jcjohnson/fast-neural-style
Download | Demo | Reference

AnimeScale2x

Process a bicubic-scaled anime-style artwork
Download | Demo | Reference

2.3、Text Analysis

Models that takes text data as input and output useful information about the text.

SentimentPolarity

Sentiment polarity LinearSVC.
Download | Demo | Reference

DocumentClassification

Classify news articles into 1 of 5 categories.
Download | Demo | Reference

MessageClassifier

Detect whether a message is spam.
Download | Demo | Reference

NamesDT

Gender Classification using DecisionTreeClassifier
Download | Demo | Reference

2.4、Others
Exermote

Predicts the exercise, when iPhone is worn on right upper arm.
Download | Demo | Reference

GestureAI

GestureAI
Download | Demo | Reference

引用

Awesome-CoreML-Models

相关文章

  • Core ML model 资源

    1、苹果官方提供的model modelMobileNet MobileNets are based on a s...

  • Core ML 文档翻译 - 获取 Core ML Model

    前言 Core ML文档源自苹果官方官方链接地址:https://developer.apple.com/docu...

  • core ML之model转换

    这次主要讲一下如何获得一个不是 CoreML 格式的数据模型,并把它转换为 Core ML 格式。 有许多热门的深...

  • Core ML - 图像分类Model

    一、官方Demo下载地址 Download 二、简介 该例子功能是:使用Vision框架对图片进行预处理,并使用C...

  • Core ML(一):model简单使用

    经过机器学习算法训练的模型将作为运用的结果。这个模型的预测基于新的输入数据。比如,根据一个区域的房价历史数据,结合...

  • Core ML 框架详细解析

    Core ML框架详细解析(一) —— Core ML基本概览Core ML框架详细解析(二) —— 获取模型并集...

  • 深入浅出 Core ML

    深入浅出 Core ML 深入浅出 Core ML

  • Core ML机器模型学习(一)

    一、Core ML简介 1、Core ML框架iOS11推出了Core ML框架,极大地降低了开发者在iphone...

  • Core ML学习笔记

    一、Core ML简介 1、Core ML框架iOS11推出了Core ML框架,极大地降低了开发者在iphone...

  • 【ML】Model

    Generative model: 1. Model the distribution of individual...

网友评论

      本文标题:Core ML model 资源

      本文链接:https://www.haomeiwen.com/subject/dmnloftx.html