加载中...
记录一些常用的数学公式
基于ML+DL融合的森林覆盖类型预测
Docker Web 环境 涉及到的技术栈: Linux MySQL Docker Flask 本文将分为两部分,第一部分是一些基础知识,第二部分则是整个操作过程。 前置知识 一、Linux基础 与Windows系统相比: 可以不安装图形界面,只用命令行操作,灵活性更强 模块可以随意增减(硬件设备) 命令行对网络带宽要求不高,方便远程操作 Linux比Windows更加稳定(卡死) 授权更便宜 硬件要求更低 Linux的用户管理和权限管理更强,因而比Windows更加安全 1.1 SSH远程连接 Secure Shell 是一种网络安全协议,通过加密和认证机制实现安全的访问和文件传输业务。我们这里通过SSH远程链接命令行的方式与Linux系统进行交互。 我们这里采用的SSH客户端是MobaXterm,免费版本最多只能同时创建两个SSH连接,下载网址为:https://mobaxterm.mobatek.net/download.html 这个就是MobaXterm的客户端啦: 这边可以远程输入端口。但是还记得之前打开的wsl服务吗,可以直接连接到本机的WSL服务。 ...
基于ResNet的猫十二分类迁移学习
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677import torch.nn as nnimport torch.nn.functional as Fimport torchimport mathimport numpy as npclass GNN_Core(nn.Module): def __init__(self,A,inC,outC): super(GNN_Core, self).__init__() # Features Matrix X: [N,D] # Adjacent Matrix A: [N,D] N=A.shape[0] self.self_adjecent=nn.Sequential( nn.Linear(N,64), ...
The Dissertation Revision Trap Imagine this common scenario: You’ve put your heart, blood, and time into creating and submitting an initial dissertation prospectus, concept paper, or dissertation proposal – only to receive a request for revision. 想象一下这个常见的场景:你投入了心血和时间来创作和提交一份初步的论文大纲、概念论文或论文提案,结果却收到了修改的请求。 1put your heart, blood, and time into : 投身于 Now, it’s up to you to revise this thing and return it to your chair and/or committee members such that you can move forward. You make the revisio ...
哈哈哈哈哈哈
哈哈哈哈哈哈
PyTorch自动求导
Pandas写入多个Sheet以及np.mat用法
avatar
Kagura
May we all be who we want to be
about me