• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
刻舟求剑,终日乾乾
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 下一页

2015年10月8日

研究领域总结(二):稀疏——矩阵补全
摘要: I.定义 矩阵补全(Matrix Completion)是指如下一个问题: 有一个巨大的矩阵$X\in\mathbb{R}^{m\times n}$,然而人们只能观测到其中的部分元素。记观测到的矩阵为矩阵$M\in\mathbb{R}^{m\times n}$(没观测到的元素位置以$0$填充),则... 阅读全文
posted @ 2015-10-08 11:08 aezero 阅读(7407) 评论(0) 推荐(0)
 
 

2015年9月27日

LeetCode(16)题解--3Sum Closest
摘要: https://leetcode.com/problems/3sum-closest/ 题目: Given an array S of n integers, find three integers in S such that the sum is closest to a given numbe 阅读全文
posted @ 2015-09-27 00:20 aezero 阅读(202) 评论(0) 推荐(0)
 
 

2015年9月20日

研究领域总结(一):稀疏——字典学习
摘要: Pre:面试发现自己老讲不条理自己的研究工作,还是要先梳理下。鉴于motivation,本文是侧重结构化的15分钟talk draft,而非务求详尽。有兴趣的欢迎私下讨论。Abstract:本文主要介绍稀疏模型相关,侧重于字典学习和具体应用。1.sparse background2.DL(DIcti... 阅读全文
posted @ 2015-09-20 21:32 aezero 阅读(10728) 评论(2) 推荐(2)
 
LeetCode(15)题解--3Sum
摘要: https://leetcode.com/problems/3sum/ 题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique tripl 阅读全文
posted @ 2015-09-20 13:37 aezero 阅读(733) 评论(0) 推荐(0)
 
 

2015年9月19日

LeetCode(125)题解--Valid Palindrome
摘要: https://leetcode.com/problems/valid-palindrome/ 题目: Given a string, determine if it is a palindrome, considering only alphanumeric characters and igno 阅读全文
posted @ 2015-09-19 16:39 aezero 阅读(645) 评论(0) 推荐(0)
 
LeetCode(155)题解--Min Stack
摘要: https://leetcode.com/problems/min-stack/ 题目: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) 阅读全文
posted @ 2015-09-19 16:24 aezero 阅读(360) 评论(0) 推荐(0)
 
LeetCode(88)题解-- Merge Sorted Array
摘要: https://leetcode.com/problems/merge-sorted-array/ 题目: Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Not 阅读全文
posted @ 2015-09-19 11:24 aezero 阅读(2639) 评论(0) 推荐(0)
 
 

2015年8月8日

LeetCode(82)题解: Remove Duplicates from Sorted List II
摘要: https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ 题目: Given a sorted linked list, delete all nodes that have duplicate numbers, lea 阅读全文
posted @ 2015-08-08 16:23 aezero 阅读(249) 评论(0) 推荐(0)
 
LeetCode(83)题解: Remove Duplicates from Sorted List
摘要: https://leetcode.com/problems/remove-duplicates-from-sorted-list/ 题目: Given a sorted linked list, delete all duplicates such that each element appear 阅读全文
posted @ 2015-08-08 15:21 aezero 阅读(148) 评论(0) 推荐(0)
 
LeetCode(70)题解: climbing-stairs
摘要: https://leetcode.com/problems/climbing-stairs/ 题目: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 阅读全文
posted @ 2015-08-08 15:07 aezero 阅读(235) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3