shuaijiang's blog
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

LeetCode Reverse Integer

DescriptionReverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 The original problem is here:
3月 15 2015
#leetcode

LeetCode ZigZag Conversion

DescriptionThe string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H NA P
3月 15 2015
#leetcode

LeetCode Longest Substring Without Repeating Characters

DescriptionGiven a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for “abcabcbb” is “abc”, which the length
1月 25 2015
#leetcode

LeetCode Add Two Numbers

DescriptionYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return i
1月 24 2015
#leetcode

LeetCode Two Sum

DescriptionGiven an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the tar
1月 20 2015
#leetcode

感知机

简介1957年Rosenblatt提出感知机(perceptron),成为神经网络和支持向量机的基础。感知机是二类分类的线性分类模型,输入是实例的特征向量,输出是实例的类别。感知机学习的目标是求出将训练数据进行线性划分的分离超平面,感知机属于判别模型。
1月 13 2015
#机器学习

机器学习概述

简介机器学习就是将数据转变成信息。机器学习一般采用统计方法,由数据驱动,从数据中提取特征、抽象出模型、发现数据中的知识,最终应用到数据的分析和预测。 统计学习是关于计算机基于数据构建概率统计模型并运用模型对数据进行预测与分析的一门学科。
1月 9 2015
#机器学习

Paper Reading:《MINIMUM GENERATION ERROR TRAINING FOR HMM-BASED SPEECH SYNTHESIS》

论文信息
12月 30 2014
#语音合成 #PaperReading

Paper Reading:《TTS Synthesis with Bidirectional LSTM based Recurrent Neural Networks》

论文信息 作者:Yuchen Fan, Yao Qian, Fenglong Xie, Frank K. Soong 单位:上海交通大学,MSRA 会议:INTERSPEECH 发表日期: 2014 论文链接:https://mazsola.iit.uni-miskolc.hu/~czap/letoltes/IS14/IS2014/PDF/AUTHOR/IS140552.PDF 简介采用双向LS
12月 15 2014
#语音合成 #PaperReading

Paper Reading: 《DEEP MIXTURE DENSITY NETWORKS FOR ACOUSTIC MODELING IN STATISTICAL PARAMETRIC SPEECH SYNTHESIS》

论文信息 作者:Heiga Zen, Andrew Senior 单位:Google 会议:ICASSP 发表日期: 2014 论文链接:https://wiki.inf.ed.ac.uk/twiki/pub/CSTR/Speak13To14/p3872-zen.pdf 简介利用深层神经网络(DNNs)的参数语音合成(SPSS),被证明具有生成自然的合成语音的能力。然而,语音合成中基于DNN的声
12月 13 2014
#语音合成 #PaperReading
1…2223242526

搜索

Hexo Fluid
总访问量 次 总访客数 人