Notes

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

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

cobalt-strike-notes

title: cobalt-strike笔记 date: 2021-3-27 21:53:14 author: Tokisaki Galaxy excerpt: 随便记一下玩cs踩的坑 tags: categories: 学习 Windows Executeable(s)和>Windows Exec ......
cobalt-strike-notes cobalt strike notes

Kotlin Notes - 6

To access this from an outer scope (a class, extension function, or labeled function literal with receiver) you write this@label, where @label is a la ......
Kotlin Notes

Kotlin Notes - 5

In Kotlin, the type system distinguishes between references that can hold null (nullable references) and those that cannot (non-nullable references). ......
Kotlin Notes

fps-bp-notes

FPS Blueprint notes Subtitle: Youtube 上的 FPS UE 项目笔记 Created: 2023-11-14T21:55+08:00 Published: 2023-11-24T16:54+08:00 Categories: UnrealEngine Creati ......
fps-bp-notes notes fps bp

[Notes] Mac安装多版本Java并切换

通过 /usr/libexec/java_home -V 查询mac中存在哪些版本的java. 前往https://www.oracle.com/java/technologies/downloads/archive/下载各版本的java。 例如JDK8的具体下载链接为:https://www.or ......
版本 Notes Java Mac

Kotlin Notes - 4

A higher-order function is a function that takes functions as parameters, or returns a function. fun <T, R> Collection<T>.fold( initial: R, combine: ( ......
Kotlin Notes

[题解]CF1899D Yarik and Musical Notes

思路 暴力化简公式题。 假定 \(b_{i}^{b_j} = b_{j}^{b_{i}}\) 成立,那么有: \[2^{a_i \times 2^{a_j}} = 2^{a_j \times 2^{a_i}}\\ a_i \times 2^{a_j} = a_j \times 2^{a_i}\\ \ ......
题解 Musical 1899D Yarik Notes

Kotlin Notes - 3

Function parameters can have default values, which are used when you skip the corresponding argument. This reduces the number of overloads: fun read( ......
Kotlin Notes

CF1899 D Yarik and Musical Notes 题解

Link CF1899 D Yarik and Musical Notes Question 给出一个序列 \(a\) ,我们定义 \(b_i=2^{a_i}\) 求 \(b_i^{b_j}=b_j^{b_i} (i<j)\) 的个数 Solution 考虑化简式子 \[\begin{aligned ......
题解 Musical Yarik Notes 1899

Human brain is awesome! (Transcripting notes and Practice my English writing

Copying may be valuable for learning math (see the story of Kunihiko Kodaira for more details), but always remember to copy with your heart - with you ......

Kotlin Notes - 2

Properties in Kotlin classes can be declared either as mutable, using the var keyword, or as read-only, using the val keyword. // full syntax for decl ......
Kotlin Notes

Kotlin Notes - 1

A class in Kotlin has a primary constructor and possibly one or more secondary constructors. // primary constructor class Person(val name: String) { v ......
Kotlin Notes

JGoodies Usage Notes

导包、设置 导入包: <dependency> <groupId>com.jgoodies</groupId> <artifactId>forms</artifactId> <version>1.2.1</version> </dependency> idea里面布局切换一下: 行列规范解释 他是一 ......
JGoodies Usage Notes

Burp Suite Extend APIs Notes

Brup插件的开发,大体流程就是通过在自己创建的BurpExtender类上实现不同功能接口。 所以,你想要开发出什么功能,就去找一下Burp上能提供什么接口,然后实现这个接口所需的方法即可。 想要快速的开发的Burp插件、了解一下它的APIs是有必要的。下面我将梳理一下它提供出来的APIs。 to ......
Extend Suite Notes Burp APIs

802.11ax协议notes

不论上行MUMIMO(HE TB PPDU)还是下行MUMIMO(HE MU PPDU),HE-LTF符号数都是由所有用户的总流数决定的。因此对于AP,上行无异于一个大的SU MIMO;下行,协议建议每个STA用上所有用户的信道信息来减少干扰。 HE-LTF模式:单流导频模式、多流导频模式(mask ......
802.11 notes 802 11 ax

notes-at-the-autumnal-equinox

秋分小记 Created: 2023-09-26T09:17+08:00 Published: 2023-10-08T19:41+08:00 Categories: Fragment Tags: Diary 目录秋天的树如果你冷Say Goodbye如此爱你姊妹日记一则(有删改)你们能做得比 Sta ......

什么是企业级管理软件的 Release Notes

企业级软件的 Release Note 详解 在现代商业环境中,企业级软件已经成为了组织中不可或缺的一部分。这些软件系统通常被用来管理各种业务流程,从客户关系管理到供应链管理,再到财务和人力资源管理。随着软件的不断发展和更新,确保企业级软件的正常运行变得至关重要。为了帮助用户了解每个新版本的变化和改 ......
管理软件 Release Notes 企业 软件

COMP3322 notes P2 - HTML Basic

用课程上介绍的 HTML validation 网站 W3C Markup Validator 检查了一下本站 HTML 文件的正确性,结果弹出了 57 个 Error 与 Warning。我在魔改的时候到底做了些什么啊…… 不过从这也能看出 HTML 语言的 permissive 性质;宽松的语法 ......
Basic notes COMP 3322 HTML

COMP3322 notes P1 - Internet & WWW Basic

选这门课完全是为了推进我博客美化的大业!希望学完之后 update logs 里的一部分 issues 能自己亲手解决。 首先来到 Internet and WWW basic: 这些基本的 network 知识对接下来的 front-end framework 学习大有裨益。Internet, W ......
Internet Basic notes COMP 3322

"deepleraning.ai" study Notes P52 53 Dropout

# reason why dropout could resolve overfitting ## the first: smaller neural network seems like it should have a regularizing effect(P52) ## the second ......
quot deepleraning Dropout Notes study

"deepleraning.ai" study Notes P51 为什么正则化可以减少过拟合

# L2 regulization * what we have done is add a regularization item in the cost function * the cost function in neural network will be # why is it that ......
正则 quot deepleraning Notes study

"deepleraning.ai" study Notes P47 1.1 训练 测试 开发

# How to make your neural network work well _Ranging from things like hyperparameter tuning ,to how to set up your data, to how to make sure your opti ......
quot deepleraning Notes study 1.1

CSAPP Notes: Types

# CSAPP Notes,类型 > 随手写的,可能会有错误(); ## 类型 | 数据类型 | 大小 | | | | | `char` | 1 | | `bool` | 1 | | `short int (short)` | 2 | | `int` | 4 | | `long int (long) ......
CSAPP Notes Types

games101-homework-notes

Games101 作业笔记 Created: 2023-06-19T12:00+08:00 Published: 2023-08-17T16:23+08:00 Categories: ComputerGraphics [ToC] # pa0 使用宏节约 `angle / 180.0 * acos(- ......
homework-notes homework games notes 101

games101-lecture-notes

Games101 课程笔记 Created: 2023-06-07T20:54+08:00 Published: 2023-08-16T21:05+08:00 Categories: ComputerGraphics [ToC] # Lecture01: Overview of Computer G ......
lecture-notes lecture games notes 101