• 2024-10-03devops 2024
    WhatisDevOps?DevOpsisamindset,aculture,andasetoftechnicalpractices.Itprovidescommunication,integration,automation,andclosecooperationamongallthepeopleneededtoplan,develop,test,deploy,release,andmaintainaproduct.Insho
  • 2024-09-29Learning Continuous Image Representation with Local Implicit Image Function
    LearningContinuousImageRepresentationwithLocalImplicitImageFunction(阅读笔记)11.03局部隐式图像函数(LIIF)表示连续中的图像,可以以任意高分辨率表示。摘要:如何表示图像?当视觉世界以连续的方式呈现时,机器用二维像素数组以离散的方式存储和观看图像。本文中,试图学习
  • 2024-08-01contiguous、continuous、continual、serial、adjacent、consecutive和successive的区别
    contiguous:表示连续、完整、不间断。比如一张纸,它是contiguous的,撕开再拼上,他就只能是consecutive的continuous:表示某事一直持续,没有停顿serial:系列。表示一连串相同的或者类似的或者有共同特征的东西。强调共同特征。adjacent:相邻。与consecutive的区别是,consecutive强调没有
  • 2024-07-31Ubuntu升级Jenkins导致无法启动,报错Failed to start Jenkins Continuous Integration Server. 的一种解决方法
    背景:从23年底部署jenkins后就没升过级,安装插件顺手更新后导致无法启动,服务端运行状态显示jenkinssystemd[1]:FailedtostartJenkinsContinuousIntegrationServer.无法重新启动的状态信息root@jenkins:~#sudosystemctlstatusjenkins●jenkins.service-Jenkins
  • 2024-07-05R语言绘制临床基线表(Table1三线表)-compareGroups包
    compareGroupsR包是一个比较常用的用于绘制临床基线表的R包。开发者对它的功能定义主要侧重于绘制描述性表格,可以显示多个变量的平均值、标准差、分位数或频率,以及运用统计学方法计算各组之间的P值。今天就跟着github上的资料和网上各路大神的教程过一遍这个R包。参考资料
  • 2024-06-21【论文笔记】Prefix-Tuning: Optimizing Continuous Prompts for Generation
    题目:Prefix-Tuning:OptimizingContinuousPromptsforGeneration来源:ACL2021模型名称:Prefix-Tuning论文链接:https://aclanthology.org/2021.acl-long.353/项目链接:https://github.com/XiangLi1999/PrefixTuning感觉与prompt的想法很相近,那么问题来了,为什
  • 2024-06-11Combining Recurrent, Convolutional, and Continuous-time Models with Linear State-Space Layers
    目录概符号说明LSSL和其它方法的联系代码GuA.,JohnsonI.,GoelK.,SaabK.,DaoT.,RudraA.,andReC.Combiningrecurrent,convolutional,andcontinuous-timemodelswithlinearstate-spacelayers.NeurIPS,2021.Statespacerepresentaion-wiki.概Mamba
  • 2024-03-01CICD
    CICD是持续集成(ContinuousIntegration)和持续交付(ContinuousDelivery)的缩写。它是一种软件开发实践,旨在通过自动化软件构建、测试和部署的流程来加速应用程序的交付周期。持续集成指开发人员频繁地将代码合并到共享存储库中,并通过自动化构建和测试流程来验证代码的质量。持续交付
  • 2024-01-28了解云原生
    一.什么是云原生云原生是一种构建和运行程序的方法。云原生(CloudNative)是一个组合词,Cloud+Native。Cloud表示应用程序位于云中,而不是传统的数据中心;Native表示应用程序从设计之初即考虑到云的环境。二.云原生四要素1.微服务和微服务相对的就是单体应用。微服务的理论基础
  • 2024-01-17AtCoder ABC 267 复盘
    ASaturdayACCodeBSplit?ACCodeCIndex×A(Continuousver.)本题可以采用类似滑动窗口的做法,使得时间复杂度降至\(O(n+m)\)。ACCodeDIndex×A(NotContinuousver.)本题是典型的01背包问题,只需要对值进行相应的修改即可。ACCodeEErasingVertices2本题
  • 2023-12-10Continuous-Time Markov Chain
    1.Definitions​ Definition1. Wesaytheprocess\(\{X(t),t\ge0\}\)isacontinuous-timeMarkovchainifforall\(s,t\ge0\)andnonnegativeintegers\(i,j,x(u),0\leu<s\)\[\begin{align}P\{X(t+s)&=j\|\X(s)=i,X(u)=x(u),0\leu&l
  • 2023-11-29强化学习:AC算法中为什么不使用Q函数来表示优势函数
      《High-DimensionalContinuousControlUsingGeneralizedAdvantageEstimation》      ====================== 原论文: 
  • 2023-11-01水土流失
    WhatisSoilErosion?Inthisprocess,thesoilparticlesareloosenedorwashedawayinthevalleys,oceans,rivers,streamsorfarawaylands.ThishasbeenworseningduetohumanactivitiessuchasagricultureanddeforestationSoilerosionisacontinuo
  • 2023-08-19 CSCI316 大数据挖掘
    CSCI316(SIM)2023Session3IndividualAssignment2CSCI316–BigDataMiningTechniquesandImplementationIndividualAssignment22023Session3(SIM)15MarksDeadline:RefertothesubmissionlinkofthisassignmentonMoodleThree(3)tasksareincludedi
  • 2023-06-04为什么我们迫切需要持续集成(Continuous Integration)
    持续集成(ContinuousIntegration),也就是我们经常说的CI,是现代软件开发技术的基础。本文论述了当前软件开发过程中存在的问题,讲解了持续集成、持续集成服务器的概念,最终探讨了为什么我们需要持续集成来解决这些问题。当前软件开发过程存在的问题在没有应用持续集成之前,传统的开发模
  • 2023-05-30leetcode 674. Longest Continuous Increasing Subsequence
    Givenanunsortedarrayofintegers,findthelengthoflongestcontinuousincreasingsubsequence(subarray).Example1:Input:[1,3,5,4,7]Output:3Explanation:Thelongestcontinuousincreasingsubsequenceis[1,3,5],itslengthis3.Eventhough[1,3,5
  • 2023-05-21June 2021-Continuous Transition: Improving Sample Efficiency for Continuous Control Problems via Mix
    摘要:尽管深度强化学习(RL)已成功应用于各种机器人控制任务,但由于样本效率较差,将其应用于现实世界任务仍然具有挑战性。为了克服这一缺点,一些工作侧重于在训练过程中重用收集的轨迹数据,将其分解为一组策略无关的离散变迁。然而,它们的改进有些边际,因为i)转换的数量通常很小,ii)值分
  • 2023-04-24CI/CD是什么?
    CICD的全称是ContinuousIntegrationandContinuousDelivery/Deployment,中文翻译为“持续集成和持续交付/部署”。CICD是一种软件开发流程模型,旨在通过自动化和持续性的构建、测试、部署和交付过程,来提高软件开发和发布的效率和质量。CICD的目标是缩短软件开发和发布的周期,降低
  • 2023-04-06EME 11 Continuous Process Improvement
    ContinuousProcessImprovementUnderstandthedifferencesbetweenprojectmanagementprocessesandpracticesKnowwhatprocessandpracticematurityisallaboutBeabletoexplainthefivelevelsofmaturityUnderstandandbeabletoconstructtheProce
  • 2023-03-23Discretizing Continuous Action Space for On-Policy Optimization
    发表时间:2020(AAAI2020)文章要点:作者想说,连续动作通常都假设每个维度是高斯分布的,这就限制了策略一定是一个单峰,而离散动作就没有这个约束,所以有离散的必要。然后这篇文章
  • 2023-03-22DevOps实战笔记-DevOps平台设计和开发
    DevOps实战笔记-DevOps平台设计和开发1简介1.1DevOps概述最初是瀑布模型,后来是敏捷开发,现在是DevOps,这是现代开发人员构建出色的产品的技术路线。DevOps早在20
  • 2023-02-28Continuous improvement of self-driving cars using dynamic confidence-aware reinforcement learning
    郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布!NatureMachineIntelligence,2023,5(2):145-158 Abstract今天的自动驾驶汽车已经取得了令人印象深刻的
  • 2023-02-15[ABC267D] Index × A(Not Continuous ver.) 题解
    [ABC267D]Index×A(NotContinuousver.)Solution目录[ABC267D]Index×A(NotContinuousver.)Solution更好的阅读体验戳此进入题面SolutionCodeUPD更好的阅读体
  • 2023-02-15[ABC267D] Index × A(Not Continuous ver.) 题解.
    [ABC267E]ErasingVertices2Solution目录[ABC267E]ErasingVertices2Solution更好的阅读体验戳此进入题面SolutionCodeUPD更好的阅读体验戳此进入题面给定$n$
  • 2023-01-24continuous deployment with Jenkins
    DeployingfromaGitTag--buildingTaghttps://notesfromthelifeboat.com/post/deploying-from-a-git-tag/Ifyouwanttoevaluateyourchangesinthestagingen