deeplearning-assignment icon indicating copy to clipboard operation
deeplearning-assignment copied to clipboard

深度学习笔记

Results 16 deeplearning-assignment issues
Sort by recently updated
recently updated
newest added

4 卷积神经网络/Week3 目标检测/4.3 目标检测/Car detection for Autonomous Driving/Autonomous driving application-Car detection-v1-answer.ipynb,计算iou的函数,此段代码有bug: xi1 = max(box1[0], box2[0]) yi1 = max(box1[1], box2[1]) xi2 = min(box1[2], box2[2]) yi2 = min(box1[3], box2[3]) inter_area = (yi2...

能不能再更新一下网盘链接,谢谢

请问相关库的版本有什么要求吗,比如numpy,TensorFlow,keras等

请问每周的编程作业有未填充的吗?