- 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作品三步上朋友圈2026/08/04 周二 19:00-20:00
林华鼎-华为云AI开发者运营负责人
从入门 · 到做AI应用 · 到企业级开发。不教编程,只教用AI · 零代码、有产出、能带走、可炫耀 · 每课人人动手实操
回顾中 -
华为云码道Agent集成与鸿蒙实战2026/08/11 周二 19:00-21:00
王一男-华为云码道产品规划专家;李炎-华为云码道产品专家;彭江敏-华为云鸿蒙端云一体化开发专家
本次直播带你解读华为云码道7月份产品新特性、新功能。更有专家演示码道Agent Space × 钉钉机器集成实战,从0到1打通消息通道;码道鸿蒙端云一体化实战,快速搭建员工签到系统。
回顾中 -
基于华为云码道,构建你的定制化AI搭子2026/08/14 周五 09:00-11:30
明亮-华为云开发者发展与支持部部长
本期直播将向您全面介绍华为云码道产品,并基于码道手把手教你部署自己的定制化AI陪伴搭子。
回顾中
热门标签