All Projects → TFStudents → Tensorflowexample

TFStudents / Tensorflowexample

Licence: mit
Tensorflow实例

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflowexample

Xiaoai
a tiny&smart AI & Repo for work for AI Survey百度云资源持续更新中,欢迎点赞star Min's blog 欢迎访问我的博客主页!(Welcome to my blog website !)https://liweimin1996.github.io/
Stars: ✭ 111 (+42.31%)
Mutual labels:  ai, google
Dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Stars: ✭ 9,681 (+12311.54%)
Mutual labels:  ai, google
Image Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
Stars: ✭ 1,173 (+1403.85%)
Mutual labels:  google
Google Cloud Eclipse
Google Cloud Platform plugin for Eclipse
Stars: ✭ 75 (-3.85%)
Mutual labels:  google
Google Forms Html Exporter
Build a standard HTML <form> using any Google Forms
Stars: ✭ 74 (-5.13%)
Mutual labels:  google
Chromeliketabswitcher
Provides a tab switcher similar to the one, which is used in Google Chrome on Android
Stars: ✭ 1,177 (+1408.97%)
Mutual labels:  google
Mlflow
Open source platform for the machine learning lifecycle
Stars: ✭ 10,898 (+13871.79%)
Mutual labels:  ai
Bytom
Official Go implementation of the Bytom protocol
Stars: ✭ 1,163 (+1391.03%)
Mutual labels:  ai
Blockerized Dockchain
Because all problems are solvable with containers and blockchains
Stars: ✭ 77 (-1.28%)
Mutual labels:  ai
Quicknat pytorch
PyTorch Implementation of QuickNAT and Bayesian QuickNAT, a fast brain MRI segmentation framework with segmentation Quality control using structure-wise uncertainty
Stars: ✭ 74 (-5.13%)
Mutual labels:  ai
Interview Process Coding Questions
Interview Coding Questions for Several Companies encapsulated into one Repository
Stars: ✭ 74 (-5.13%)
Mutual labels:  google
Voicer
AGI-server voice recognizer for #Asterisk
Stars: ✭ 73 (-6.41%)
Mutual labels:  google
Botwiki.org
Tutorials, articles, datasets and other resources for creating useful, interesting, artistic and friendly online bots.
Stars: ✭ 72 (-7.69%)
Mutual labels:  ai
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+11019.23%)
Mutual labels:  ai
Darwin
Evolutionary Algorithms Framework
Stars: ✭ 72 (-7.69%)
Mutual labels:  ai
Gso
🏃 Google StackOverflow in Vim. Copy-pastes the code directly in your script.
Stars: ✭ 75 (-3.85%)
Mutual labels:  google
Doh
🍩 DNS over HTTPs command-line client
Stars: ✭ 70 (-10.26%)
Mutual labels:  google
Mage
Magic Another Game Engine
Stars: ✭ 1,180 (+1412.82%)
Mutual labels:  ai
Caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework.
Stars: ✭ 8,409 (+10680.77%)
Mutual labels:  ai
Google cursor
🍭 Cursor theme inspired on Google
Stars: ✭ 78 (+0%)
Mutual labels:  google

Tensorflow 实例

基础

创建-初始化 
共享变量

  1. 显示graph
  2. 显示图片
  • 调试

Mnist为例-[未完]   机器学习为例

初级实例

参考资料

跑实例时 一步步解析每一行代码,包括每一个变量,每一个函数 每一步的运行结果写在后面注释里面

可视化学习
嵌入可视化
图像化
直方图

算法相关

参考资料

本项目为开源项目:由[Tensorflow学生会]管理更新,TF爱好者参与

  • 一个DNN的分类例子 介绍内容:构造一个四层的DNN,用Python读取一份分类数据,并feed给DNN。一步步解析每一行代码,包括每一个变量,每一个函数

  • 一个CNN的分类例子(MNIST) 介绍内容:给出代码,并一步步解析每一行代码,包括每一个变量,每一个函数。

  • 转换image成tfrecord的例子

  • 读tfrecords,并训练网络使用tfrecords

  • end 其他需要修改的 大家提出来

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].