Numpy中axis的理解 Numpy是个好东西,但是ndarray的轴感觉弄不太明白。可能二维三维数组还好,要是再增加几维就无法在脑海中想象这个东西,对于一些有关轴的操作就稀里糊涂,只能一个个尝试。现在准备把它彻底弄明白! 2022-08-06 Study #Python #Numpy
Unsupervised Learning, Recommenders, Reinforcement Learning 机器学习-无监督学习,推荐系统与强化学习 2022-08-04 Study #Python #Machine Learning
Mathematics for Machine Learning: Multivariate Calculus 数学在机器学习领域的应用二:多元微积分 2022-07-31 Study #Python #Machine Learning #Calculus
Supervised Machine Learning: Regression and Classification 机器学习-监督学习:回归和分类 2022-07-28 Study #Python #Machine Learning #Supervised Learning
Mathematics for Machine Learning: Linear Algebra 数学在机器学习领域的应用一:线性代数 2022-07-12 Study #Python #Machine Learning #Linear Algebra