• This repository has been archived on 04/Jan/2023
  • Stars
    star
    176
  • Rank 216,268 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

neon model zoo

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project. This repo contains a number of standard deep learning models that can be run with the neon libraries. The specific model type subdirectories include more detailed information on the various models. Below is a summary of the various tasks and models included here that address those tasks.

Image classification

ImageNet

  • Googlenet
  • VGG
  • Alexnet

CIFAR-10

  • Deep Residual Network
  • All CNN

Object localization

  • Fast-RCNN

Scene Classification

  • Deep Residual Network

Image Captioning

  • LSTM

Video Games

  • Deep Q-network

NLP

bAbI (Question Answering)

  • GRU/LSTM model

Sentiment classification

  • LSTM (IMDB dataset)

Video

  • C3D (UCF101 dataset)

Transfer Learning

  • Classification using multi scale sampling (PASCALVOC dataset)

Speech

  • Deep Speech 2 (Librispeech dataset)