自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 cs231n notes:Python Numpy Tutorial

##cs231n notes:Python Numpy Tutorial#idctionary d = {'cat':'cute','dog':'furry'}#三种遍历方式 for k,v in d.items(): print(k,v)for i in d: print(i,d[i]) cat cute dog furry cat cute dog furry #get(key[

2017-10-31 22:49:34 277

对话系统中的深度学习进展

中文信息处理会议上的一个报告,介绍深度强化学习和GAN基础。

2019-04-14

A Brief Introduction to PySpark

关于 PySpark 的简介,适合新手入门学习。PySpark is a great language for performing exploratory data analysis at scale, building machine learning pipelines, and creating ETLs for a data platform. If you’re already familiar with Python and libraries such as Pandas, then PySpark is a great language to learn in order to create more scalable analyses and pipelines. The goal of this post is to show how to get up and running with PySpark and to perform common tasks.

2019-04-14

隐马尔可夫模型教程-Oxford

牛津大学关于隐马尔可夫模型的详细教程~oxford hidden markov model tutorial

2018-04-12

贝叶斯网络

香港中文科技大学,关于贝叶斯网络的详细教程,非常有用。

2018-04-12

空空如也

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

TA关注的人

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