自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (4)
  • 收藏
  • 关注

原创 字符处理

1、判断是否为汉字: char = '我' print((char >= u'\u4e00') and (char <= u'\u9fa5')) 输出: True

2019-08-01 10:56:24 242

原创 计数器

输入: from collections import Counter counter = Counter() for word in ['我', '是', '中国', '人', '我', '爱', '中国']: counter[word] += 1 print(counter) 输出: Counter({'我': 2, '中国': 2, '是': 1, '人': 1...

2019-08-01 09:57:23 214

mysql-connector-java-8.0.11.zip

下载后解压,将jar文件放入neo4j安装目录下的plugins文件夹

2019-07-01

pyltp whl文件——python3.6版

pip install pyltp报错解决办法: 1、下载此文件;2、解压至磁盘;3、pip install C:\pyltp-0.2.1-cp36-cp36m-win_amd64.whl(以文件解压在C盘根目录为例,pip install 文件位置)

2018-07-06

pyltp whl文件——python3.5版本

pip install pyltp报错解决办法: 1、下载此文件;2、解压至磁盘;3、pip install C:\pyltp-0.2.1-cp35-cp35m-win_amd64.whl(以文件解压在C盘根目录为例,pip install 文件位置)

2018-07-06

Advances in Financial Machine Learning

Machine learning (ML) is changing virtually every aspect of our lives. Today ML algorithms accomplish tasks that until recently only expert humans could perform. As it relates to finance, this is the most exciting time to adopt a disruptive technology that will transform how everyone invests for generations. Readers will learn how to structure Big data in a way that is amenable to ML algorithms; how to conduct research with ML algorithms on that data; how to use supercomputing methods; how to backtest your discoveries while avoiding false positives. The book addresses real-life problems faced by practitioners on a daily basis, and explains scientifically sound solutions using math, supported by code and examples. Readers become active users who can test the proposed solutions in their particular setting. Written by a recognized expert and portfolio manager, this book will equip investment professionals with the groundbreaking tools needed to succeed in modern finance.

2018-05-27

空空如也

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

TA关注的人

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