- Mastering TensorFlow 1.x
- Armando Fandango
- 155字
- 2021-06-25 22:50:59
TFLearn
TFLearn is a modular library in Python that is built on top of core TensorFlow.
TFLearn is different from the TensorFlow Learn package which is also known as TF Learn (with one space in between TF and Learn). TFLearn is available at the following link: http://tflearn.org, and the source code is available on GitHub at the following link: https://github.com/tflearn/tflearn.
TFLearn can be installed in Python 3 with the following command:
pip3 install tflearn
To install TFLearn in other environments or from source, please refer to the following link: http://tflearn.org/installation/.
The simple workflow in TFLearn is as follows:
- Create an input layer first.
- Pass the input object to create further layers.
- Add the output layer.
- Create the net using an estimator layer such as regression.
- Create a model from the net created in the previous step.
- Train the model with the model.fit() method.
- Use the trained model to predict or evaluate.
推薦閱讀
- 24小時學會電腦組裝與維護
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- Creating Dynamic UI with Android Fragments
- Getting Started with Qt 5
- 電腦組裝、維護、維修全能一本通(全彩版)
- 精選單片機設計與制作30例(第2版)
- 從零開始學51單片機C語言
- 電腦軟硬件維修從入門到精通
- VCD、DVD原理與維修
- Practical Machine Learning with R
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Machine Learning Solutions
- The Deep Learning with PyTorch Workshop
- Advanced Machine Learning with R
- 零基礎輕松學修電腦主板