Sara

  • Home

  • Tags

  • Categories

  • Archives

  • Search

LeetCode_Rotate Array

Posted on 2019-04-15 | In LeetCode

Rotate Array

Given an array, rotate the array to the right by k steps, where k is non-negative.
(翻转数组)

Read more »

LeetCode_Best Time to Buy and Sell Stock IV

Posted on 2019-04-10 | In LeetCode

Best Time to Buy and Sell Stock IV

Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most k transactions.
(股票收益)

Read more »

LeetCode_Repeated DNA Sequences

Posted on 2019-04-07 | In LeetCode

Repeated DNA Sequences

All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: “ACGAATTCCG”. When studying DNA, it is sometimes useful to identify repeated sequences within the DNA. Write a function to find all the 10-letter-long sequences (substrings) that occur more than once in a DNA molecule.
(找出字符串中长度为10的重复出现的子串)

Read more »

LeetCode_Largest Number

Posted on 2019-04-07 | In LeetCode

Largest Number

Given a list of non negative integers, arrange them such that they form the largest number.
(字符串拼接在一起为最大数)

Read more »

LeetCode_Dungeon Game

Posted on 2019-04-07 | In LeetCode

Dungeon Game

The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K) was initially positioned in the top-left room and must fight his way through the dungeon to rescue the princess.
(勇士解救公主需要的最低能量)

Read more »

Leetcode_Binary Search Tree Iterator

Posted on 2019-04-07 | In LeetCode

Binary Search Tree Iterator

Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST. Calling next() will return the next smallest number in the BST.
(设计二叉搜索树的迭代器)

Read more »

Leetcode_Factorial Trailing Zeroes

Posted on 2019-04-07 | In LeetCode

Excel Sheet Column Title

Given an integer n, return the number of trailing zeroes in n!.
(求 n! 的末尾0的个数)

Read more »

Leetcode_Excel Sheet Column Number

Posted on 2019-04-07 | In LeetCode

Excel Sheet Column Number

Given a column title as appear in an Excel sheet, return its corresponding column number.
(将EXCEL表格中的列名称转换成数值)

Read more »

Leetcode_Majority Element

Posted on 2019-04-07 | In LeetCode

Majority Element

Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times. You may assume that the array is non-empty and the majority element always exist in the array.
(众数(次数大于n/2))

Read more »

Joint_Intent_Classification_with_Slot_Filling

Posted on 2019-04-04 | Edited on 2019-05-14 | In Research

意图识别 (Intent Classification) 和 槽位填充 (Slot Filling) 是自然语言理解 (Natural Language Understanding, NLU) 领域常见的两个子任务。意图识别可以看作一个分类任务,槽位填充则是一个序列标注问题,之前的模型往往是基于这两个任务构建两个模型来分别处理。最近提出了很多意图分类和槽位填充的联合学习模型,结合两个任务之间的依赖关系,提高了模型的效果。

Read more »
1…345…21

Sara Han

207 posts
4 categories
40 tags
© 2019 Sara Han
Powered by Hexo v3.8.0
|
Theme – NexT.Mist v6.4.2