摘要: 1 Attention 1.1 Scaled Dot-Product Attention import torch import torch.nn as nn import torch.nn.functional as F class ScaledDotProductAttention(nn.Mod 阅读全文
posted @ 2024-01-08 01:33 ForHHeart 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Basic Notes for Coding Python Basic Notes PyTorch Basic Notes DS / ML Basic Notes SQL Basic Notes Statistics Basic Notes Interview Prep ML / AI Algori 阅读全文
posted @ 2024-01-06 12:14 ForHHeart 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 🥥 Table of Content I. Key Competency II. Occupational Classification 🥑 Get Started! I. Key Competency Data Layer数据层 对于复杂高频质量数据的驾驭能力。在实际的AI问题当中,bottl 阅读全文
posted @ 2023-09-13 08:51 ForHHeart 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 1 Array & Hashing 217. Contains Duplicate 242. Valid Anagram 1. Two Sum 49. Group Anagrams 347. Top K Frequent Elements 217. Contains Duplicate https: 阅读全文
posted @ 2023-09-09 02:16 ForHHeart 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1 NumPy 1.1 Create Arrays # Define in yourself arr = np.array() # 等差数列 arr = np.arange(size) arr = np.linspace(start, end, step) # 等比数列 arr = np.logsp 阅读全文
posted @ 2023-06-12 01:50 ForHHeart 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 🥥 Table of Content Basic SQL 01 - Order of SQL Execution 02 - JOIN 03 - WHERE & HAVING 04 - LIKE & REGEXP 05 - GROUP BY 06 - Aggregate Function(5) 07 阅读全文
posted @ 2023-06-10 00:22 ForHHeart 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1 Data structure 1.1 Initialization <1> List, Tuple, Set and Dictionary Iteratablity: All are iterable. emumerate(list) & dict.item() in for loop Muta 阅读全文
posted @ 2023-05-31 15:42 ForHHeart 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 🥥 Table of Content I. Top 8 Data Sturctures for Coding Interviews II. Sort Algorithms 🥑 Get Started! I. Top 8 Data Sturctures for Coding Interviews 阅读全文
posted @ 2023-05-13 09:57 ForHHeart 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1 Dev Config 1.1 Terminal Theme Powerlevel10k Github: https://github.com/romkatv/powerlevel10k VSCode Issue fix: https://github.com/romkatv/powerlevel 阅读全文
posted @ 2022-05-25 01:33 ForHHeart 阅读(362) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示