
深度学习
幽默的荆轲君
今天就是生命——是惟一你能确知的生命。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
深度学习cs231n之knn学习的一些记录(1)
inputs: X: A numpy array of shape(num_test, D) containing test data. Returns: dists: A numpy array of shape(num_test, num_train) where dists[i, j] is the Euclidean distance between the ith test point...原创 2018-09-25 23:10:02 · 369 阅读 · 0 评论 -
深度学习cs231n之knn学习的一些记录(2)
防止在上篇文章上的修改产生覆盖,我这里就直接重启一篇。继续写 当前在knn.ipynb 里面的box 15 Now implement the function. predict_labels and run the code below: 现在执行classifier.predict_labels 这个函数。运行下面的代码来预测labels we use k = 1 (which is Nea...原创 2018-09-27 09:54:52 · 289 阅读 · 0 评论