-
search-chen
使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里
可以用 bash commands.txt演示(AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.txt demo)
- 2014-12-19 11:08:38下载
- 积分:1
-
jmlr_paper
python 爬虫实战。爬取JMLR(Journal of Machine Learning Research )期刊中的所有论文的信息(title, author, abs, url等)。要解析xpath,处理字符编码等。(Python Crawler. Crawl all the papers in JMLR (Journal of Machine Learning Research) journals (title, author, abs, url, etc.))
- 2019-01-30 15:24:13下载
- 积分:1
-
machinelearninginaction-Ch03
说明: 机器学习实战第三章编程实现:使用决策树预测隐形眼镜类型。(Machine Learning Practical Combat Chapter 3 Programming Realization)
- 2019-03-29 09:15:17下载
- 积分:1
-
dcellmain
python code for fat tree topology with different measurements
- 2016-11-05 04:42:16下载
- 积分:1
-
Ch06
机器学习实战 第六章
Machine Learning in Action Charpter6 instance(Machine Learning in Action Charpter6 instance)
- 2015-02-11 20:49:24下载
- 积分:1
-
Python 人事管理系统
【实例简介】
- 2021-06-06 00:31:14下载
- 积分:1
-
tensorflow_simple_neuNetwork
基于tensorflow的简单神经网络代码实现(Implementation of simple neural network code based on tensorflow)
- 2017-08-16 14:19:54下载
- 积分:1
-
Python装饰器的几个简单实例
8个实例简单介绍Python装饰器的实现。包含参数,执行效果等:#/usr/bin/env python#-*- coding:utf-8 -*-"""两个装饰器的执行顺序是outer_0 开头输入前outer_1 123原函数 呵呵outer_1 456outer_0 加法结果等于"""#哪个装饰器先执行就先执行谁的,比如将outer_0和outer_1调转,其实就是也可以把一个装饰器outer_1当做参数传入outer_0#装饰器主要运用于权限设置def outer_0(func): def inner(*args, **kwargs): print("开头输入前") ret = func(*args, **kwargs) print("加法结果等于",ret,"
") return ret return innerdef outer_1(func): def inner(*args, **kwargs): print("123") ret = func(*args, **kwargs) &
- 2022-08-25 11:18:16下载
- 积分:1
-
PythonReader_1.9.4.101028
用来实现abaqusGUI操作脚本化的一个实时动态小程序(A real-time dynamic applet for abaqusGUI operation scripting)
- 2020-07-02 06:40:02下载
- 积分:1
-
爬取知乎收藏夹
爬取知乎收藏夹,暂时无法实现收藏夹翻页,有待后续改进,里面代码cookie需要结合自己电脑填,用户名邮箱和用户和密码也要自己填,这点要注意
- 2022-07-26 09:38:57下载
- 积分:1