-
sensor placement
这两篇文章为传感器优化配置方面的资料,个人觉得比较有用,希望可以帮到需要的人(These two articles provide information on the optimal configuration of the sensor)
- 2018-10-25 20:48:19下载
- 积分:1
-
PCA
说明: anomaly_detection
dataset-dimensionality-reduction-python-master
- 2020-06-25 19:20:01下载
- 积分:1
-
3D点云特征提取
3D点云特征提取,pointnet2,李飞飞团队所提的机器视觉特征提取算法,传统图像特征提取算法对3D点云效果不佳,为此,提出应用于3D点云的特征提取算法,输入为3D点云,输出为识别的结果。
- 2022-10-23 01:00:03下载
- 积分:1
-
SVM-timeseries
基于SVM的时序序列预测,用python实现,内附测试数据,方便可用。(SVM prediction based on a timing sequence with python to achieve, enclosing the test data to facilitate available.)
- 2021-03-27 09:39:12下载
- 积分:1
-
hw3-code
这是强化学习关于动态规划的例子,我们需要让智能体自己找到最好的策略。环境是一个5*5的格子,只有走到正确的格子下才能够获得奖励。通过这个例子对动态规划能有一个很好的了解。(This is an example of reinforcement learning about dynamic programming. We need to let agents find the best strategy for themselves. The environment is a 5*5 grid. Only when you get to the right grid can you get a reward. Through this example, we can have a good understanding of dynamic programming.)
- 2018-12-27 19:40:58下载
- 积分:1
-
网络爬虫-企业信息爬取
网络爬虫-企业信息爬取-python scrapy实现, cookie存储. 爬取企业注册信息, 比如支付类的公司, 保存到excel中
- 2022-07-04 13:22:51下载
- 积分:1
-
python machine learning
作者是Sebastian Raschka,密歇根州立大学的博士生,他在计算生物学领域提出了几种新的计算方法,还被科技博客Analytics Vidhya评为GitHub上最具影响力的数据科学家。他有一整年都使用Python进行编程的经验,同时还多次参加数据科学应用与机器学习领域的研讨会。在数据科学、机器学习以及Python等领域他拥有丰富的演讲和写作经验,本书可使得不具备机器学习背景的人设计出由数据驱动的解决方案。(The author, Sebastian Raschka, a PhD student at Michigan State University, has come up with several new computational methods in computational biology and has been named the most influential data scientist on GitHub by Analytics Vidhya, a technology blog. He has a year of programming experience using Python, and has attended many seminars in data science applications and machine learning. He has extensive lecture and writing experience in data science, machine learning, and Python, and this book enables people who do not have a machine learning background to design data-driven solutions.)
- 2018-10-24 21:03:20下载
- 积分:1
-
python之requests爬取亚马逊(国外站)关键词排名
用Python的requests方法获取亚马逊网站源代码,通过观察关键词网址模拟浏览器访问,加个代理规避网站反爬虫,使用多进程提高效率,轻松获取源代码
- 2022-02-22 07:22:26下载
- 积分:1
-
Python金融大数据分析
说明: Python金融大数据分析 提供了使用Python进行数据分析,以及开发相关应用程序的技巧和工具(Python for Finance Python as a programming language and platform technology was considered exotic if not completely irrelevant)
- 2019-01-08 09:04:04下载
- 积分:1
-
image inpainting
# Image Inpainting
Implementation of exemplar-based image inpainting algorithm by Criminisi et al.
Requirements:
Python 2.7.9 or greater
Cython 0.22 or greater
NumPy for Python 2
SciPy for Python 2
Matplotlib for Python 2
wxPython 3.0.0 or higher
#### Instructions

Run the program to open the GUI.

Enter the patch size. By default, it is 9. The patch size must be odd.

Select option to apply Gaussian filtering prior to computing the image gradients and choose sigma value.

Load the imag
- 2022-02-15 12:36:15下载
- 积分:1