题意:
给定n deep
1、构造一个n个节点的带权树,且最大深度为deep,每个节点最多只能有2个儿子
2、每个节点的值为2^0, 2^1 ··· 2^(n-1) 任意两个节点值不能相同
3、对于一个节点,若他有左右儿子,则左子树的和
问:
有多少种构造方法。
思路:
dp
#include
#include
#include
#include
using ...
分类:
其他好文 时间:
2014-10-10 16:39:14
阅读次数:
172
本文笔记旨在概括地讲deep learning的经典应用。内容太大,分三块。
1. 回顾 deep learning在图像上的经典应用
1.1 Autoencoder
1.2 MLP
1.3 CNN
2. deep learning处理语音等时序信号
2.1 对什么时序信号解决什么问题
2.2 准备知识
2.2.1 Hidden Markov Model(HMM)
2.2.2 GMM-HMM for Speec...
分类:
其他好文 时间:
2014-10-10 11:21:04
阅读次数:
368
降维技术, 首先举的例子觉得很好,因为不知不觉中天天都在做着降维的工作 对于显示器显示一个图片是通过像素点0,1,比如对于分辨率1024×768的显示器,就需要1024×768个像素点的0,1来表示,这里每个像素点都是一维,即是个1024×768维的数据。而其实眼睛真正看到的只是一副二维的图片,这里...
分类:
其他好文 时间:
2014-10-09 22:00:08
阅读次数:
364
What is machine learning?...
分类:
其他好文 时间:
2014-10-09 15:37:28
阅读次数:
167
[1] The success of machine learning algorithms generally depends on data representation, and we hypothesize that this is because different representat...
分类:
其他好文 时间:
2014-10-09 13:51:53
阅读次数:
245
闭包http://www.ruanyifeng.com/blog/2009/08/learning_javascript_closures.html
分类:
Web程序 时间:
2014-10-07 17:11:43
阅读次数:
159
Life comes in a package. This package includes happiness and sorrow,failure and success,hope and despair.life is learning process .Experiences in lefe...
分类:
其他好文 时间:
2014-10-07 13:32:53
阅读次数:
136
Although JavaScript is very powerful, the language’s fundamentals do not have a very steep learning curve. Prior to the explosion of web applications,...
分类:
编程语言 时间:
2014-10-05 03:57:27
阅读次数:
343
Here is the note for lecture three.
the linear model
Linear model is a basic and important model in machine learning.
1. input representation
The data we get usually needs some change...
分类:
其他好文 时间:
2014-10-04 23:14:57
阅读次数:
390