- def accuracy_score(y_true, y_pred): """ Compare y_true to y_pred and return the accuracy """ a... def accuracy_score(y_true, y_pred): """ Compare y_true to y_pred and return the accuracy """ a...
- 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,也可以为...
上滑加载中
推荐直播
-
昇腾AI算法挑战赛-核心算子如何优化?专家带你深度解析2025/11/17 周一 16:00-17:00
王老师 华为算子专家
昇腾AI算法挑战赛进阶赛战鼓催征!本期直播间,我们特邀华为算子专家王老师,为你深度剖析Matmul、wholereducesum等核心算子的底层原理与优化技巧,直击赛题核心。想提升代码效率、冲击更高排名?锁定直播,带你破局!
回顾中 -
AI编码实干派,“码”力全开2026/02/26 周四 15:00-16:30
谈宗玮/于邦旭/丁俊卿/陈云亮/王一男
【中国,深圳,2026年2月26日】,以“AI编码实干派,码力全开”为主题的华为云码道(CodeArts)代码智能体新春发布会在线上成功召开。华为云码道公测版正式发布,为开发者和企业提供具备工程化能力的智能编码解决方案。
回顾中 -
华为云码道-玩转OpenClaw,开启在线养虾模式2026/03/11 周三 19:00-20:00
刘昱,华为云高级工程师/谈心,华为云技术专家/李海仑,上海圭卓智能科技有限公司CEO
OpenClaw 火爆开发者圈,华为云码道最新推出 Skill ——开发者只需输入一句口令,即可部署一个功能完整的「小龙虾」智能体。直播带你玩转华为云码道,玩转OpenClaw
回顾中
热门标签