原创 LeetCode—111. Minimum Depth of Binary Tree & 104. Maximum Depth of Binary Tree

LeetCode—111. Minimum Depth of Binary Tree & 104. Maximum Depth of Binary Tree 題目 https://leetcode.com/problems/minim

原创 LeetCode—112. Path Sum && 113. Path Sum II

LeetCode—112. Path Sum 題目 https://leetcode.com/problems/path-sum/description/ 給出一棵二叉樹以及一個整數,判斷有沒有一條從樹的根節點到葉子節點的路徑,其路徑

原创 基於深度學習的對話系統---論文簡介篇

基於深度學習的對話系統—論文簡介篇 這篇文章簡要介紹幾篇seq2seq應用到對話系統的論文,借鑑大佬的博客。補充一些自己的東西,把自己的思路理清。 主要是這幾篇論文: 1.Learning Phrase Representations

原创 LeetCode—108. Convert Sorted Array to Binary Search Tree

LeetCode—108. Convert Sorted Array to Binary Search Tree 題目 https://leetcode.com/problems/convert-sorted-array-to-bin

原创 LeetCode—109. Convert Sorted List to Binary Search Tree

LeetCode—109. Convert Sorted List to Binary Search Tree 題目 https://leetcode.com/problems/convert-sorted-list-to-binar

原创 Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNs學習筆記

介紹-什麼是RNN 1.RNN的主要思想是利用序列信息。 The idea behind RNNs is to make use of sequential information. In a traditional neural n

原创 LeetCode—105. Construct Binary Tree from Preorder and Inorder Traversal

LeetCode—105. Construct Binary Tree from Preorder and Inorder Traversal 題目 根據前序遍歷和中序遍歷建立二叉樹。注意二叉樹中沒有重複的數字。 思路及解法 根據前

原创 LeetCode—106. Construct Binary Tree from Inorder and Postorder Traversal

LeetCode—106. Construct Binary Tree from Inorder and Postorder Traversal 題目 https://leetcode.com/problems/construct-b

原创 LeetCode—96. Unique Binary Search Trees

LeetCode—96. Unique Binary Search Trees 題目 https://leetcode.com/problems/unique-binary-search-trees/ 一個有n個節點的二叉搜索樹,有多

原创 LeetCode—117. Populating Next Right Pointers in Each Node II

LeetCode—117. Populating Next Right Pointers in Each Node II 題目 https://leetcode.com/problems/populating-next-right-p

原创 LeetCode—98. ValidateBinary Search Tree

LeetCode—98. ValidateBinary Search Tree 題目 https://leetcode.com/problems/validate-binary-search-tree/submissions/ 驗證一

原创 LeetCode—114. Flatten Binary Tree to Linked List

LeetCode—114. Flatten Binary Tree to Linked List 題目 https://leetcode.com/problems/flatten-binary-tree-to-linked-list/

原创 LeetCode—110. Balanced Binary Tree

LeetCode—110. Balanced Binary Tree 題目 https://leetcode.com/problems/balanced-binary-tree/description/ 判斷一棵二叉樹是否是平衡二叉樹

原创 LeetCode—107. Binary Tree Level Order Traversal II

LeetCode—107. Binary Tree Level Order Traversal II 題目 https://leetcode.com/problems/binary-tree-level-order-traversal

原创 LeetCode—103. Binary Tree Zigzag Level Order Traversal

LeetCode—103. Binary Tree Zigzag Level Order Traversal 題目 https://leetcode.com/problems/binary-tree-zigzag-level-orde