- 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,也可以为...
上滑加载中
推荐直播
-
Skill 构建 × 智能创作:基于华为云码道的 AI 内容生产提效方案2026/03/25 周三 19:00-20:00
余伟,华为云软件研发工程师/万邵业(万少),华为云HCDE开发者专家
本次直播带来两大实战:华为云码道 Skill-Creator 手把手搭建专属知识库 Skill;如何用码道提效 OpenClaw 小说文本,打造从大纲到成稿的 AI 原创小说全链路。技术干货 + OPC创作思路,一次讲透!
回顾中 -
码道新技能,AI 新生产力——从自动视频生成到开源项目解析2026/04/08 周三 19:00-21:00
童得力-华为云开发者生态运营总监/何文强-无人机企业AI提效负责人
本次华为云码道 Skill 实战活动,聚焦两大 AI 开发场景:通过实战教学,带你打造 AI 编程自动生成视频 Skill,并实现对 GitHub 热门开源项目的智能知识抽取,手把手掌握 Skill 开发全流程,用 AI 提升研发效率与内容生产力。
回顾中 -
华为云码道:零代码股票智能决策平台全功能实战2026/04/18 周六 10:00-12:00
秦拳德-中软国际教育卓越研究院研究员、华为云金牌讲师、云原生技术专家
利用Tushare接口获取实时行情数据,采用Transformer算法进行时序预测与涨跌分析,并集成DeepSeek API提供智能解读。同时,项目深度结合华为云CodeArts(码道)的代码智能体能力,实现代码一键推送至云端代码仓库,建立起高效、可协作的团队开发新范式。开发者可快速上手,从零打造功能完整的个股筛选、智能分析与风险管控产品。
回顾中
热门标签