自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ShadyPi的IT笔记

假如说Debug是减少Bug的过程,那么编程就是制造Bug的过程

  • 博客(637)
  • 资源 (3)
  • 收藏
  • 关注

原创 LaTeX常用符号与语法

LaTeX常用符号与语法

2018-10-20 21:48:56 27414 10

原创 [ACL 2023] Split-NER: Named Entity Recognition via Two Question-Answering-based Classifications

Split-NER: Named Entity Recognition via Two Question-Answering-based Classifications

2025-04-27 13:13:34 1025

原创 Look into Hugging Face MambaModel

Code illustration of Hugging Face Mamba

2025-04-26 14:25:05 978

原创 [Computer Security] Retrofitting Fine Grain Isolation in the Firefox Renderer

Software fault isolation for browser's renderer.

2025-04-24 13:35:39 943

原创 [Computer Security] Low-Level Software Security by Example

Low-Level Software Security

2025-04-10 14:18:08 668

原创 [Microsoft] A Comparative Study of DSL Code Generation

Natural Language to Domain Specific Language

2025-04-08 04:57:44 846

原创 [Computer Security] AEG: Automatic Exploit Generation

AEG: Automatic Exploit Generation

2025-04-06 13:27:24 933

原创 [Computer Security] Hacking Blind (Blind Return Oriented Programming, BROP)

Blind Return Oriented Programming

2025-04-05 13:04:46 931

原创 [幻方 DeepSeek-R1] DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning

DeepSeek-R1

2025-01-30 05:08:40 953

原创 [GRPO] DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models

DeepSeekMath: GRPO

2025-01-28 15:20:43 1100 2

原创 Proximal Policy Optimization (PPO) in LLM Training

PPO in LLM Training

2025-01-28 15:16:22 1168

原创 [DeepMind AlphaCode] Competition-Level Code Generation with AlphaCode

DeepMind AlphaCode

2025-01-22 14:23:44 650

原创 [OpenAI Codex] Evaluating Large Language Models Trained on Code

Codex from OpenAI

2025-01-21 12:17:38 1165

原创 NLP interview sheet

NLP interview questions

2025-01-01 12:27:32 1081

原创 General ML interview questions

General ML interview questions。

2025-01-01 12:26:48 1248

原创 Implementation of Multi-Head Self-Attention and Transformer Block

【Code】Implementation of Multi-Head Self-Attention and Transformer Block。

2024-12-05 15:22:50 652

原创 [LeetCode] 75. Sort Colors

Quick Sort

2024-11-14 06:44:48 806 1

原创 [NeetCode 150] Three Integer Sum

【代码】[NeetCode 150] Three Integer Sum。

2024-10-29 11:09:27 565

原创 [NeetCode 150] Longest Substring Without Duplicates

【代码】[NeetCode 150] Longest Substring Without Duplicates。

2024-10-29 09:50:10 338

原创 [NeetCode 150] Meeting Schedule II

【代码】[NeetCode 150] Meeting Schedule II。

2024-10-29 09:26:21 202

原创 [NeetCode 150] Longest Increasing Subsequence

DP + binary search

2024-10-28 14:20:05 317

原创 [NeetCode 150] Longest Common Subsequence

Longest Common SubsequenceGiven two strings text1 and text2, return the length of the longest common subsequence between the two strings if one exists, otherwise return 0.A subsequence is a sequence that can be derived from the given sequence by deleting

2024-10-28 13:40:51 586

原创 [NeetCode 150] Combination Target Sum

Memorized search

2024-10-28 11:59:45 472

原创 [NeetCode 150] Word Break

DP

2024-10-28 10:46:24 730

原创 [NeetCode 150] Maximum Subarray

【代码】[NeetCode 150] Maximum Subarray。

2024-10-28 09:05:51 460

原创 [NeetCode 150] Max Water Container

Two pointers

2024-10-28 08:45:37 392

原创 [NeetCode 150] Counting Bits

DP

2024-10-28 08:35:58 790

原创 [NeetCode 150] Serialize and Deserialize Binary Tree

Tree traversal

2024-10-28 03:35:30 1118

原创 [NeetCode 150] Find Median in a Data Stream

Heap

2024-10-27 15:23:36 727

原创 [NeetCode 150] Foreign Dictionary

Topological sort

2024-10-27 14:55:33 615

原创 [NeetCode 150] Remove Node From End of Linked List

2 Pointers

2024-10-27 13:22:45 259

原创 [NeetCode 150] Pacific Atlantic Water Flow

2D DFS

2024-10-27 13:17:57 485

原创 [NeetCode 150] Search for Word II

Trie + DFS

2024-10-27 08:31:11 1140

原创 [NeetCode 150] Minimum Window With Characters

Hard sliding window

2024-10-27 02:18:36 404

原创 [NeetCode 150] Find Minimum in Rotated Sorted Array

【代码】[NeetCode 150] Find Minimum in Rotated Sorted Array。

2024-10-22 15:09:33 357

原创 [NeetCode 150] Clone Graph

【代码】[NeetCode 150] Clone Graph。

2024-10-22 14:03:54 488

原创 [NeetCode 150] Longest Palindromic Substring

Manacher Algoritghm

2024-10-22 13:32:35 628

原创 [NeetCode 150] House Robber II

Circlular DP

2024-10-22 11:34:35 814

原创 [NeetCode 150] Non-overlapping Intervals

【代码】[NeetCode 150] Non-overlapping Intervals。

2024-10-22 11:18:47 812

原创 [NeetCode 150] Insert New Interval

Insert new interval

2024-10-22 06:34:15 357

电子科技大学-大学物理mathcad

电子科技大学-大学物理下-mathcad 课程要求的mathcad绘制物理现象的实验代码,因为有很多网友求源代码,就在这里一并放出来了。

2024-03-29

matlab实现PCA维数约减(0积分下载)

基于coursea上吴恩达的机器学习课程练习题ex7,通过matlab实现PCA维数约减,具体功能详见https://blog.csdn.net/ShadyPi/article/details/122751044#comments_23892789

2022-11-05

matlab实现协同过滤算法进行电影推荐(0积分下载)

coursera 机器学习 ex8练习 第一部分为失常点检测;第二部分为协同过滤算法实现的电影推荐系统 使用方法:下载压缩包并解压到本地,用matlab打开文件夹,打开ex8.mlx文件,即可查看详细说明(由于是coursera的作业,所以全是英文,可以结合本人博客阅读)。 博客链接:https://blog.csdn.net/ShadyPi/article/details/122759026

2022-07-21

Flotherm初学者教程+电脑主机热设计模型.rar

包含Flotherm超详细初学教程,手把手带你热设计,附赠一种基于Flotherm的小型立式高性能个人电脑主机热优化设计模型

2022-01-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除