自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

梦家の博客

https://dreamhomes.github.io/

  • 博客(5)
  • 资源 (6)
  • 收藏
  • 关注

原创 Machine learning

Four branches of machine learningSupervised learningoptical character recognitionspeech recognitionimage classificationlanguage translationSequence generateGiven a picture, predict a caption...

2018-10-07 20:09:47 686

原创 Deep Learning: Keras + Boston_housing

Predicting house price: a regression example# -*- coding: utf-8 -*-"""@Date: 2018/10/7@Author: dreamhomes@Summary:"""from keras.datasets import boston_housingfrom keras import modelsfrom ...

2018-10-07 11:39:41 914

原创 Deep Learning: Keras + Reuters

Classifying newswires: a multiclass classification example# -*- coding: utf-8 -*-"""@Date: 2018/10/6@Author: dreamhomes@Summary:"""from keras.datasets import reutersfrom keras.utils.np_util...

2018-10-06 21:08:15 357

原创 Deep Learning: Keras + IMDB

Classifying movie reviews: a binary classification example# -*- coding: utf-8 -*-"""@Date: 2018/10/5@Author: dreamhomes@Summary:"""from keras.datasets import imdbfrom keras import modelsfr...

2018-10-06 21:05:30 425

原创 Deep Learning: Keras + MNIST

Keras + MNISTData representations for neural networksData representations for neural networks# -*- coding: utf-8 -*-"""@Date: 2018/9/28@Author: dreamhomes@Summary:"""from keras.utils impor...

2018-10-06 21:02:25 205

基于布朗粒子的随机运动度量网络中节点之间的距离

基于Python2.7实现布朗粒子的随机运动度量网络中节点之间的距离 参考论文:Network landscape from a Brownian particle’s perspective

2018-04-11

基于Python实现的K-Shell节点排序算法

基于python-2.7实现的K-Shell节点排序算法,算法结果输出每个节点K值。

2018-04-08

基于Python实现LeaderRank复杂网络中节点排序算法

基于Python2.7实现的LeaderRank复杂网络节点排序算法,算法输出排序后每个节点的重要性值 参考论文:2011-Leaders in Social Networks, the Delicious

2018-04-08

基于Python实现LFM种子传播算法

基于Python2.7实现的LFM种子传播算法。 参考论文 LFM:Detecting the overlapping and hierarchical community structure in complex networks

2018-04-08

基于Python实现的Pagerank算法

基于Python实现的Pagerank算法 算法结果输出复杂网络中每个节点的重要性

2018-04-07

Network使用手册

NetworkX是一款Python的软件包,用于创造、操作复杂网络,以及学习复杂网络的结构、动力学及其功能。 有了NetworkX你就可以用标准或者不标准的数据格式加载或者存储网络,它可以产生许多种类的随机网络或经典网络,也可以分析网络结构,建立网络模型,设计新的网络算法,绘制网络等等

2017-09-26

空空如也

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

TA关注的人

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