• 2024-04-09论文阅读-Causality Inspired Framework for Model Interpretation
    标题:ACausalityInspiredFrameworkforModelInterpretation关键词:自然语言处理,因果推理,可解释机器学习论文链接:https://dl.acm.org/doi/pdf/10.1145/3580305.3599240会议:KDD1.简介解释(explanation)能否揭示模型表现的根本原因(rootcause)是XAI的重要问题。文章提出
  • 2024-02-2523 design patterns
    ///-----------------23个设计模式是7个原则的具体形式,7原则是23个模式的凝练------------------//////-----------------target:高内聚、低耦合------------------///1.软件设计模式结构类比就是结构class或者是结构体行为类比class里面的函数创造的话,是构造出结构,让
  • 2023-11-29llama-factory fine-tuning-3 (conception and technologies explanation)
    trainmethodsupervisedfine-tuning RewardModeling PPOtraining DPOtraining full-parameter partial-parameter LoRA QLoRA commandparameterfp16 gradient_accumulation_steps lr_scheduler_type lora_target overwrite_cache s
  • 2023-09-15explanation
    PolynomialshapefunctionsThebasisfunctionvectorisgeneratedwithrow-stackingoftheindividuallagrangepolynomials.Eachpolynomialdefinedintheinterval \([-1,1]\) isafunctionoftheparameter \(r\).Thecurveparametersmatrix \(\bolds
  • 2023-06-14Length of Last Word
    Givenastringsconsistingofwordsandspaces,returnthelengthofthelastwordinthestring.Awordisamaximalsubstringconsistingofnon-spacecharactersonly.Example1:Input:s="HelloWorld"Output:5Explanation:Thelastwordis
  • 2023-05-30leetcode 693. Binary Number with Alternating Bits
    Givenapositiveinteger,checkwhetherithasalternatingbits:namely,iftwoadjacentbitswillalwayshavedifferentvalues.Example1:Input:5Output:TrueExplanation:Thebinaryrepresentationof5is:101Example2:Input:7Output:FalseExplanation
  • 2023-05-17 APRIL 2022-Explanation-Aware Experience Replay in Rule-Dense Environments
    I.INTRODUCTION解释是人类智能的关键机制,这种机制有可能提高RL代理在复杂环境中的表现实现这一目标的一个核心设计挑战是将解释集成到计算表示中。即使在最小的规则集变化下,将规则集(或部分规则集)编码到智能体的观察空间等方法也可能导致严重的重新训练开销,因为规则的语义被
  • 2023-04-13JSON Web Tokens (JWT) — the only explanation you will ever need
    本文摘抄自ArielWeinberger博客  JSONWebTokens(JWT)—theonlyexplanationyouwilleverneed|byArielWeinberger|Medium JSONWebTokens(JWT)—theonlyexplanationyouwilleverneedJSONWebTokensarechangingtheworldf
  • 2022-11-28leetcode 10 - Regular Expression Matching - hard
    Givenaninputstring s andapattern p,implementregularexpressionmatchingwithsupportfor '.' and '*' where:'.' Matchesanysinglecharacter.​
  • 2022-11-09leetcode-693-easy
    BinaryNumberwithAlternatingBitsGivenapositiveinteger,checkwhetherithasalternatingbits:namely,iftwoadjacentbitswillalwayshavedifferentva
  • 2022-10-24leetcode-509-easy
    FibonacciNumberTheFibonaccinumbers,commonlydenotedF(n)formasequence,calledtheFibonaccisequence,suchthateachnumberisthesumofthetwoprece