自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 可逆数据隐藏python实现(Reversible Data Hiding)

这是一篇针对可逆数据隐藏的经典研究论文(IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY , VOL. 16, NO. 3, MARCH 2006),笔者使用python将原论文中的算法进行实现。实现代码已上传至百度云:链接:https://pan.baidu.com/s/1-AF0jA48i099yISV95JzhQ提取码:wlsc代码详细解释见第一部分算法介绍之后的内容。一...

2021-10-08 18:17:40 5949 2

原创 New 8 queens question with search algorithm by python

The state:-1 indicates that the position in the board is vacant, meanwhile 0 represents a position in a card that has been prevented from being queen.Predictive movement analysisx_move = [2, 1, -1, -2, -2, -1, 1, 2]y_move = [1, 2, 2, 1, -1, -2, .

2021-12-20 17:28:55 338

原创 Bayesian network

贝叶斯模型(with pgmpy),使用变量消除技术和吉布斯采样。

2021-12-14 17:56:10 202

原创 MNIST classification based on CNN

MNIST classification based on CNN[The statement] I use the CSDNarticle editor to finish the report,The watermark in the picture in the report is my user name, and I completed the whole implementation process alone.I divided the whole process into tra..

2021-11-25 11:16:34 1415

原创 Decision Tree by Python

Part1.IntroduceThis article records the process of building a decision tree(ID3) which is my first curriculum design.The work I need to do is that load and process the data first, then use the train data tobuild the decision tree and finally use the t.

2021-11-05 14:40:53 145

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除