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
- Host: GitHub
- URL: https://github.com/davidyslu/tensorflow-practice
- Owner: davidyslu
- License: apache-2.0
- Created: 2018-12-16T10:43:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:20:05.000Z (over 2 years ago)
- Last Synced: 2025-05-14T10:33:33.073Z (9 months ago)
- Topics: machine-learning, python, tensorflow, tutorial
- Language: Jupyter Notebook
- Homepage: https://www.tensorflow.org/
- Size: 23.6 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorFlow Practice

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)