Skip to content

小虾大蟹

大闸蟹的技术小窝
Menu
  • 首页
  • 编程
    • LeetCode
    • C++
    • Java
    • Python
  • 深度学习
  • NLP
  • 机器学习
  • Linux
  • 算法
  • 生活随记
  • 关于
2020年2月18日

LeetCode 138. Copy List with Random Pointer

By admin C++, LeetCode, 算法, 编程  0 Comments
A linked list is given such that each node contains an […]
Read More
2020年2月18日

LeetCode 238. Product of Array Except Self

By admin C++, LeetCode, 算法, 编程  0 Comments
Given an array nums of n integers where& […]
Read More
2020年2月17日

论文阅读 Alibaba at IJCNLP-2017 Task 1: Embedding Grammatical Features into LSTMs for Chinese Grammatical Error Diagnosis Task

By admin 机器学习, 深度学习, 算法  0 Comments
这篇论文是阿里在IJCNLP-2017 中文错误诊断任务上的工作介绍。 1.介绍 中文语法形式灵活多变,给初学 […]
Read More
2020年2月16日

LeetCode 334. Increasing Triplet Subsequence

By admin C++, LeetCode, 算法, 编程  0 Comments
Given an unsorted array return whether an increasing su […]
Read More
2020年2月16日

LeetCode 350. Intersection of Two Arrays II

By admin C++, LeetCode, 算法, 编程  0 Comments
Given two arrays, write a function to compute their int […]
Read More
2020年2月15日

LeetCode 384. Shuffle an Array

By admin C++, LeetCode, 算法, 编程  0 Comments
Shuffle a set of numbers without duplicates. Example: / […]
Read More
2020年2月14日

LeetCode 283. Move Zeroes

By admin C++, LeetCode, 算法, 编程  0 Comments
Given an array nums, write a function to move all  […]
Read More
2020年2月13日

LeetCode 217. Contains Duplicate

By admin C++, LeetCode, 算法, 编程  0 Comments
Given an array of integers, find if the array contains […]
Read More
2020年2月12日

Chinese Grammatical Error Diagnosis with Long Short-Term Memory Networks

By admin 深度学习, 算法  1 Comment
此篇论文来自HIT刘挺组的在NLP-TEA-3中文语法检测任务的总结介绍。中文语法错误检测(CGED)检测四种 […]
Read More
2020年2月11日

Youdao’s Winning Solution to the NLPCC-2018 Task 2 Challenge: A Neural Machine Translation Approach to Chinese Grammatical Error Correction

By admin NLP, 机器学习, 深度学习, 算法  0 Comments
这篇论文是有道团队在2018 NLPCC会议语法纠错任务中的分享,他们取得了第一的成绩。具体如下: 1.中文语 […]
Read More
2020年2月9日

噪声信道模型用于纠错 An Improved Error Model for Noisy Channel Spelling Correction

By admin 机器学习, 算法  0 Comments
1.噪声信道模型 噪声信道模型是一个非常重要的模型,它在很多领域都有非常重要的应用。它是在上世纪80年代在语音 […]
Read More
2020年2月8日

LeetCode 152. Maximum Product Subarray

By admin C++, LeetCode, 算法, 编程  0 Comments
Given an integer array nums, find the contiguous subarr […]
Read More
2020年2月2日

LeetCode 412. Fizz Buzz

By admin C++, LeetCode, 算法, 编程  0 Comments
Write a program that outputs the string representation […]
Read More
2020年1月29日

LeetCode 371. Sum of Two Integers

By admin C++, LeetCode, 算法, 编程  0 Comments
Calculate the sum of two integers a and b, but you are  […]
Read More
2020年1月28日

Leetcode 289. Game of Life

By admin C++, LeetCode, 算法, 编程  0 Comments
According to the Wikipedia’s article: “ […]
Read More

文章导航

1 … 5 6 7 8 9 … 17

近期文章

  • LeetCode 416 Partition Equal Subset Sum
  • C++二分查找方式实现sqrt功能
  • LeetCode 77. Combinations
  • 数组中只有0,1,2三种元素,要求原地排序,不能使用额外的空间
  • 四则运算实现

近期评论

  • LeetCode 23. Merge k Sorted Lists – 小虾大蟹发表在《LeetCode 21. Merge Two Sorted Lists》
  • 未排序数组中累加和小于或等于给定值的最长子数组长度 – 小虾大蟹发表在《LeetCode中关于求和的汇总》
  • LeetCode 140. Word Break II – 小虾大蟹发表在《LeetCode 139. Word Break》
  • LeetCode 95. Unique Binary Search Trees II – 小虾大蟹发表在《LeetCode 96. Unique Binary Search Trees》
  • LeetCode 102. Binary Tree Level Order Traversal – 小虾大蟹发表在《二叉树创建、递归和非递归前序、中序、后序遍历》

文章归档

  • 2025年3月
  • 2025年2月
  • 2025年1月
  • 2024年12月
  • 2023年9月
  • 2023年8月
  • 2023年4月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年6月
  • 2019年5月
  • 2018年6月
  • 2018年5月
  • 2018年4月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2016年10月
  • 2016年7月
  • 2016年3月
  • 2016年2月
  • 2015年10月
  • 2015年6月
  • 2015年1月
  • 2014年12月
  • 2014年5月
  • 2014年3月
  • 2014年2月
  • 2014年1月
  • 2013年12月
  • 2013年11月
  • 2013年10月
  • 2012年7月

分类目录

  • C++
  • DefaultCategory
  • Java
  • LeetCode
  • Linux
  • NLP
  • Python
  • 关于
  • 华为题库
  • 机器学习
  • 深度学习
  • 生活随记
  • 算法
  • 编程

标签

BFS (3) BI-LSTM-CRF (3) C++ (93) CRF (3) DFS (7) Eclipse (3) Hash (2) Java (1) LDA (2) LeetCode (163) Linux (7) LR (1) LSTM (3) LUIS (1) NLP (4) Python (2) Scala (2) Spark (3) Tensorflow (1) Ubuntu (4) 二分法 (7) 二叉树 (18) 分布式 (2) 分治法 (2) 动态规划 (28) 双指针 (7) 命名实体识别 (3) 回溯法 (8) 基础函数 (6) 堆排序 (2) 排序 (7) 数学 (3) 数据结构 (1) 文本分类 (3) 机器学习 (1) 条件随机场 (2) 栈 (6) 爬虫 (1) 牛客网 (13) 算法 (109) 纠错 (5) 自然语言处理 (3) 逻辑回归 (1) 链表 (13) 随笔 (1)

功能

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org
小虾大蟹 Copyright © 2026.
京公网安备 11010502037242号 Back to Top ↑