发布于 2022-04-23
摘要
中国学生普遍被认为基础扎实,勤奋刻苦,学习能力强,但是中国科学家在国际学术舞台上的整体地位却不高;美国基础教育世界公认竞争力不强, …
发布于 2022-04-23
摘要
—选自公众号 量子学派 引 132人,这不是一串数字,而是一个个活生生的生命。 对一个家庭来说,这是永恒噩梦,对于有良知的社会 …
发布于 2022-04-21
摘要
—选自公众号 量子学派 1 原子与比特 原子是天然存在的,比特则是人类创造的。 “原子“的古典定义基本如下: ①所有物质都是由 …
发布于 2022-04-21
摘要
%matplotlib inline import time import torch import torch.nn.funct …
发布于 2022-04-21
摘要
区域卷积神经网络(R-CNN)系列 import torch import torchvision print(torchvisi …
发布于 2022-04-21
摘要
多尺度目标检测 %matplotlib inline from PIL import Image import numpy as …
发布于 2022-04-21
摘要
边界框的实现与转化 # bbox是bounding box的缩写 dog_bbox, cat_bbox = [60, 45, 37 …
发布于 2022-04-21
摘要
%matplotlib inline import torch from torch import nn, optim from …
发布于 2022-04-21
摘要
%matplotlib inline import os import time import torch from torch …