摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
🥥 Table of Content I. Key Competency II. Occupational Classification 🥑 Get Started! I. Key Competency Data Layer数据层 对于复杂高频质量数据的驾驭能力。在实际的AI问题当中,bottl 阅读全文
摘要:
1 Array & Hashing 217. Contains Duplicate 242. Valid Anagram 1. Two Sum 49. Group Anagrams 347. Top K Frequent Elements 217. Contains Duplicate https: 阅读全文
摘要:
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 阅读全文
摘要:
🥥 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 阅读全文
摘要:
1 Data structure 1.1 Initialization <1> List, Tuple, Set and Dictionary Iteratablity: All are iterable. emumerate(list) & dict.item() in for loop Muta 阅读全文
摘要:
🥥 Table of Content I. Top 8 Data Sturctures for Coding Interviews II. Sort Algorithms 🥑 Get Started! I. Top 8 Data Sturctures for Coding Interviews 阅读全文
摘要:
1 Dev Config 1.1 Terminal Theme Powerlevel10k Github: https://github.com/romkatv/powerlevel10k VSCode Issue fix: https://github.com/romkatv/powerlevel 阅读全文