All Projects → IntelAI → Models

IntelAI / Models

Licence: apache-2.0
Model Zoo for Intel® Architecture: contains Intel optimizations for running deep learning workloads on Intel® Xeon® Scalable processors

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Models

Bmw Yolov4 Inference Api Cpu
This is a repository for an nocode object detection inference API using the Yolov4 and Yolov3 Opencv.
Stars: ✭ 180 (-27.42%)
Mutual labels:  cpu, deep-neural-networks, inference
Adversarial Robustness Toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
Stars: ✭ 2,638 (+963.71%)
Mutual labels:  deep-neural-networks, inference
Openvino
OpenVINO™ Toolkit repository
Stars: ✭ 2,858 (+1052.42%)
Mutual labels:  inference, performance
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (-22.58%)
Mutual labels:  ai, deep-neural-networks
Dynamics
A Compositional Object-Based Approach to Learning Physical Dynamics
Stars: ✭ 159 (-35.89%)
Mutual labels:  ai, deep-neural-networks
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-35.08%)
Mutual labels:  deep-neural-networks, inference
Etl
Blazing-fast Expression Templates Library (ETL) with GPU support, in C++
Stars: ✭ 190 (-23.39%)
Mutual labels:  cpu, performance
Grofer
A system and resource monitoring tool written in Golang!
Stars: ✭ 135 (-45.56%)
Mutual labels:  cpu, performance
Onednn
oneAPI Deep Neural Network Library (oneDNN)
Stars: ✭ 2,600 (+948.39%)
Mutual labels:  deep-neural-networks, performance
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+6103.63%)
Mutual labels:  ai, deep-neural-networks
Dl inference
通用深度学习推理服务,可在生产环境中快速上线由TensorFlow、PyTorch、Caffe框架训练出的深度学习模型。
Stars: ✭ 209 (-15.73%)
Mutual labels:  ai, inference
Bmw Tensorflow Inference Api Cpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 158 (-36.29%)
Mutual labels:  cpu, inference
Best ai paper 2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
Stars: ✭ 2,140 (+762.9%)
Mutual labels:  ai, deep-neural-networks
Djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 2,262 (+812.1%)
Mutual labels:  ai, deep-neural-networks
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-10.89%)
Mutual labels:  ai, deep-neural-networks
Easy Monitor
企业级 Node.js 应用性能监控与线上故障定位解决方案
Stars: ✭ 2,451 (+888.31%)
Mutual labels:  cpu, performance
Onemkl
oneAPI Math Kernel Library (oneMKL) Interfaces
Stars: ✭ 122 (-50.81%)
Mutual labels:  cpu, performance
Trainer Mac
Trains a model, then generates a complete Xcode project that uses it - no code necessary
Stars: ✭ 122 (-50.81%)
Mutual labels:  ai, deep-neural-networks
Halite Ii
Season 2 of @twosigma's artificial intelligence programming challenge
Stars: ✭ 201 (-18.95%)
Mutual labels:  ai, deep-neural-networks
Libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
Stars: ✭ 217 (-12.5%)
Mutual labels:  ai, inference

Model Zoo for Intel® Architecture

This repository contains links to pre-trained models, sample scripts, best practices, and step-by-step tutorials for many popular open-source machine learning models optimized by Intel to run on Intel® Xeon® Scalable processors.

Model packages and containers for running the Model Zoo's workloads can be found at the Intel® oneContainer Portal.

Purpose of the Model Zoo

  • Demonstrate the AI workloads and deep learning models Intel has optimized and validated to run on Intel hardware
  • Show how to efficiently execute, train, and deploy Intel-optimized models
  • Make it easy to get started running Intel-optimized models on Intel hardware in the cloud or on bare metal

DISCLAIMER: These scripts are not intended for benchmarking Intel platforms. For any performance and/or benchmarking information on specific Intel platforms, visit https://www.intel.ai/blog.

How to Use the Model Zoo

Getting Started

  • If you know what model you are interested in, or if you want to see a full list of models in the Model Zoo, start here.
  • For framework best practice guides, and step-by-step tutorials for some models in the Model Zoo, start here.
  • With Intel® AI Analytics Toolkit, Powered by oneAPI
    • Intel Model Zoo is also released as a part of Intel® AI Analytics Toolkit which provides a consolidated package of Intel’s latest deep and machine learning optimizations all in one place for ease of development. Along with Model Zoo, the toolkit also includes Intel optimized versions of deep learning frameworks (Tensorflow, PyTorch) and high performing Python libraries to streamline end-to-end data science and AI workflows on Intel architectures.
    • To get started you can refer to ResNet50 FP32 Inference code sample.

Directory Structure

The Model Zoo is divided into four main directories:

  • benchmarks: Look here for sample scripts and complete instructions on downloading and running each Intel-optimized pre-trained model.
  • docs: General best practices and detailed tutorials for a selection of models and frameworks can be found in this part of the repo.
  • models: This directory contains optimized model code that has not yet been upstreamed to its respective official repository, such as dataset processing routines. There are no user-friendly READMEs in this directory, but many supporting modules are here.
  • tests: Look here for unit tests and information on how to run them.

The benchmarks, models, and docs folders share a common structure. Each model (or document) is organized first by use case and then by framework. Inside the model-specific directory, there may be further nesting subdirectories for inference vs. training and FP32 vs. Int8 precision. We hope this structure is intuitive and helps you find what you are looking for; when in doubt, consult the section's main README.

Repo Structure

How to Contribute

If you would like to add a new benchmarking script, please use this guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].