An open API service indexing awesome lists of open source software.

https://github.com/davidyslu/tensorflow-practice

Practicing and learning TensorFlow
https://github.com/davidyslu/tensorflow-practice

machine-learning python tensorflow tutorial

Last synced: 9 months ago
JSON representation

Practicing and learning TensorFlow

Awesome Lists containing this project

README

          

# TensorFlow Practice

![](res/img/logo.png)

This repository is used to practice some basic operations in **TensroFlow** and the original repository is [here](https://github.com/tensorflow/tensorflow).

> **NOTICE:** This repository is based on Ubuntu Linux 16.04 LTS

---
## Contents

* [Tutorials](src/tutorials)
1. [Install](src/tutorials)
2. [Basic Classificaton](src/tutorials/2-BasicClassificaton)
3. [Movan's Tutorial](src/tutorials/3-Movan) (Credits to [Morvan](https://github.com/MorvanZhou))
* [Course](src/course)
* [Introduction to Machine Learning 2017, NCTU](src/course/nctu_ml2017) (Credits to [Li Yang](https://github.com/chenyang14))

---
## References

* [TensorFlow Offical](https://www.tensorflow.org/)
* [TensorFlow Official - Tutorial](https://www.tensorflow.org/tutorials/)
* [GitHub - tensorFlow/tensorflow](https://github.com/tensorflow/tensorflow)
* [GitHub - tensorflow/models](https://github.com/tensorflow/models)
* [GitHub - tendorflow/datasets](https://github.com/tensorflow/datasets)
* [莫烦PYTHON - TensorFlow](https://morvanzhou.github.io/tutorials/machine-learning/tensorflow)

---
## Contributor

> **NOTICE:** You can follow the contributing process [`CONTRIBUTING.md`](CONTRIBUTING.md) to join me. I am very welcome any issue!

* [David Lu](https://github.com/yungshenglu)
* [Li Yang](https://github.com/chenyang14)
* [Morvan](https://github.com/MorvanZhou)

---
## License

[Apache License 2.0](LICENSE)