xinyu04

导航

2022年5月10日 #

LeetCode 72 Edit Distance DP

摘要: Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2. You have the following three operations 阅读全文

posted @ 2022-05-10 20:40 Blackzxy 阅读(11) 评论(0) 推荐(0) 编辑

Deep Learning Week5 Notes

摘要: 1. Cross-Entropy Loss \(\textbf{MSE }\text{is justified in Euclidean space. But there is no sense in the classification context, because the class val 阅读全文

posted @ 2022-05-10 18:20 Blackzxy 阅读(20) 评论(0) 推荐(0) 编辑

LeetCode 91 Decode Ways DP

摘要: A message containing letters from A-Z can be encoded into numbers using the following mapping: 'A' → "1" 'B' → "2" ... 'Z' → "26" To decode an encoded 阅读全文

posted @ 2022-05-10 05:06 Blackzxy 阅读(14) 评论(0) 推荐(0) 编辑