xinyu04

导航

2022年5月19日 #

LeetCode 437 Path Sum III DFS

摘要: Given the root of a binary tree and an integer targetSum, return the number of paths where the sum of the values along the path equals targetSum. The 阅读全文

posted @ 2022-05-19 21:47 Blackzxy 阅读(14) 评论(0) 推荐(0) 编辑

机器学习中的优化 Optimization Chapter 3 Projected Gradient Descent(2)

摘要: 1. Smooth and strongly convex functions: \(O(\log(1/\epsilon))\) steps \(\large\textbf{Theorem 3.5}\): $f:dom(f) \rightarrow \mathbb{R} $ convex and d 阅读全文

posted @ 2022-05-19 19:53 Blackzxy 阅读(43) 评论(0) 推荐(0) 编辑

LeetCode 120 Triangle DP

摘要: Given a triangle array, return the minimum path sum from top to bottom. For each step, you may move to an adjacent number of the row below. More forma 阅读全文

posted @ 2022-05-19 03:26 Blackzxy 阅读(9) 评论(0) 推荐(0) 编辑