Add timing

This commit is contained in:
PinkR1ver 2024-03-01 20:08:41 +08:00
parent 76be1ca8a3
commit 90149013a3
115 changed files with 205 additions and 19 deletions

View File

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,8 +1,9 @@
--- ---
title: "Home" title: Home
tags: tags:
- catalog - catalog
- MOC - MOC
date: 2023-09-13
--- ---
🕵️‍♂️ This is Jude Wang's vault about his notebook, his knowledge, his second brain. 🕵️‍♂️ This is Jude Wang's vault about his notebook, his knowledge, his second brain.

View File

@ -1,7 +1,8 @@
--- ---
title: Atlas - Map of Maps title: Atlas - Map of Maps
tags: tags:
- MOC - MOC
date: 2023-03-16
--- ---
🚧 There are notebooks about his research career: 🚧 There are notebooks about his research career:

View File

@ -3,6 +3,7 @@ title: Code Framework Learn
tags: tags:
- web - web
- code_tool - code_tool
date: 2023-06-06
--- ---
# Web Framework # Web Framework

View File

@ -1,3 +1,4 @@
--- ---
title: Flask - MOC title: Flask - MOC
date: 2023-06-06
--- ---

View File

@ -4,6 +4,7 @@ tags:
- basic - basic
- coding-language - coding-language
- MOC - MOC
date: 2023-06-06
--- ---
# Python # Python

View File

@ -1,8 +0,0 @@
---
title: Matplotlib Backend Review
tags:
- python
- code
- matplotlib
---

View File

@ -4,6 +4,7 @@ tags:
- python - python
- coding-language - coding-language
- basic - basic
date: 2023-06-06
--- ---

View File

@ -4,6 +4,7 @@ tags:
- math - math
- MOC - MOC
- geometry - geometry
date: 2024-02-28
--- ---
# 3D Geometry Algorithm # 3D Geometry Algorithm

View File

@ -3,6 +3,7 @@ title: Delaunay Triangulation
tags: tags:
- math - math
- geometry - geometry
date: 2024-02-28
--- ---
# What is Delaunay Triangulation? # What is Delaunay Triangulation?

View File

@ -4,6 +4,7 @@ tags:
- MOC - MOC
- algorithm - algorithm
- data-structure - data-structure
date: 2024-02-28
--- ---
# Tree-like Structure # Tree-like Structure

View File

@ -4,6 +4,7 @@ tags:
- data-structure - data-structure
- basic - basic
- algorithm - algorithm
date: 2024-02-28
--- ---
# Basic Concept # Basic Concept

View File

@ -3,5 +3,6 @@ title: Minimum Spanning Tree
tags: tags:
- data-structure - data-structure
- graph - graph
date: 2024-02-28
--- ---
Not now... Not now...

View File

@ -3,5 +3,6 @@ title: Two Pointers
tags: tags:
- algorithm - algorithm
- pointer - pointer
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: Model Evaluation - MOC
tags: tags:
- deep-learning - deep-learning
- evaluation - evaluation
date: 2024-02-28
--- ---
* [Model Evaluation in Time Series Forecasting](computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md) * [Model Evaluation in Time Series Forecasting](computer_sci/deep_learning_and_machine_learning/Evaluation/time_series_forecasting.md)

View File

@ -3,6 +3,7 @@ title: Famous Model MOC
tags: tags:
- deep-learning - deep-learning
- MOC - MOC
date: 2024-02-28
--- ---
# Time-series # Time-series

View File

@ -4,5 +4,6 @@ tags:
- deep-learning - deep-learning
- model - model
- time-series-dealing - time-series-dealing
date: 2024-02-28
--- ---

View File

@ -4,6 +4,7 @@ tags:
- LLM - LLM
- basic - basic
- langchain - langchain
date: 2024-02-28
--- ---
# What is LangChain # What is LangChain

View File

@ -5,6 +5,7 @@ tags:
- metircs - metircs
- deep-learning - deep-learning
- benchmark - benchmark
date: 2024-02-28
--- ---
# Overview # Overview

View File

@ -4,5 +4,6 @@ tags:
- dataset - dataset
- LLM - LLM
- deep-learning - deep-learning
date: 2024-02-28
--- ---

View File

@ -3,5 +3,6 @@ title: How to do use fine tune tech to create your chatbot
tags: tags:
- deep-learning - deep-learning
- LLM - LLM
date: 2024-02-28
--- ---

View File

