自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 rnn和lstm

RNN区别于普通神经网络的地方在于,前一时刻的状态会影响到后一时刻的状态,在网络结构上呈现隐藏层的自循环结构,不同时刻的参数共享,

2017-12-01 22:14:13 359

原创 对逻辑斯谛回归使用sigmoid的理解

看完统计学习方法对逻辑斯谛的讲解之后,产生了一点疑问,为什么输出结果的概率分布可以用逻辑斯谛分布来表示?给定x的条件下,y的分布一定服从逻辑斯谛分布吗?

2017-11-27 10:32:32 1253

原创 leetcode Perfect Squares

279. Perfect Squares Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. For example, given n = 12, return 3 because

2017-06-28 15:17:02 196

原创 leetcode Number Complement

476. Number Complement Given a positive integer, output its complement number. The complement strategy is to flip the bits of its binary representation. Note: The given integer is guara

2017-06-28 10:05:27 178

原创 leetcode 132 Pattern

456. 132 Pattern Given a sequence of n integers a1, a2, ..., an, a 132 pattern is a subsequence ai, aj, ak such that i j k and ai < ak j. Design an algorithm that takes a list of n nu

2017-06-27 20:40:29 348

原创 leetcode Shortest Unsorted Continuous Subarray

Java leetcode 数组里找到排序混乱的最短连续数组

2017-06-27 11:37:53 176

原创 leetcode Reverse Integer & Palindrome Number

java leetcode 翻转整数&判断整数是否回文

2017-06-26 16:24:35 205

空空如也

空空如也

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

TA关注的人

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