1.Time Complexity
A indicator to evaluate the time cost of an algorithm.
1.1. O(1)
1 | print("Hello World!") |
1.2. O(n)
1 | for i in range(n): |
老师简单的过了一遍线性代数、概率论、微分,若想深入请看参考资料。
后续有空整理下AI核心数学知识。
Wikipedia: A computer network is a group of computers that use a set of common communication protocols over digital interconnections for the purpose of sharing resources located on or provided by the network nodes.
A database is an organized collection of data, generally stored and accessed electronically from a computer system.