@ -5,6 +5,7 @@ tags:
- LLM - LLM
- fine-tune - fine-tune
- LLaMA - LLaMA
date: 2024-02-28
--- ---
![](computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/attachments/Pasted%20image%2020230627145954.png) ![](computer_sci/deep_learning_and_machine_learning/LLM/train/finr_tune/attachments/Pasted%20image%2020230627145954.png)

View File

@ -4,6 +4,7 @@ tags:
- MOC - MOC
- deep-learning - deep-learning
- interpretability - interpretability
date: 2024-02-28
--- ---
* [SHAP](computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md) * [SHAP](computer_sci/deep_learning_and_machine_learning/Model_interpretability/SHAP.md)

View File

@ -5,5 +5,6 @@ tags:
- deep-learning - deep-learning
- tokenization - tokenization
- basic - basic
date: 2024-02-28
--- ---

View File

@ -4,6 +4,7 @@ tags:
- machine-learning - machine-learning
- clustering - clustering
- algorithm - algorithm
date: 2024-02-28
--- ---
# Step by Step # Step by Step

View File

@ -3,5 +3,6 @@ title: Gated Recurrent Unit
tags: tags:
- deep-learning - deep-learning
- time-series-dealing - time-series-dealing
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: AdaBoost
tags: tags:
- deep-learning - deep-learning
- ensemble-learning - ensemble-learning
date: 2024-02-28
--- ---
# Video you need to watch first # Video you need to watch first

View File

@ -2,6 +2,7 @@
title: Decision Tree title: Decision Tree
tags: tags:
- machine-learning - machine-learning
date: 2024-02-28
--- ---
Only vedio here: Only vedio here:

View File

@ -3,6 +3,7 @@ title: Deep Learning MOC
tags: tags:
- Catalog - Catalog
- MOC - MOC
date: 2024-02-28
--- ---

View File

@ -2,6 +2,7 @@
title: Random Forest title: Random Forest
tags: tags:
- machine-learning - machine-learning
date: 2024-02-28
--- ---
# Background # Background

View File

@ -3,5 +3,6 @@ title: Machine Learning MOC
tags: tags:
- MOC - MOC
- machine-learning - machine-learning
date: 2024-02-28
--- ---
* [SVM](computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md) * [SVM](computer_sci/deep_learning_and_machine_learning/machine_learning/SVM.md)

View File

@ -4,6 +4,7 @@ tags:
- MOC - MOC
- hardware - hardware
- chip - chip
date: 2024-02-28
--- ---
# Microcontroller unit (MCU) # Microcontroller unit (MCU)

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,13 @@
---
title: Conway's Law
tags:
- software-arch
date: 2024-03-01
---
![](computer_sci/software_arch/attachments/Pasted%20image%2020240301112048.png)
Conway's Law is essentially the observation that the **architectures of software systems look remarkably similar to the organization of the development team** that built it. It was originally described to me by saying that if a single team writes a compiler, it will be a one-pass compiler, but if the team is divided into two, then it will be a two-pass compiler. Although we usually discuss it with respect to software, the observation applies broadly to systems in general.
# Reference
* https://martinfowler.com/bliki/ConwaysLaw.html

View File

@ -3,6 +3,7 @@ title: Data science MOC
tags: tags:
- data - data
- statistics - statistics
date: 2024-02-28
--- ---
# Basic Concept # Basic Concept

View File

@ -4,6 +4,7 @@ tags:
- MOC - MOC
- statistics - statistics
- stochastic-process - stochastic-process
date: 2024-02-28
--- ---
# Basic Concept # Basic Concept

View File

@ -3,6 +3,7 @@ title: Visual Information Theory
tags: tags:
- data - data
- visualization-tech - visualization-tech
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -3,6 +3,7 @@ title: Food - MOC
tags: tags:
- food - food
- MOC - MOC
date: 2023-12-01
--- ---
# Intro # Intro

View File

@ -2,6 +2,7 @@
title: Evaluation Criteria title: Evaluation Criteria
tags: tags:
- food - food
date: 2023-12-01
--- ---

View File

@ -3,6 +3,7 @@ title: Log 2023.07.01 - 云朵也是会动滴☁️
tags: tags:
- log - log
- photography - photography
date: 2023-07-01
--- ---
晚上去食堂吃饭的路上,看到了今天最棒的云 晚上去食堂吃饭的路上,看到了今天最棒的云

View File

@ -4,6 +4,7 @@ tags:
- pixel-art - pixel-art
- log - log
- clustering - clustering
date: 2023-07-03
--- ---
今天用k-means聚类算法做了一个像素化的效果还蛮好玩的 今天用k-means聚类算法做了一个像素化的效果还蛮好玩的

