上一页 1 ··· 593 594 595 596 597 598 599 600 601 ··· 782 下一页
摘要: AI已经大大提升了我的效率,正好这几天放假没事干,总结出这篇汇报。 AI + 技术自媒体 首先是 AI+开发和文创的所有路都自动化了。技术文章的翻译已经过半,不出两个月,我就能把我见到的所有技术文章都翻译一遍。 然后我觉得AI不应当只能完成翻译,技术自媒体应该也有点别的花样。第一个能做到的就是源码解 阅读全文
posted @ 2024-02-17 15:44 绝不原创的飞龙 阅读(35) 评论(0) 推荐(0)
摘要: Accelerate 0.27 中文文档 音频课程文档 AutoTrain 中文文档 AWS 中文文档 竞赛中文文档 Diffusers 0.26 中文文档 深度强化学习课程文档 数据集服务器中文文档 Datasets 2.17 中文文档 Evaluate 0.4 中文文档 Huggingface. 阅读全文
posted @ 2024-02-16 22:39 绝不原创的飞龙 阅读(113) 评论(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:49 绝不原创的飞龙 阅读(71) 评论(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 绝不原创的飞龙 阅读(55) 评论(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 绝不原创的飞龙 阅读(55) 评论(0) 推荐(0)
摘要: numpy-ml\numpy_ml\neural_nets\utils\__init__.py """ 神经网络特定的常见辅助函数。 ``neural_nets.utils` 模块包含神经网络特定的辅助函数,主要用于处理 CNNs。 """ # 从当前目录下的 utils 模块中导入所有内容 fro 阅读全文
posted @ 2024-02-16 19:47 绝不原创的飞龙 阅读(89) 评论(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 绝不原创的飞龙 阅读(48) 评论(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:43 绝不原创的飞龙 阅读(41) 评论(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:39 绝不原创的飞龙 阅读(54) 评论(0) 推荐(0)
摘要: .\Zelda-with-Python\Code\Debug.py # 导入pygame和os模块 import pygame import os # 设置当前工作目录为项目所在的目录,用于导入文件(特别是图片) os.chdir(os.path.dirname(os.path.abspath(__ 阅读全文
posted @ 2024-02-14 22:45 绝不原创的飞龙 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 593 594 595 596 597 598 599 600 601 ··· 782 下一页