登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:Python
  2. 代码类别:其他
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 基于BP adabooot强分类器预测,实现优化的功能

说明:  包括分类与预测、聚类分析、关联基本挖掘建模办法,规则、时序模式以及离群点监测(It includes classification and prediction, clustering analysis, association basic mining modeling methods, rules, temporal patterns and outlier monitoring)

5
下载
171
浏览
2020-08-28发布

2. 新浪、网易、腾讯实时tick接口

说明:  Python调用新浪、网易、腾讯的股票Tick数据接口(Python calls stock tick data interface of sina, Netease and Tencent)

1
下载
110
浏览
2020-08-26发布

3. zh_lstm

  lstm做情感分类,中文,用到豆瓣影评,结巴分词,lstm模型,环境python3做编码处理。(lstm for sentiment analyse)

20
下载
111
浏览
2020-08-23发布

4. 《机器学习经典算法实践》配套源代码

说明:  好学好用的机器学习经典算法实践供下载学习分享.(Good use of machine learning classic algorithm practice for download learning to share)

1
下载
96
浏览
2020-08-22发布

5. 《神经网络与深度学习》code

说明:  好用好学的Python深度学习资料供分享和下载(Easy to use and learn Python in-depth learning materials for sharing and downloading)

2
下载
83
浏览
2020-08-22发布

6. aotools

说明:  用于模拟大气湍流、哈特曼、变形镜的python程序代码。(Program for simulating atmospheric turbulence, SHACK- Hartmann, deformable mirror codes)

3
下载
160
浏览
2020-08-21发布

7. 1

说明:  使用python第三方库requests访问高德地图开放web服务端,获取深圳市的桥梁和道路信息(Using Python third-party library requests to access the open web server of Gaode map to obtain the bridge and road information of Shenzhen city)

0
下载
94
浏览
2020-08-20发布

8. 文件

说明:  《Python语言在Abaqus中的应用》(曹金凤板)书中例子源码。("Python language in ABAQUS application" (Cao jinfengban) book example source code.)

1
下载
217
浏览
2020-08-16发布

9. yolo3-keras

说明:  深度学习目标检测的yolov3,可以直接拿来作为目标检测的模型(Yolov3 for deep learning target detection)

1
下载
120
浏览
2020-08-16发布

10. moxing

说明:  对csv文件进行读取并按照一定规则进行数据清洗(Read the CSV file and clean the data according to certain rules)

1
下载
87
浏览
2020-08-14发布

11. SVR

说明:  支持向量机回归预测,包括模型的建立和保存(Support vector machine regression prediction, including the establishment and preservation of the model)

1
下载
91
浏览
2020-08-12发布

12. 3DUNET-simply

说明:  使用3Dunet进行医学图像分割,讲三维图像进行分割(Medical image segmentation using 3dunet)

1
下载
126
浏览
2020-08-12发布

13. ch05

说明:  人脑神经网络和计算机神经网络的不同在于,人脑可以解决通用性和跨领域的问题,而计算机神经网络只能解专门的问题,所以哪怕阿尔法狗在围棋界孤独求败战胜了所有男人,但他也不能识别出站在他面前的两个女生谁更漂亮(The difference between human brain neural network and computer neural network is that human brain can solve universal and cross domain problems, while computer neural network can only solve specialized problems. Therefore, even if alpha dog defeats all men alone in go, he can not identify the two girls standing in front of him who is more beautiful)

0
下载
89
浏览
2020-08-06发布

14. ch01

说明:  信号波达方向估计的算法,利用python语言实现的,实现的是窄带信号的处理,利用深度学习框架(The algorithm of direction of arrival (DOA) estimation is implemented in Python language, which is used to process narrowband signals and uses deep learning framework)

4
下载
142
浏览
2020-08-06发布

15. suijishengchengkeli

  改程序是一个小插件,改程序可以在abaqus中自动生成二维的颗粒随机分布的板(Can generate random distribution of particles)

6
下载
134
浏览
2020-08-02发布

16. suijishengchengkeli

说明:  改程序是一个小插件,改程序可以在abaqus中自动生成二维的颗粒随机分布的板(Can generate random distribution of particles)

16
下载
101
浏览
2020-08-02发布

17. FPN-master

说明:  One-Stage算法不需要Region Proposals阶段,可以直接产生物体的类别概率和位置坐标值,经过单次检测即可直接得到最终的检测结果。(The one stage algorithm does not need the region proposals stage, and can directly generate the category probability and position coordinate value of the object. After a single detection, the final detection result can be obtained directly.)

0
下载
92
浏览
2020-07-31发布

18. Python-Stepwise-Regression-master

  用python实现的逐步回归算法,希望对大家有用(Step-by-step regression algorithm implemented in python, I hope to be useful to everyone)

23
下载
95
浏览
2020-07-30发布

19. Python深度学习实战_原书代码

说明:  深度学习正在为广泛的行业带来革命性的变化。对于许多应用来说,深度学习通过做出更快和更准确的预测,证明其已经超越人类的预测。本书提供了自上而下和自下而上的方法来展示深度学习对不同领域现实问题的解决方案。这些应用程序包括计算机视觉、自然语言处理、时间序列预测和机器人。(Deep learning is bringing revolutionary changes to a wide range of industries. For many applications, deep learning proves to be beyond human prediction by making faster and more accurate predictions. This book provides top-down and bottom-up approaches to demonstrate deep learning solutions to practical problems in different areas. These applications include computer vision, natural language processing, time series prediction and robotics.)

1
下载
110
浏览
2020-07-30发布

20. Tang-ICC17

  实现无线网络中能量的智能分配问题,通过dqn算法解决(Realizing the intelligent allocation of energy in wireless networks, solved by dqn algorithm)

8
下载
82
浏览
2020-07-28发布