- Mobile Artificial Intelligence Projects
- Karthikeyan NG Arun Padmanabhan Matt R. Cole
- 209字
- 2021-06-24 15:51:44
Installing dependencies
First, let's install TensorFlow. It is an open source framework for building Artificial Neural Network (ANN):
pip install tensorflow
You should see the following output, which indicates a successful installation:

We can also manually check the installation. Type python to open the Python prompt on the command line. Once inside the Python prompt, type import tensorflow and hit Enter. You should see the following output:

Type exit() to return to the default command line, keep in mind that we are still inside the ai-projects conda environment.
Next, we are going to install Keras, a wrapper over TensorFlow that makes designing deep neural networks much more intuitive. We continue to use the pip command:
pip install keras
On successful installation, we should see the following output:

To manually check the installation, type python to open the Python prompt on the command line. Once inside the Python prompt, type import keras and hit Enter. You should see the following output, with no errors. Observe that the output mentions that Keras is using TensorFlow as its backend:

Great! We have now installed the main dependencies required to create our very own neural networks. Let's go ahead and build an ANN to predict real estate prices.
- 智慧場館與智慧學(xué)習(xí)
- 專業(yè)圖書館發(fā)展之道
- 公共文化館治理研究(2015年):四川省文化館“十三五”規(guī)劃重大課題調(diào)研成果集
- 文件、信息商業(yè)化服務(wù)機(jī)構(gòu)建設(shè)研究
- 地方政府?dāng)?shù)字檔案集中管理模式研究(國家社會科學(xué)基金項目成果)
- Swift Game Development(Third Edition)
- 中國古典文獻(xiàn)學(xué)(東北師范大學(xué)文學(xué)院學(xué)術(shù)史文庫)
- 移動社交時代的電子閱讀
- 顧頡剛?cè)a(bǔ)遺:顧頡剛?cè)?/a>
- 高校圖書館工具書管理與服務(wù)研究
- 人文通識講演錄:歷史卷
- 家庭檔案管理一本通
- 人文通識講演錄:文學(xué)卷(二)
- 中國石羊河流域地理學(xué)研究文獻(xiàn)目錄索引
- 醫(yī)學(xué)圖書館知識服務(wù)理論與實踐(遼寧省優(yōu)秀自然科學(xué)著作)