• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 80 下一页
2023年10月14日
傅里叶高频变换
摘要: https://charlesliuyx.github.io/2018/02/18/%E3%80%90%E7%9B%B4%E8%A7%82%E8%AF%A6%E8%A7%A3%E3%80%91%E8%AE%A9%E4%BD%A0%E6%B0%B8%E8%BF%9C%E5%BF%98%E4%B8%8D 阅读全文
posted @ 2023-10-14 16:54 MKT-porter 阅读(29) 评论(0) 推荐(0)
2023年10月12日
论文(1)nerf
摘要: http://www.liuxiao.org/2021/11/%E8%AE%BA%E6%96%87%E7%AC%94%E8%AE%B0%EF%BC%9Anerf-representing-scenes-as-neural-radiance-fields-for-view-synthesis/ htt 阅读全文
posted @ 2023-10-12 22:01 MKT-porter 阅读(155) 评论(0) 推荐(0)
2023年10月11日
学习计划
摘要: 阅读全文
posted @ 2023-10-11 21:53 MKT-porter 阅读(26) 评论(0) 推荐(0)
pytorch(8-6) 循环神经网络的简洁实现
摘要: https://zh.d2l.ai/chapter_recurrent-neural-networks/rnn-concise.html# 86循环神经网络的简洁.py import torch from torch import nn from torch.nn import functional 阅读全文
posted @ 2023-10-11 21:49 MKT-porter 阅读(127) 评论(0) 推荐(0)
pytorch(8-5) 循环神经网络的从零开始
摘要: https://zh.d2l.ai/chapter_recurrent-neural-networks/rnn-concise.html API_85.py import collections import re from d2l import torch as d2l import random 阅读全文
posted @ 2023-10-11 21:11 MKT-porter 阅读(90) 评论(0) 推荐(0)
2023年10月9日
pytorch(8-3) 文本语言处理 拆分成字符统计词频并从高到底分配ID 画图可视化1-3元词频分布规律
摘要: https://zh.d2l.ai/chapter_recurrent-neural-networks/language-models-and-dataset.html import collections import re from d2l import torch as d2l draw_pi 阅读全文
posted @ 2023-10-09 22:51 MKT-porter 阅读(92) 评论(0) 推荐(0)
pytorch(8-2) 文本语言处理 拆分成字符统计词频并从高到底分配ID
摘要: https://zh.d2l.ai/chapter_recurrent-neural-networks/language-models-and-dataset.html import collections import re from d2l import torch as d2l #@save 阅读全文
posted @ 2023-10-09 21:19 MKT-porter 阅读(75) 评论(0) 推荐(0)
2023年10月8日
pytorch(8-1) 循环神经网络 序列模型
摘要: https://zh.d2l.ai/chapter_recurrent-neural-networks/sequence.html #%matplotlib inline import torch from torch import nn from d2l import torch as d2l f 阅读全文
posted @ 2023-10-08 21:45 MKT-porter 阅读(67) 评论(0) 推荐(0)
2023年9月25日
pytorch(3-0) 可视化训练误差折线图有
摘要: 缺点 必须手动点击下关闭才能刷新最新的图,起码不会阻塞训练过程 ### 画图 训练损失 训练精度 测试精度 import matplotlib.pyplot as plt import threading import time import matplotlib.animation as anim 阅读全文
posted @ 2023-09-25 22:44 MKT-porter 阅读(54) 评论(0) 推荐(0)
pytorch(3-2) 多层 线性回归 训练和预测代码
摘要: 脱离网页化python 没有可视化 代码没有加入可视化图 需要的化参考 https://www.cnblogs.com/gooutlook/p/17729064.html 无可视化版本 #%matplotlib inline import torch import torchvision from 阅读全文
posted @ 2023-09-25 17:58 MKT-porter 阅读(97) 评论(0) 推荐(0)
2023年9月22日
ubuntu20安装opencv3.4.9 多版本
摘要: 1下载源码 下载源码 https://github.com/opencv/opencv/releases/tag/3.4.9 https://github.com/opencv/opencv/releases/tag/3.4.20 下载扩展源码 https://github.com/opencv/o 阅读全文
posted @ 2023-09-22 20:50 MKT-porter 阅读(188) 评论(0) 推荐(0)
2023年9月21日
pytorch(3) 单层线性回归 训练和预测代码
摘要: import torch import matplotlib.pyplot as plt torch.manual_seed(10) lr = 0.05 # 学习率 # 创建训练数据 x = torch.rand(20, 1) * 10 # x data (tensor), shape=(20, 1 阅读全文
posted @ 2023-09-21 19:40 MKT-porter 阅读(77) 评论(0) 推荐(0)
UBuntu20修复
摘要: https://blog.csdn.net/lyn631579741/article/details/123110176 开始修复搞了一个ubuntu安装的系统盘,然后进入启动界面,进入之后有两个选项 一般安装选择是 install,这里我们只是使用一下 try ubuntu, 一会就进入ubunt 阅读全文
posted @ 2023-09-21 15:39 MKT-porter 阅读(132) 评论(0) 推荐(0)
2023年9月19日
pytorch(5) 多项式回归 模型选择、欠拟合和过拟合
摘要: import math import numpy as np import torch from torch import nn from d2l import torch as d2l max_degree = 20 # 多项式的最大阶数 n_train, n_test = 100, 100 # 阅读全文
posted @ 2023-09-19 22:13 MKT-porter 阅读(86) 评论(0) 推荐(0)
2023年9月18日
pytorch(2) softmax回归
摘要: https://tangshusen.me/Dive-into-DL-PyTorch/#/chapter03_DL-basics/3.4_softmax-regression ''' softmax 将未规范化的预测变换为非负数并且总和为1 我们首先对每个未规范化的预测求幂,这样可以保证输出非负。 阅读全文
posted @ 2023-09-18 21:58 MKT-porter 阅读(27) 评论(0) 推荐(0)
pytorch(3)损失函数
摘要: 1 损失函数 | Mean-Squared Loss https://zhuanlan.zhihu.com/p/35707643 2 交叉熵损失函数 https://www.zhihu.com/tardis/zm/art/35709485?source_id=1003 阅读全文
posted @ 2023-09-18 21:56 MKT-porter 阅读(64) 评论(0) 推荐(0)
pytorch(1)安装
摘要: https://pytorch.org/get-started/locally/ 创建环境 conda create -n pytorch python=3.9 激活 activate pytorch 安装pytorch https://pytorch.org/ 根据cuda的版本 pip inst 阅读全文
posted @ 2023-09-18 15:09 MKT-porter 阅读(37) 评论(0) 推荐(0)
2023年9月14日
pytorch(0) 学习资料
摘要: 资源 1 初始学习阶段,主要框架看1,到VGG和残差网络那,然后交叉看2的讲解更清晰 2 后续,2讲解的对抗网络等,1没有发现,后面两个同步对着看吧。 百度脑图笔记 https://naotu.baidu.com/file/608fb4d49c8c5b493f3f5d5934c8e444 1 主线教 阅读全文
posted @ 2023-09-14 22:24 MKT-porter 阅读(35) 评论(0) 推荐(0)
2023年9月12日
win10安装pyqt5
摘要: 安装教程 开代理快 conda create -n pyqt5 python=3.7 conda activate pyqt5 不开代理 pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install PyQt5-t 阅读全文
posted @ 2023-09-12 22:34 MKT-porter 阅读(43) 评论(0) 推荐(0)
2023年9月9日
latex表格
摘要: https://www.tablesgenerator.com/ 添加名字和引用 自适应 \begin{table}[] \caption{The final root mean square error (RMSE) of each approach.\label{tab1}} \begin{ad 阅读全文
posted @ 2023-09-09 11:55 MKT-porter 阅读(81) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 80 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3