摘要: Accelerate 0.27 中文文档 音频课程文档 AutoTrain 中文文档 AWS 中文文档 竞赛中文文档 Diffusers 0.26 中文文档 深度强化学习课程文档 数据集服务器中文文档 Datasets 2.17 中文文档 Evaluate 0.4 中文文档 Huggingface. 阅读全文
posted @ 2024-02-16 22:39 绝不原创的飞龙 阅读(13) 评论(0) 推荐(0) 编辑
摘要: numpy-ml\numpy_ml\trees\gbdt.py # 导入 numpy 库并重命名为 np import numpy as np # 从当前目录下的 dt 模块中导入 DecisionTree 类 # 从当前目录下的 losses 模块中导入 MSELoss 和 CrossEntrop 阅读全文
posted @ 2024-02-16 19:50 绝不原创的飞龙 阅读(30) 评论(0) 推荐(0) 编辑
摘要: numpy-ml\numpy_ml\tests\test_glm.py # 禁用 flake8 检查 # 导入 numpy 库并重命名为 np import numpy as np # 导入 statsmodels 库中的 api 模块并重命名为 sm import statsmodels.api 阅读全文
posted @ 2024-02-16 19:49 绝不原创的飞龙 阅读(8) 评论(0) 推荐(0) 编辑
摘要: numpy-ml\numpy_ml\preprocessing\nlp.py # 导入必要的库和模块 import re import heapq import os.path as op from collections import Counter, OrderedDict, defaultdi 阅读全文
posted @ 2024-02-16 19:48 绝不原创的飞龙 阅读(8) 评论(0) 推荐(0) 编辑
摘要: numpy-ml\numpy_ml\neural_nets\utils\__init__.py """ 神经网络特定的常见辅助函数。 ``neural_nets.utils` 模块包含神经网络特定的辅助函数,主要用于处理 CNNs。 """ # 从当前目录下的 utils 模块中导入所有内容 fro 阅读全文
posted @ 2024-02-16 19:48 绝不原创的飞龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Losses The losses.py module implements several common loss functions, including: Squared error Cross-entropy Variational lower-bound for binary VAE (K 阅读全文
posted @ 2024-02-16 19:45 绝不原创的飞龙 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Activation Functions The activations module implements several common activation functions: Rectified linear units (ReLU) (Hahnloser et al., 2000) Lea 阅读全文
posted @ 2024-02-16 19:44 绝不原创的飞龙 阅读(5) 评论(0) 推荐(0) 编辑
摘要: name: Bug/Performance Issue about: Use this template for reporting a bug or a performance issue. labels: bugfix System information OS Platform and Dis 阅读全文
posted @ 2024-02-16 19:40 绝不原创的飞龙 阅读(11) 评论(0) 推荐(0) 编辑