AI Agent Notes AI Agent:人类只给AI目标,AI自己想办法完成某个研究问题。 2025-07-20 Deep Learning #Deep Learning #AI #李宏毅机器学习
Introduction to Algorithm-08-Parallel 在现在的计算机中,多核处理器使用的是共享存储器架构。并行计算的目标是将计算任务分解为多个子任务,并在多个处理器上同时执行这些子任务,以提高计算效率。 2025-06-16 Algorithm #Algorithm #Parallel
Introduction to Algorithm-07-Approximation Algorithm 如果对规模为的任意输入,近似算法所产生的近似解的代价与最优解的代价只差一个因子使得 2025-06-16 Algorithm #Algorithm #Approximation Algorithm
Introduction to Algorithm-06-NP completeness P问题是在多项式时间可以解决的问题 2025-06-16 Algorithm #Algorithm #NP completeness
Introduction to Algorithm-05-String Matching String Matching 2025-06-16 Algorithm #Algorithm #String Matching
Introduction to Algorithm-04-Amortized Analysis and Disjoint-Sets Dynamic tables 2025-06-16 Algorithm #Algorithm #Amortized Analysis #Disjoint Sets