- 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.
推薦閱讀
- Istio入門與實戰(zhàn)
- 圖解西門子S7-200系列PLC入門
- 顯卡維修知識精解
- Linux KVM虛擬化架構實戰(zhàn)指南
- 深入淺出SSD:固態(tài)存儲核心技術、原理與實戰(zhàn)
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 電腦軟硬件維修從入門到精通
- Practical Machine Learning with R
- 單片機系統(tǒng)設計與開發(fā)教程
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- 單片機原理及應用:基于C51+Proteus仿真
- 3D Printing Blueprints
- 基于S5PV210處理器的嵌入式開發(fā)完全攻略
- PIC系列單片機的流碼編程
- Hands-On Embedded Programming with C++17