- class Dropout(Layer): """A layer that randomly sets a fraction p of the output units of the previo... class Dropout(Layer): """A layer that randomly sets a fraction p of the output units of the previo...
- class Layer(object): def set_input_shape(self, shape): """ Sets the shape that the layer ... class Layer(object): def set_input_shape(self, shape): """ Sets the shape that the layer ...
- from __future__ import print_function, division import numpy as np import copy class Neuroevolution()... from __future__ import print_function, division import numpy as np import copy class Neuroevolution()...
- from __future__ import division, print_function import numpy as np import math from mlfromscratch.util... from __future__ import division, print_function import numpy as np import math from mlfromscratch.util...
- from __future__ import print_function, division import numpy as np from mlfromscratch.utils import cal... from __future__ import print_function, division import numpy as np from mlfromscratch.utils import cal...
- from __future__ import print_function, division import numpy as np import math from sklearn import dat... from __future__ import print_function, division import numpy as np import math from sklearn import dat...
- from __future__ import print_function, division import numpy as np from scipy.stats import chi2, multi... from __future__ import print_function, division import numpy as np from scipy.stats import chi2, multi...
- from __future__ import print_function, division import numpy as np from mlfromscratch.utils import nor... from __future__ import print_function, division import numpy as np from mlfromscratch.utils import nor...
- from __future__ import division, print_function import numpy as np import progressbar # Import helper... from __future__ import division, print_function import numpy as np import progressbar # Import helper...
- from __future__ import print_function, division import numpy as np from mlfromscratch.utils import euc... from __future__ import print_function, division import numpy as np from mlfromscratch.utils import euc...
- class PoolingLayer(Layer): """A parent class of MaxPooling2D and AveragePooling2D """ def ... class PoolingLayer(Layer): """A parent class of MaxPooling2D and AveragePooling2D """ def ...
- from __future__ import division from itertools import combinations_with_replacement import numpy as np... from __future__ import division from itertools import combinations_with_replacement import numpy as np...
- from __future__ import print_function, division from terminaltables import AsciiTable import numpy as ... from __future__ import print_function, division from terminaltables import AsciiTable import numpy as ...
- Numpy提供了几种数据保存的方法。 以3*4数组a为例: 1. a.tofile("filename.bin") 这种方法只能保存为二进制文件,且不能保存当前数据的行列信息,文件后缀不一定非要是bin,也可以为... Numpy提供了几种数据保存的方法。 以3*4数组a为例: 1. a.tofile("filename.bin") 这种方法只能保存为二进制文件,且不能保存当前数据的行列信息,文件后缀不一定非要是bin,也可以为...
- import randomimport time import numpy as np """#单个iou"""def compute_iou2(rec1, rec2): areas1 = (rec1[3] - rec1[1]) * (rec1[2] - rec1[0]) areas2 = (rec2[3] - rec2... import randomimport time import numpy as np """#单个iou"""def compute_iou2(rec1, rec2): areas1 = (rec1[3] - rec1[1]) * (rec1[2] - rec1[0]) areas2 = (rec2[3] - rec2...
上滑加载中
推荐直播
-
HDC深度解读系列 - Serverless与MCP融合创新,构建AI应用全新智能中枢
2025/08/20 周三 16:30-18:00
张昆鹏 HCDG北京核心组代表
HDC2025期间,华为云展示了Serverless与MCP融合创新的解决方案,本期访谈直播,由华为云开发者专家(HCDE)兼华为云开发者社区组织HCDG北京核心组代表张鹏先生主持,华为云PaaS服务产品部 Serverless总监Ewen为大家深度解读华为云Serverless与MCP如何融合构建AI应用全新智能中枢
回顾中 -
关于RISC-V生态发展的思考
2025/09/02 周二 17:00-18:00
中国科学院计算技术研究所副所长包云岗教授
中科院包云岗老师将在本次直播中,探讨处理器生态的关键要素及其联系,分享过去几年推动RISC-V生态建设实践过程中的经验与教训。
回顾中 -
一键搞定华为云万级资源,3步轻松管理企业成本
2025/09/09 周二 15:00-16:00
阿言 华为云交易产品经理
本直播重点介绍如何一键续费万级资源,3步轻松管理成本,帮助提升日常管理效率!
回顾中
热门标签