Skip to content

Lighitng/tensorflow-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow demo

常用命令

# 引入TensorFlow模块
import tensorflow as tf

Issues

tensorflow真的不好安装,请耐心百度

目录结构

├── README.md
├── __init__.py             初始化入口
├── core
│   └── train.py            训练模型入口
├── data
│   ├── read-xlsx-sync.py   同步读取excel数据
│   └── rawdata.xlsx        原始数据
└── config.py               配置

About

a demo of tensorflow to determine attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages