神经网络mooc选择判断---第二讲

1、下面的Anaconda工具中,Anaconda Navigator不能直接用来编辑和运行源代码。

2、以下说法中,正确的是:使用 Python语言进行编程,不一定要安装Anaconda

3、下面安装包的命令中,错误的是:== pip install tensorflow=2.4.0 alpha==。

4、包管理不仅可以方便地安装、更新、卸载工具包,而且安装时能自动安装相应的依赖包。

5、建立文件add.py,写入以下代码:

   print( “the first number is:)print(30+50)print(“the second number is:)30*50

保存并运行脚本文件,输出结果为:

the first number is:
80
the second number is:

你可能感兴趣的:(神经网络与深度学习,神经网络,python,深度学习)