lecture-notes lecture games notes

【五期李伟平】CCF-A(AAAI'21)Game of Gradients: Mitigating Irrelevant Clients in Federated Learning

Nagalapatti, Lokesh , and R. Narayanam . "Game of Gradients: Mitigating Irrelevant Clients in Federated Learning." (2021). 针对联邦学习中相关客户端选择(FRCS)的问题,本文提 ......

abc333F - Bomb Game 2

abc333F - Bomb Game 2 设\(f_{i,j}\)表示在有i个人的队列中,第j个人成为第一个的概率。 \(f_{n,1}=\frac{1}{2}f_{n,n}\) \(f_{n,2}=\frac{1}{2}f_{n-1,1}+\frac{1}{2}f_{n,1}\) ... \(f ......
333F Bomb Game abc 333

all_note

进程的虚拟地址空间内存划分和布局 编程语言->产生指令和数据 程序生成exe可执行文件,加载到内存后(不是一步直接加载到物理内存中)如何存放。 x86 32位linux下,linux会给进程分配一块2的32次方大小的一块空间(4G),这块空间是一块虚拟内存空间,虚拟内存空间本质上是系列数据结构。 这 ......
all_note note all

【五期李伟平】CCF-A(MobiCom'18 Session EdgeTech'18)A Game-Theoretic Approach to Multi-Objective Resource Sharing and Allocation in Mobile Edge Clouds

Zafari, Faheem , et al. "A Game-Theoretic Approach to Multi-Objective Resource Sharing and Allocation in Mobile Edge Clouds." (2018). 为了缓解移动边缘计算中资源稀缺问 ......

2 Yarik and Musical Notes

打表找到的规律 #include<bits/stdc++.h> #define int long long using namespace std; const int N=2e5+10; int a[N]; void solve(){ int n; cin>>n; map<int,int>mp; ......
Musical Yarik Notes and

Data Mining notes

1.1 整装待发 data mining前提:00~07年数据存储能力大幅提升。 data无处不在 data rich,information poor。 1.2 学而不思则惘 learning resources data mining书籍推荐。 国际会议: 看国际会议以了解行业最新动态。 一些顶 ......
Mining notes Data

神经网络优化篇:梯度检验应用的注意事项(Gradient Checking Implementation Notes)

梯度检验应用的注意事项 分享一些关于如何在神经网络实施梯度检验的实用技巧和注意事项。 首先,不要在训练中使用梯度检验,它只用于调试。意思是,计算所有\(i\)值的\(d\theta_{\text{approx}}\left[i\right]\)是一个非常漫长的计算过程,为了实施梯度下降,必须使用\( ......

MLE Interview Notes

🥥 Table of Content I. Key Competency II. Occupational Classification 🥑 Get Started! I. Key Competency ......
Interview Notes MLE

dotnet webapi miniapi learn note

GameStore.Api/Dtos.cs using System.ComponentModel.DataAnnotations; namespace GameStore.Api.Dtos; public record GameDto(int Id, string Name, string Gen ......
miniapi dotnet webapi learn note

Atcoder Xmas Contest 2022 H - Happy Game

Atcoder Xmas Contest 2022 H - Happy Game H - Happy Game (atcoder.jp) 没找到英文题解的一道题,或许很冷门。神秘。 Problem 给一张简单无向联通图,初始所有点都为白点。A 可以选择一个点,将其染黑;之后每次操作 B 可以选择最多 ......
Atcoder Contest Happy 2022 Xmas

游戏AI入门书籍《AI for Games》推荐 & 当我读《AI for Games》时我在想什么

写在前面 这本书长这样 此书第3版已经不再提供源码,第2版源码可参考作者G站。 此书第3版的中文版叫《游戏中的人工智能》(有电子版),但部分翻译不准确,建议还是中英对照阅读。 此书无官方勘误,有位热心读者自己建了第2版勘误。 推荐理由 目前我看到讲游戏AI书籍中最照顾读者的书。我开始接触游戏AI的情 ......
Games for 书籍 amp

[CF1067D] computer game

题目链接 容易发现,当某一次游戏成功后,一定是一直选择 \(p_ib_i\) 最大的游戏玩。设 \(s=\max\limits_{i=1}^n p_ib_i\) 定义 \(dp_i\) 为还有 \(i\) 次操作时,最大的期望。 那么 \(dp_i=\max\limits_{j=1}^n(1-p_j ......
computer 1067D 1067 game CF

Lecture 3 vim

Lecture 3 vim 完成 vimtutor。 备注: 它在一个 80x24(80 列,24 行) 终端窗口看起来最好。 直接执行 vimtutor 下载我们的vimrc,然后把它保存到 ~/.vimrc。 通读这个注释详细的文件 (用 Vim!), 然后观察 Vim 在这个新的设置下看起来和 ......
Lecture vim

Lecture 4 数据整理

Lecture 4 数据整理 练习 学习一下这篇简短的 交互式正则表达式教程. 统计words文件 (/usr/share/dict/words) 中包含至少三个a 且不以's 结尾的单词个数。这些单词中,出现频率前三的末尾两个字母是什么? sed的 y命令,或者 tr 程序也许可以帮你解决大小写的 ......
Lecture 数据

Lecture 5 命令行环境

Lecture 5 命令行环境 课后练习 任务控制 我们可以使用类似 ps aux | grep 这样的命令来获取任务的 pid ,然后您可以基于pid 来结束这些进程。但我们其实有更好的方法来做这件事。在终端中执行 sleep 10000 这个任务。然后用 Ctrl-Z 将其切换到后台并使用 bg ......
命令 Lecture 环境

Lecture 2 Shell Tools and Scripting

Lecture 2 Shell Tools and Scripting homework: 1.Read man ls and write an ls command that lists files in the following manner 读取 man ls 并编写按以下方式列出文件的 l ......
Scripting Lecture Shell Tools and

lecture5

lecture5 Queues are one form of abstract data structure. Queues have specific properties. Namely, they are FIFO or “first in first out.” You can imagi ......
lecture5 lecture

lecture7

lecture7 Flat-File Database 数据常常可以视作表格,每一行是一个记录,每一列是一个属性 电子表格例如Excel,Google Spreadsheet可以导出为csv格式文件。csv文件是纯文本文件,每一行是一个记录,每一列用逗号分隔,可以看作是最简单的数据库 csv文件被称 ......
lecture7 lecture

lecture8

lecture8 Routers 为了将数据从一个地方转到另一个地方,我们需要做转发决定,也就是说需要某人来决定将数据转发到哪里。这个人就是路由器。 TCP/IP 是两个协议,允许计算机间数据在网上传输。 IP 是 Internet Protocol 的缩写,它是一种协议,它定义了如何将数据从一个计 ......
lecture8 lecture

lecture9

lecture9 Welcome! Static to Dynamic Flask Layout POST Frosh IMs Flask and SQL Session Store API JSON Summing Up Welcome! In previous weeks, you have l ......
lecture9 lecture

lecture6

lecture6 Welcome! Python Hello Types Speller Image Recognition CS50 Library Conditionals Variables Loops Calculator Compare Object-Oriented Programmin ......
lecture6 lecture

[CF1527B1] Palindrome Game (hard version)

题意略。 手玩一下,发现 polybeta Bob 赢面不大。 本来想模拟的。考虑结论题。 由于计入代价的操作只有 \(s_i=0\to1\) 一个,可以统计 \(0\) 的个数为 \(cnt\)。 由于这题和 Ezy Version 的唯一区别就是初始字符串是否为回文,很自然地想到对于初始串是否回 ......
Palindrome version 1527B 1527 Game

keno linux error"org.kde.plasma.private.notes" is not installed

出现问题的地方;加载小部件 装入 QML 文件出错,file:///home//.local/share/plasma/plasmoids/com.github.zren.todolist/contents/ui/main.qml:10:2: Type NoteItem unavailable fi ......
quot installed private plasma error

初中英语优秀范文100篇-042Is It Good for Students to Play Video Games?学生玩游戏机好吗?

PDF格式公众号回复关键字:SHCZFW042 记忆树 1 Video games have become more and more popular now. 翻译 现在视频游戏变得越来越流行。 简化记忆 流行 句子结构 1主语 (Subject): "Video games"(电子游戏)是句子的 ......
范文 玩游戏 Students 初中 学生

【五期李伟平】CCF-B(TFS'23)Consensus Reaching Process With Multiobjective Optimization for Large-Scale Group Decision Making With Cooperative Game

Peng Wu, Fengen Li, Jie Zhao, et al. Consensus Reaching Process With Multiobjective Optimization for Large-Scale Group Decision Making With Cooperativ ......

PySimpleGui_Note

PySimpleGui_Note 1.模块安装与导入 # 安装命令 pip install PySimpleGui # 模块导入 import PySimpleGui # 方式一 import PySimpleGui as Sg # 方式二,方便后续引用 2.创建基本页面 import PySimp ......
PySimpleGui_Note PySimpleGui Note

ICPC2021Kunming G Glass Bead Game 题解

Question ICPC2021Kunming G Glass Bead Game 有 \(n\) 个玻璃珠, \(B_1,B_2,\cdots, B_n\) 每一步你可以选择一个 \(B_i\) 移道第一个位置上,花费的代价为操作前 \(B_i\) 前面的玻璃珠的个数。已知每一步选择玻璃珠 \( ......
题解 Kunming Glass ICPC 2021

E2. Game with Marbles (Hard Version)

E2. Game with Marbles (Hard Version) The easy and hard versions of this problem differ only in the constraints on the number of test cases and $n$. In ......
Marbles Version Game with Hard

[Software Note ] Fibersim-export-OffsetedMesh

输出Offseted 的Drape data 只在fibersim 导出界面打开Allow offset simulation 选项,输出的网格还是在layup surface 上; 同时在ply –simulation –options-中打开offset mode,输出了偏置后的网格. ......

Note1 基于MNE实现脑电信号的源定位(重建或成像)

写在最前 最开始接触mne还是在20年,那时候它的版本才刚刚开发到0.21。 几年过去他的正式版都已经发布了,而我还依旧是一个学术小白orz。 简单调研一下,发现网上关于mne的教程不多,看到脑机接口社区有推出一系列的epoch的mne教程,几位大佬撰写的mne中文手册,另外还有收费培训班。但作为情 ......
脑电 信号 Note1 Note MNE
共410篇  :1/14页 首页上一页1下一页尾页