View File

@ -3,6 +3,7 @@ title: Log 2023.09.27 数学建模比赛结束的第二天
tags: tags:
- math - math
- log - log
date: 2023-09-27
--- ---
# What I learn from MCM # What I learn from MCM

View File

@ -2,6 +2,7 @@
title: kk's note title: kk's note
tags: tags:
- log - log
date: 2024-02-28
--- ---
## 2023.02.19 ## 2023.02.19

View File

@ -2,6 +2,7 @@
title: kk's Unified National Graduate Entrance Examination —— Study Plan title: kk's Unified National Graduate Entrance Examination —— Study Plan
tags: tags:
- log - log
date: 2024-02-19
--- ---
# Plan 2.19 - 2.31 # Plan 2.19 - 2.31

View File

@ -4,6 +4,7 @@ tags:
- log - log
- daily - daily
- 文学 - 文学
date: 2023-07-01
--- ---
# Log 2023 # Log 2023

View File

@ -3,6 +3,7 @@ title: Math MOC
tags: tags:
- math - math
- MOC - MOC
date: 2024-02-28
--- ---
# Statistics # Statistics

View File

@ -4,5 +4,6 @@ tags:
- paper-draft - paper-draft
date: 2024-02-28 date: 2024-02-28
draft: "true" draft: "true"
date: 2024-02-28
--- ---

View File

@ -5,6 +5,7 @@ tags:
- Polaroid - Polaroid
- film - film
- skill - skill
date: 2024-02-28
--- ---
The most thing you need to know is that, **the right exposure is in your head**. The most thing you need to know is that, **the right exposure is in your head**.

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- landscape - landscape
- MOC - MOC
date: 2024-02-28
--- ---
* [🌊Sea MOC](photography/aesthetic/Landscape/Sea/Sea_MOC.md) * [🌊Sea MOC](photography/aesthetic/Landscape/Sea/Sea_MOC.md)

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- Polaroid - Polaroid
- MOC - MOC
date: 2024-02-28
--- ---
* [🖼How to show Polaroid photo in a great way](photography/aesthetic/Polaroid/Polaroid_showcase.md) * [🖼How to show Polaroid photo in a great way](photography/aesthetic/Polaroid/Polaroid_showcase.md)

View File

