上一页 1 ··· 9 10 11 12 13
摘要: 练习篇(Part 4) 41. How to sum a small array faster than np.sum? (★★☆) 运行结果:45 42. Consider two random array A and B, check if they are equal (★★☆) 运行结果: 阅读全文
posted @ 2019-09-26 20:35 橙同学的学习笔记 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 练习篇(Part 3) 31. 略 32. Is the following expressions true? (★☆☆) 运行结果:False 33. How to get the dates of yesterday, today and tomorrow? (★☆☆) 运行结果: yeste 阅读全文
posted @ 2019-09-25 23:25 橙同学的学习笔记 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 练习篇(Part 2) 11. Create a 3x3 identity matrix (★☆☆) 运行结果:[[1. 0. 0.] [0. 1. 0.] [0. 0. 1.]] 12. Create a 3x3x3 array with random values (★☆☆) 运行结果:略 13 阅读全文
posted @ 2019-09-24 22:20 橙同学的学习笔记 阅读(680) 评论(0) 推荐(0) 编辑
摘要: (一)基础学习 学习渠道:阿里天池AI学习——Numpy基础(传送门) (二)练习篇 练习渠道:Numpy基础100题(Part 1) 1. Import the numpy package under the name np(★☆☆) 2. Print the numpy version and 阅读全文
posted @ 2019-09-23 20:22 橙同学的学习笔记 阅读(472) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13