- 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.
推薦閱讀
- ATmega16單片機項目驅動教程
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 電腦常見問題與故障排除
- 辦公通信設備維修
- 數字道路技術架構與建設指南
- 精選單片機設計與制作30例(第2版)
- 嵌入式系統設計教程
- STM32嵌入式技術應用開發全案例實踐
- Building 3D Models with modo 701
- Hands-On Artificial Intelligence for Banking
- Intel Edison智能硬件開發指南:基于Yocto Project
- 微型計算機系統原理及應用:國產龍芯處理器的軟件和硬件集成(基礎篇)
- Java Deep Learning Cookbook
- 新編電腦組裝與硬件維修從入門到精通
- Mastering Machine Learning on AWS