-
Python
本书是由知名安全机构ImmunityInc的资深黑帽JustinSeitz先生主笔撰写的一本关于编程语言Python如何被广泛应用于黑客与逆向工程领域的书籍.(This book is a well-known security agencies ImmunityInc black hat Mr. JustinSeitz senior writer wrote a book about how the Python programming language is widely used by hackers and reverse engineering.)
- 2013-12-25 08:20:19下载
- 积分:1
-
python黑杰克
该游戏由 2 到 6 个人玩,使用除大小王之外的 52 张牌,游戏者的目标是使手中的牌的点数之和不超过 21 点且尽量大。 有着悠久的历史。黑杰克简称为21点,1700年左右法国赌场就有这种21点的纸牌游戏。1931年,当美国内华达州宣布赌博为合法活动时,21点游戏第一次公开出现在内华达州的赌场俱乐部,15年内,它取代掷骰子游戏,而一举成为非常流行的赌场庄家参与的赌博游戏。
- 2023-07-21 05:40:02下载
- 积分:1
-
BP神经网络实例及代码分析(python+tensorflow)
说明: BP神经网络实例及代码分析(python+tensorflow)(BP neural network example and code analysis (Python + tensorflow))
- 2020-08-06 15:47:47下载
- 积分:1
-
rnn-from-scratch-master
RNN神经网络的应用和概念,RNN源代码和使用方法(You can find that the parameters `(W, U, V)` are shared in different time steps. And the output in each time step can be**softmax**. So you can use**cross entropy** loss as an error function and use some optimizing method (e.g. gradient descent) to calculate the optimized parameters `(W, U, V)`.
Let recap the equations of our RNN:
)
- 2016-05-27 09:34:46下载
- 积分:1
-
python实现一个媒体播放器
基于python3.6+pyglet框架编写一个python的媒体播放器,实现功能较简单,暂停播放快进等功能,滑动条功能等待实现。
- 2022-02-06 01:40:03下载
- 积分:1
-
ID3决策树
KNN算法可以完成很多分类任务,但是它最大的缺点就是无法给出数据的内在含义,决策树的主要优势在于数据形式非常容易理解。此资源用于学习如何从一堆原始数据中构造决策树,并利用递归建立分类器进行决策
- 2022-03-10 04:16:38下载
- 积分:1
-
w5_bayesianRegression
machine learning 方面有关于Bayesian Regression的资料,语言是python(There are aspects of machine learning Bayesian Regression information about language is python)
- 2013-12-07 23:19:27下载
- 积分:1
-
EM 算法
用EM算法求解高斯混合模型并可视化,数据是男女生的身高分布,前提是初始化男女生身高各自的均值和方差和比例,然后由EM算法求解,男女生身高的均值方差,以拟合数据。(The EM algorithm is used to solve the Gauss mixture model and visualize. The data is the height distribution of male and female. The premise is to initialize the mean, variance and proportion of the male and female height, then the mean variance of the height of male and female is solved by the EM algorithm, so as to fit the data.)
- 2018-07-14 12:46:57下载
- 积分:1
-
骨生长文件
基于Python语言的联合abaqus的模拟骨生长源代码(Source code of simulated bone growth combined with ABAQUS)
- 2020-06-19 08:40:01下载
- 积分:1
-
python与机器学习实战的源代码
这是一个python与机器学习算法的近点结合,用numpy编写,适当的运用scikit-learn进行比较,全是源代码,让你一步一步解开机器学习的奥秘,还在等什么。赶快下载吧,
- 2022-05-06 22:20:19下载
- 积分:1