Giter VIP home page Giter VIP logo

taas-examples's Introduction

TaaS 平台样例模型训练样例任务代码

本目录下提供了一些在 TaaS 平台(公有云平台)上训练深度学习模型的样例代码。这些代码也可以在 Caicloud 提供的本地开发环境上运行。运行以下命令可以安装本地开发环境:

sudo pip install caicloud.tensorflow

这里更加详细的介绍了如何配置本地环境,但运行本代码库中的代码只需要运行以上命令即可。

目录

  1. TaaS 基本操作样例代码
  2. 使用原生态 TensorFlow API实现深度学习算法
  3. 使用tf.contrib.learn API实现深度学习算法

TaaS 基本操作样例代码

样例名称 样例内容
half_plus_two 导出一个线性回归推理模型,以及在导出模型时如何添加附加的文件
two_inputs_three_outputs 包含两个输入和三个输出的模型的导出以及如何 Serving 中过滤模型输出

使用原生态 TensorFlow API实现深度学习算法

样例名称 样例内容
MNIST 分布式训练手写体识别模型、自定义模型初始化、导出模型等
PTB(Penn Tree Bank) 使用RNN训练自然语言模型
Stock Price Prediction 使用RNN预测SPY价格
Recommandation 使用embedding的**实现用户对电影评分的预测

使用tf.contrib.learn API实现深度学习算法

样例名称 样例内容
Boston House 使用tf.contrib.learn实现房价预测问题
Wide and Deep 使用tf.contrib.learn实现 Wide and Deep Model

taas-examples's People

Contributors

perhapszzy avatar scorpiocph avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.