-
外星人入侵
关于外星人入侵的小游戏,代码不算很完善,有很多需要修改的地方,我是一个新手,还有很多要学习希望大家多多批评指正。
- 2023-08-19 01:25:03下载
- 积分:1
-
Learning to Program Using Python 2nd edition
说明: A little guide to python programming
- 2019-02-26 15:58:25下载
- 积分:1
-
inception_v3_2016_08_28.tar
说明: that si inception network for tf
- 2019-05-06 21:18:42下载
- 积分:1
-
python 井字棋
PYTHON 井字棋,#井字棋
import random
#是否重来一次
def playAgain():
print("你想重玩一次吗?(是/否)")
return input() == "是"
#选择什么符号棋子
def inputPlayerLetter():
letter = ""
while not (letter =="X" or letter =="O"):
print ("你想选x还是o")
letter = input().upper()
if letter == "X":
return ["X","O"]
else:
return ["O","X"]
- 2022-06-17 20:22:26下载
- 积分:1
-
densecrf-master
应用条件随机场进行图像分割
使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:Program FilesAnaconda3Libsite-packages
运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or
"pydensecrf-py35" to the new name "pydensecrf"
Puting this file "pydensecrf" in this directory "C:Program FilesAnaconda3Libsite-packages"
cd examples/
python inference.py im1.png anno1.png out.png)
- 2020-11-25 15:49:32下载
- 积分:1
-
CART
机器学习-CART决策树代码。使用UCI上面的Adult数据集。(Machine learning- CART decision tree using adult database on UCI.)
- 2013-03-09 04:04:29下载
- 积分:1
-
DBN
基于python的DBN实现,可以用来数据降维。(Implementation of DBN based on Python)
- 2017-06-16 10:00:47下载
- 积分:1
-
图像分类的 Python 代码
使用深度学习的图像分类的 Python 代码。
- 2022-02-14 03:29:18下载
- 积分:1
-
python爬虫
Python爬虫程序,包含两个文件
main.py和test.py
- 2023-05-16 05:25:02下载
- 积分:1
-
time-series-forecasting-keras-master
说明: 基于ARIMA模型和LSTM模型,提出一种高性能得时间序列预测算法(Based on ARIMA model and LSTM model, a high performance time series prediction algorithm is proposed.)
- 2020-10-20 09:17:25下载
- 积分:1