User contributions for Rice
From Rice Wiki
28 May 2024
- 19:2219:22, 28 May 2024 diff hist +729 ARM/Instruction format No edit summary
24 May 2024
- 19:1819:18, 24 May 2024 diff hist +123 Naive Bayes →How it works current
- 18:5518:55, 24 May 2024 diff hist +416 Bayesian network No edit summary current
- 18:5018:50, 24 May 2024 diff hist +780 N Naive Bayes Created page with "Category:Machine Learning '''Naive Bayes''' is an approach to Bayesian networks that simplify the computation of joint probability of an outcome based on high dimensional features. = Motivation = Consider binary classification output C is dependent on binary features X1~X3. By Bayes theorem, we can compute C's probability based on the features with Bayes' theorem: <math> P(C|X_1,X_2,X_3)=\frac{P(X_1,X_2,X_3|C)P(C)}{P(X_1,X_2,X_3)} </math> This, in turn,..."
- 18:4418:44, 24 May 2024 diff hist +183 Bayesian network No edit summary
- 18:3618:36, 24 May 2024 diff hist −1 Bayesian network →Joint probability
- 16:3416:34, 24 May 2024 diff hist +318 N Microarchitecture Created page with "'''Microarchitecture''' is ways to implement an architecture. = Classifications = * Single-cycle architectures execute each instruction in a single cycle * Multicycle architecture break up each instruction into a series of short steps * Pipelined architecture are multicycle, and multiple instructions execute at once"
- 06:0706:07, 24 May 2024 diff hist +125 Bayesian network No edit summary
- 06:0606:06, 24 May 2024 diff hist −118 Bayesian network →Application
- 06:0306:03, 24 May 2024 diff hist +125 Bayesian network →DAG
- 05:5605:56, 24 May 2024 diff hist +86 Bayesian network No edit summary
- 05:5405:54, 24 May 2024 diff hist +252 Bayesian network No edit summary
- 05:5105:51, 24 May 2024 diff hist +258 Bayesian network No edit summary
- 05:4405:44, 24 May 2024 diff hist +485 N Bayesian network Created page with "Category:Machine Learning The '''Bayesian network''' is a network probabilistic, graphical model that describes dependencies. = Application = Bayesian networks have applications in machine learning tasks that deal with dependent features. An example is Part-of-speech, where words are grammatically classified in a string. This involves a complex network of dependencies between object, subject, verbs, nouns, etc. that can be modeled and optimized with a Bayesia..."
23 May 2024
- 21:0921:09, 23 May 2024 diff hist +430 N Tree-of-Attacks Created page with "Category:LLM security Tree-of-Attacks (aka. TAP) is an automated red teaming strategy to generate LLM jailbreak and prompt injection attacks. = Description = TAP consists of two LLMs: an ''attacker'' and a ''judge''. The attacker is given a prompt and benign data and asked to inject the target to output "Hacked!". The judge then scores the attack prompt. Based on the score, the attacker iteratively improves." current
- 20:5820:58, 23 May 2024 diff hist +155 Prompt injection →Attacks current
- 20:5720:57, 23 May 2024 diff hist +97 Prompt injection →Attacks
- 20:5620:56, 23 May 2024 diff hist +65 Prompt injection →Attacks
- 20:5520:55, 23 May 2024 diff hist +189 Prompt injection →Vulnerability
- 20:4720:47, 23 May 2024 diff hist +26 N Category:LLM security Created page with "Category:Cybersecurity" current
- 20:4720:47, 23 May 2024 diff hist +194 Prompt injection No edit summary
- 20:4520:45, 23 May 2024 diff hist +182 N Jailbreak Created page with "Category:LLM security '''Jailbreaking''' is a classification of attacks that attempts to defeat LLMs' safety-tuning (usually to avoid inappropriate output) by the model provider."
- 20:3420:34, 23 May 2024 diff hist +79 Injection No edit summary current
- 20:3120:31, 23 May 2024 diff hist +51 Injection →Examples
- 20:3020:30, 23 May 2024 diff hist +42 Injection →Examples
- 20:2820:28, 23 May 2024 diff hist +172 Prompt injection No edit summary
- 20:2720:27, 23 May 2024 diff hist +233 N Structured query Created page with "Category:Cybersecurity '''Structured query''' (or StruQ) is a defense strategy that prevent prompt injection attacks by separating user entered data and system entered control, rejecting all instructions written by the user." current
- 20:2520:25, 23 May 2024 diff hist +30 N StruQ Redirected page to Structured query current Tag: New redirect
- 20:2520:25, 23 May 2024 diff hist +163 Prompt injection No edit summary
- 20:2320:23, 23 May 2024 diff hist +201 N Prompt injection Created page with "Category:Cybersecurity A '''prompt injection''' attack involves a user injecting a malicious instruction in an LLM-integrated application, in which user input was intended to act as only data."
- 20:2220:22, 23 May 2024 diff hist +252 N Injection Created page with "Category:Cybersecurity An '''injection''' refers to flaws that come from data and control being sent on the same channel, allowing users to send malicious control signals that are unwittingly processed. = Examples = * Prompt injection in LLMs"
22 May 2024
- 15:5015:50, 22 May 2024 diff hist +267 N ARM/Instruction format Created page with "Category:Computer Architecture = Src2 = Allows for immediate (a constant with rotation), register (with a static shift amount), or register-shifted register. The immediate is rotated imm8 ROR rot*2, limiting precision but allowing for a greater range of values."
- 15:3915:39, 22 May 2024 diff hist +20 ECS154A Final topics No edit summary
- 15:3815:38, 22 May 2024 diff hist +151 N ARM/Instruction encoding Created page with "Category:Computer Architecture In ARM, number of instruction formats is kept small. All are one word. cond(4) op(2) funct(6) rn(4) rd(4) src2(12)" current
- 15:3615:36, 22 May 2024 diff hist +51 ECS154A Final topics No edit summary
- 15:3515:35, 22 May 2024 diff hist +278 N ARM/Conditional instruction Created page with "Use conditional flags set by the ALU (N, C, V, Z) stored in the status register. Append instruction with S to set flags, or use the CMP instruction. To conditionall execute, append conditional mnemonics. For example, SUBNE executes if not equal (zero flag is not set)." current
- 15:2115:21, 22 May 2024 diff hist +62 Endianess No edit summary current
- 15:2015:20, 22 May 2024 diff hist +57 N ARM Created page with "Category:Computer Architecture Advanced RISC machine" current
- 15:1915:19, 22 May 2024 diff hist +37 N ARM/Reading memory Rice moved page ARM/Reading memory to ARM/Memory instructions current Tag: New redirect
- 15:1915:19, 22 May 2024 diff hist 0 m ARM/Memory instructions Rice moved page ARM/Reading memory to ARM/Memory instructions current
- 15:1915:19, 22 May 2024 diff hist +35 ARM/Memory instructions No edit summary
- 15:1815:18, 22 May 2024 diff hist +69 N ARM/Memory instructions Created page with "Looks like LDR R0, [R1, #12], where square brackets indicate address."
- 15:1515:15, 22 May 2024 diff hist +5 Information Representation →Byte and Endianess current
- 15:1415:14, 22 May 2024 diff hist +75 N Byte-addressable memory Created page with "Category:Computer Architecture Each data ''byte'' has a unique address." current
- 15:1315:13, 22 May 2024 diff hist +33 N Constant Rice moved page Constant to Constant generation current Tag: New redirect
- 15:1315:13, 22 May 2024 diff hist 0 m Constant generation Rice moved page Constant to Constant generation current
- 15:1115:11, 22 May 2024 diff hist +67 Constant generation No edit summary
- 15:1015:10, 22 May 2024 diff hist +189 N Constant generation Created page with "Good design require compromise. To generate a constant, we sacrifice precision, allowing only 8 bits. We then have 4 bits for rotating the value to generate a much greater range of results."
- 15:0615:06, 22 May 2024 diff hist +36 ECS154A Final topics No edit summary
- 15:0615:06, 22 May 2024 diff hist +36 N ECS154A Final topics Created page with "Swap controller, sequence recognizer"