-
模拟登陆Python
自己捣鼓的模拟登陆的代码 参考了网上的很多相关代码
- 2022-03-22 01:27:58下载
- 积分:1
-
《Python数据挖掘入门与实践》高清中文版
说明: 《Python数据挖掘入门与实践》高清中文版
本书作为数据挖掘入门读物,介绍了数据挖掘的基础知识、基本工具和实践方法,通过循序渐进地讲解算法,带你轻松踏上数据挖掘之旅。本书采用理论与实践相结合的方式,呈现了如何使用决策树和随机森林算法预测美国职业篮球联赛比赛结果,如何使用亲和性分析方法推荐电影,如何使用朴素贝叶斯算法进行社会媒体挖掘,等等。本书也涉及神经网络、深度学习、大数据处理等内容。本书面向愿意学习和尝试数据挖掘的程序员。("Python Data Mining Getting Started and Practice" HD Chinese version
As a primer on data mining, this book introduces the basic knowledge, basic tools and practical methods of data mining. By step-by-step explanation of the algorithm, you can easily embark on the journey of data mining. This book uses a combination of theory and practice, showing how to use the decision tree and random forest algorithm to predict the results of the American professional basketball league game, how to use the affinity analysis method to recommend movies, how to use the naive Bayesian algorithm for social media mining ,and many more. This book also covers neural networks, deep learning, big data processing and more. This book is for programmers who are willing to learn and experiment with data mining.)
- 2019-05-19 03:10:32下载
- 积分:1
-
DeepLabV3-Tensorflow-master
语义分割模型 图像分割领域的当前非常好的模型deeplabv3
- 2020-12-05下载
- 积分:1
-
BA_ER_SIR_python-master
SIR疾病传播模型;社交网络中的信息传播模型;(Disease transmission model)
- 2020-12-01 17:59:26下载
- 积分:1
-
MIKE11 data_input converter
可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
- 2020-06-24 09:20:01下载
- 积分:1
-
keras-master
最近一直在用keras,说点个人感受。
1、keras根植于python及theano,人气比较旺。
2、提供较为上层的框架,搞个深度学习的原型非常方便。
3、更新很快,我记得几个月前还没有multi-task的能力,最近再查就提供了graph的对象。
4、最重要的,文档很全。这点超过其它类似的基于theano的框架(Lasagne, Opendeep, Blocks)(Keras is a high-level neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast )
- 2016-11-28 14:39:37下载
- 积分:1
-
CNN1
建立一CNN网络,对mnist手写数据集进行分类。步骤明确。(A CNN network is built to classify MNIST handwritten data sets. Clear steps.)
- 2018-09-22 11:34:52下载
- 积分:1
-
电赛电磁炮.py
电赛电磁炮.py
- 2021-05-06下载
- 积分:1
-
hsmm
隐马尔科夫模型是关于时序的概率模型,描述由一个隐藏的马尔科夫链随机生成不可观测的状态随机序列,再由各个状态生成一个观测而产生观测序列的过程。隐藏的马尔科夫链随机生成的状态的序列,称为状态序列;每个状态生成一个观测,而由此产生的观测的随机序列,称为观测序列。马尔科夫链由初始概率分布、状态转移概率分布以及观测概率分布确定(The hidden Markov model is a probabilistic model for time series. It describes the process of randomly generating unobservable state random sequences from a hidden Markov chain, and then generating an observation by each state to produce an observation sequence. A sequence of randomly generated states of hidden Markov chains, called a sequence of states; each state produces an observation, and the resulting random sequence of observations is called an observation sequence. Markov chain is determined by initial probability distribution, state transition probability distribution and observation probability distribution)
- 2019-05-27 12:01:38下载
- 积分:1
-
Python
使用python语言编程实现生成voronoi的二维图像(Using python programming language to generate two-dimensional images of Voronoi)
- 2017-09-22 10:10:48下载
- 积分:1