@ -4,6 +4,7 @@ tags:
- photography - photography
- portrait - portrait
- 摘抄 - 摘抄
date: 2024-02-28
--- ---
Credits to [Marta Bevacqua](https://www.martabevacquaphotography.com/), Credits to [Marta Bevacqua](https://www.martabevacquaphotography.com/),

View File

@ -5,6 +5,7 @@ tags:
- portrait - portrait
- 摘抄 - 摘抄
- MOC - MOC
date: 2024-02-28
--- ---
* [🌸Flower & Girl](photography/aesthetic/Portrait/Flower_and_Girl.md) * [🌸Flower & Girl](photography/aesthetic/Portrait/Flower_and_Girl.md)

View File

@ -5,6 +5,7 @@ tags:
- grainy - grainy
- style - style
- share - share
date: 2024-02-28
--- ---
![](photography/aesthetic/Style/attachments/cinematicshine_326914596_601425291912114_4038822895364546166_n.jpg) ![](photography/aesthetic/Style/attachments/cinematicshine_326914596_601425291912114_4038822895364546166_n.jpg)

View File

@ -3,6 +3,7 @@ title: 🎈Warmth - Nguan
tags: tags:
- share - share
- photography - photography
date: 2024-02-28
--- ---
Credits to [Nguan](https://www.instagram.com/_nguan_/) Credits to [Nguan](https://www.instagram.com/_nguan_/)

View File

@ -3,6 +3,7 @@ title: Saturation - 饱和度
tags: tags:
- basic - basic
- photography - photography
date: 2024-02-28
--- ---
to be written... to be written...

View File

@ -5,6 +5,7 @@ tags:
- lens - lens
- MOC - MOC
- review - review
date: 2024-02-28
--- ---
* *

View File

@ -5,6 +5,7 @@ tags:
- review - review
- MOC - MOC
- camera - camera
date: 2024-02-28
--- ---
# Rollei # Rollei

View File

@ -6,6 +6,7 @@ tags:
- rollei - rollei
- camera - camera
- review - review
date: 2024-02-28
--- ---

View File

@ -5,6 +5,7 @@ tags:
- camera - camera
- review - review
- photography - photography
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -5,6 +5,7 @@ tags:
- photography - photography
- review - review
- polaroid - polaroid
date: 2024-02-28
--- ---

View File

@ -4,6 +4,7 @@ tags:
- moodboard - moodboard
- photography - photography
- landscape - landscape
date: 2024-02-28
--- ---

View File

@ -5,6 +5,7 @@ tags:
- meme - meme
- film - film
- happy - happy
date: 2024-02-28
--- ---
![](photography/photography_meme/attachments/QQ图片20230424193512.png) ![](photography/photography_meme/attachments/QQ图片20230424193512.png)

View File

@ -3,6 +3,7 @@ title: Photography Resume
tags: tags:
- resume - resume
- photography - photography
date: 2024-02-28
--- ---
<div style="margin:auto;width: 50%; transform: translate(50%, 0);"> <div style="margin:auto;width: 50%; transform: translate(50%, 0);">
<tr> <tr>

View File

@ -4,6 +4,7 @@ tags:
- physics - physics
- MOC - MOC
- electromagnetism - electromagnetism
date: 2024-02-28
--- ---
# Basic # Basic

View File

@ -3,6 +3,7 @@ title: Physics MOC
tags: tags:
- physics - physics
- MOC - MOC
date: 2024-02-28
--- ---
# Electromagnetism # Electromagnetism

View File

@ -1,8 +1,9 @@
--- ---
title: Recent note title: Recent note
tags: tags:
- recent - recent
- readme - readme
date: 2023-12-03
--- ---
```dataview ```dataview

View File

@ -3,6 +3,7 @@ title: UWB Board OPA699 I/O Test
tags: tags:
- hardware - hardware
- UWB - UWB
date: 2024-02-28
--- ---
# OPA699 Pin Configuration # OPA699 Pin Configuration

View File

@ -3,6 +3,7 @@ title: UWB Board OPA699 I/O Test 1.1
tags: tags:
- hardware - hardware
- UWB - UWB
date: 2024-02-28
--- ---
# OPA699 Pin Configuration # OPA699 Pin Configuration

View File

@ -3,6 +3,7 @@ title: UWB Board Port 3 Test
tags: tags:
- UWB - UWB
- hardware - hardware
date: 2024-02-28
--- ---
# Receiver Board Testing # Receiver Board Testing

View File

@ -4,6 +4,7 @@ tags:
- UWB - UWB
- devices - devices
- hardware - hardware
date: 2024-02-28
--- ---
# Key files # Key files

View File

@ -3,6 +3,7 @@ title: UWB Device Setup Test Report
tags: tags:
- UWB - UWB
- "#hardware" - "#hardware"
date: 2024-02-28
--- ---
# Voltage Test Table # Voltage Test Table

View File

@ -4,6 +4,7 @@ tags:
- UWB - UWB
- hardware - hardware
- devices - devices
date: 2024-02-28
--- ---
# Voltage Test Table # Voltage Test Table

View File

@ -6,6 +6,7 @@ tags:
- VNA - VNA
- UWB - UWB
- signal-processing - signal-processing
date: 2024-02-28
--- ---
## Objective ## Objective

View File

@ -4,6 +4,7 @@ tags:
- VNA - VNA
- UWB - UWB
- report - report
date: 2024-02-28
--- ---
## Objective ## Objective
1. A VNA based experiment setup is constructed for mimicking UWB apparatus. 1. A VNA based experiment setup is constructed for mimicking UWB apparatus.

View File

@ -3,4 +3,5 @@ title: InfiniiMax Probes
tags: tags:
- devices - devices
- equipment - equipment
date: 2024-02-28
--- ---

View File

@ -4,4 +4,5 @@ tags:
- devices - devices
- equipment - equipment
- signal - signal
date: 2024-02-28
--- ---

View File

@ -4,6 +4,7 @@ tags:
- devices - devices
- hardware - hardware
- equipment - equipment
date: 2024-02-28
--- ---
# ST-link Connection # ST-link Connection

View File

@ -3,6 +3,7 @@ title: Papers Read
tags: tags:
- work-about - work-about
- research-about - research-about
date: 2024-02-28
--- ---
* [Papers Read in 2023.10](research_career/papers_read/papers_2023_10.md) * [Papers Read in 2023.10](research_career/papers_read/papers_2023_10.md)

View File

@ -1,8 +1,9 @@
--- ---
title: Resume title: Resume
tags: tags:
- resume - resume
- readme - readme
date: 2023-03-16
--- ---
<div style="margin:auto;width: 50%; transform: translate(50%, 0);"> <div style="margin:auto;width: 50%; transform: translate(50%, 0);">

View File

@ -4,4 +4,5 @@ tags:
- signal - signal
- signal-processing - signal-processing
- UWB - UWB
date: 2024-02-28
--- ---

View File

@ -5,6 +5,7 @@ tags:
- signal - signal
- fourier-transform - fourier-transform
- math - math
date: 2024-02-28
--- ---
# Fourier Transform Paris # Fourier Transform Paris

View File

@ -3,6 +3,7 @@ title: FBW - Fractional Bandwidth
tags: tags:
- gauss-pulse - gauss-pulse
- basic - basic
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -3,4 +3,5 @@ title: Spectral Density
tags: tags:
- signal - signal
- basic - basic
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: What is dB
tags: tags:
- signal-processing - signal-processing
- basic - basic
date: 2024-02-28
--- ---
dB is short for decibel, which is a unit that indicates ratio or gain. It is often used to measure *sound intensity*, *signal strength*, *attenuation* and other quantities. dB is short for decibel, which is a unit that indicates ratio or gain. It is often used to measure *sound intensity*, *signal strength*, *attenuation* and other quantities.

View File

@ -4,6 +4,7 @@ tags:
- devices - devices
- equipment - equipment
- cable - cable
date: 2024-02-28
--- ---

View File

@ -5,6 +5,7 @@ tags:
- equipment - equipment
- devices - devices
- cable - cable
date: 2024-02-28
--- ---
# You should know: # You should know:

View File

@ -3,6 +3,7 @@ title: Antenna Feeding Tech
tags: tags:
- signal-processing - signal-processing
- antenna - antenna
date: 2024-02-28
--- ---

View File

@ -4,6 +4,7 @@ tags:
- UWB - UWB
- signal-processing - signal-processing
- signal-generating - signal-generating
date: 2024-02-28
--- ---
# Equation # Equation

View File

@ -5,6 +5,7 @@ tags:
- radio - radio
- physics - physics
- electromagnetism - electromagnetism
date: 2024-02-28
--- ---

View File

@ -3,6 +3,7 @@ title: Signal Processing - MOC
tags: tags:
- MOC - MOC
- signal-processing - signal-processing
date: 2024-02-28
--- ---
# Basic # Basic

View File

@ -3,6 +3,7 @@ title: "Synthetic Aperture Radar (SAR) Imaging - MOC"
tags: tags:
- SAR - SAR
- MOC - MOC
date: 2024-02-28
--- ---

View File

@ -2,6 +2,7 @@
title: Common Issues in DSP Homework title: Common Issues in DSP Homework
tags: tags:
- homework - homework
date: 2024-02-28
--- ---
# Issue 1- Compute the unit-pulse response h[n] # Issue 1- Compute the unit-pulse response h[n]

View File

@ -3,6 +3,7 @@ title: Git MOC
tags: tags:
- git - git
- basic - basic
date: 2024-02-28
--- ---
* [GitHub Actions](toolkit/git/github_actions.md) * [GitHub Actions](toolkit/git/github_actions.md)

View File

@ -3,6 +3,7 @@ title: GitHub Actions
tags: tags:
- git - git
- git-action - git-action
date: 2024-02-28
--- ---
# Reference # Reference

View File

@ -3,6 +3,7 @@ title: IELTS material
tags: tags:
- material - material
- IELTS - IELTS
date: 2024-02-28
--- ---
[IELTS Reading Material.zip](https://pinktalk.online/warehouse/attachments/reading_3_4_ieltsonlinetests.com_reading_3_4.zip) [IELTS Reading Material.zip](https://pinktalk.online/warehouse/attachments/reading_3_4_ieltsonlinetests.com_reading_3_4.zip)

View File

@ -1,5 +1,6 @@
--- ---
title: Dampers keeping a door from slamming shut title: Dampers keeping a door from slamming shut
date: 2024-02-28
--- ---
![](warehouse/attachments/Pasted%20image%2020230404150745.png) ![](warehouse/attachments/Pasted%20image%2020230404150745.png)

View File

@ -4,4 +4,5 @@ tags:
- article - article
- 文学 - 文学
- MOC - MOC
date: 2023-05-01
--- ---

View File

@ -2,6 +2,7 @@
title: Poem in 2018 title: Poem in 2018
tags: tags:
- poem - poem
date: 2023-05-01
--- ---
> [!quote] > [!quote]

Some files were not shown because too many files have changed in this diff Show More