• 2024-11-122025年工程管理与安全工程国际学术会议 (EMSE 2025) 2025 International Conference on Engineering Management and Safety
    重要信息官网:https://ais.cn/u/vEbMBz
  • 2024-11-07AI对话魔法|Prompt Engineering 探索指南
    作者:京东物流李雪婷一、什么是PromptEngineering?想象一下,你在和一个智能助手聊天,你需要说出非常清晰和具体的要求,才能得到你想要的答案。PromptEngineering就是设计和优化与AI对话的“提示词”或“指令”,让AI能准确理解并提供有用的回应。  PromptEngineering主要
  • 2024-11-06AI-Prompt、RAG、微调还是重新训练?选择正确的生成式AI的使用方法
    生成式人工智能正在快速发展,许多人正在尝试使用这项技术来解决他们的业务问题。一般情况下有4种常见的使用方法:PromptEngineeringRetrievalAugmentedGeneration(RAG检索增强生成)微调从头开始训练基础模型(FM)本文将试图根据一些常见的可量化指标,为选择正确的生
  • 2024-11-02COMP2404 Introduction to Software Engineering
    COMP2404-“IntroductiontoSoftwareEngineering”Assignment31SubmissionInstructionsSubmittoBrightspaceonorbeforetheduedateacompressedfile(.taror.zip)thatincludesHeaderandsourcefilesforallclassesinstructedbelow.AworkingM
  • 2024-10-20ISAD1000/5004 Software Engineering
    IntroductiontoSoftwareEngineering(ISAD1000/5004)Semester2,2024Due:Friday18October,23:59GMT+8Weight:50%oftheunitmarkNoteThisdocumentissubjecttoclarificationsandminorchangesthatremoveambiguityoraddressfrequentlyaskedquestions.
  • 2024-10-11【有啥问啥】逆向工程(Reverse Engineering,RE):深度解析与技术方法
    逆向工程(ReverseEngineering,RE):深度解析与技术方法引言逆向工程(ReverseEngineering,简称RE),作为现代科技领域中的一项重要技术,其影响力已远远超越了传统的硬件拆解范畴。在软件安全、产品设计优化、知识产权保护,以及教育与研究等多个领域,逆向工程都展现出了其独特的价值和
  • 2024-10-11Software Engineering软件工程复习笔记
    program中包含了instructions和datastructures,记法:idd  记法:qu去cd,减少cd,加快输出 
  • 2024-09-24MANE-4740 Thermal and Fluids Engineering
    MANE-4740ThermalandFluidsEngineeringLaboratoryResultsHomework1–ACLabFall2024Foreachofthefollowinggroupsofdataorcomputedquantities,organizeyourresultsintoplots, tables,orotherfiguresasyouthinkbest(unlesstoldto plot th
  • 2024-09-24让模型评估模型:构建双代理RAG评估系统的步骤解析
    在当前大语言模型(LLM)应用开发的背景下,一个关键问题是如何评估模型输出的准确性。我们需要确定哪些评估指标能够有效衡量提示(prompt)的效果,以及在多大程度上需要对提示进行优化。为解决这一问题,我们将介绍一个基于双代理的RAG(检索增强生成)评估系统。该系统使用生成代理和反
  • 2024-09-23COMP20005 Engineering Computation
    COMP20005 Engineering ComputationSemester 2, 2024Assignment 1Due: 4:00 pm Monday 23rd September 2024Version 1.01 Learning OutcomesInthisassignmentyouwilldemonstrateyourunderstandingof loopsand ifstatementsbywritingaprogram
  • 2024-09-21文心一言,文心大模型4.0 Turbo,2024-09-21,什么是提示工程(prompt engineering)?
    PromptEngineering,即提示工程,是自然语言处理(NLP)领域中的一个重要概念,它指的是通过设计精心构造的提示(prompt)或输入,来引导大型语言模型生成特定类型的输出。这个技术背后的原理是利用模型对输入的敏感性,通过提供特定格式或内容的提示,引导模型生成符合预期的输出。一、定义与原理
  • 2024-09-18学习高校课程-软件工程-软件工程(ch2)
    2.1DEFININGTHEDISCIPLINEdefinitionforsoftwareengineering软件工程的定义(1)Theapplicationofasystematic,disciplined,quantifiableapproachtothedevelopment,operation,andmaintenanceofsoftware;thatis,theapplicationofengineeringtosoftw
  • 2024-09-16Prompt Engineering实战 AI老兵的15条经验与建议
    Author:Jason豪 编写提示时应清晰准确地传达信息。能够明确描述任务和概念至关重要。要愿意快速迭代,连续多次向模型发送提示并检测结果。优秀的提示工程师能够持续对已待优化prompt反复改进。在设计提示时要考虑边界情况和不寻常的场景。思考你的提示在非典型情况下可能会如
  • 2024-09-14MAST20029 Engineering Mathematics
    MAST20029EngineeringMathematics,Semester22024Assignment2SubmitasinglepdffileofyourassignmentontheMAST20029websitebefore9amonMonday16thSeptember.•Thisassignmentisworth5%ofyourfinalMAST20029mark.•Assignmentsmustbenea
  • 2024-08-25初识混沌工程(Chaos Engineering): k8s install chaosblade
    混沌工程文档:https://chaosblade.io/docs/helm:https://github.com/helm/helm/releaseschaosblade:https://github.com/chaosblade-io/chaosblade/releaseschaosblade-box:https://github.com/chaosblade-io/chaosblade-box/releasesmetrics-server:https://gith
  • 2024-08-16Prompt Engineering 完整指南
    PromptEngineering完整指南PromptEngineering是与AI模型进行交互的关键技术,通过精心设计的指令(prompt)引导模型生成高质量的输出。本文将详细介绍prompt设计的最佳实践、基本原则以及高级技巧,帮助你在实际应用中最大化模型的效用。1.Prompt设计的基本原则1.1
  • 2024-07-24Best practices for prompt engineering with the OpenAI API
    BestpracticesforpromptengineeringwiththeOpenAIAPIhttps://help.openai.com/en/articles/6654000-best-practices-for-prompt-engineering-with-the-openai-api HowpromptengineeringworksDuetothewayOpenAImodelsaretrained,therearespecificpr
  • 2024-07-23可靠性分析教材
    一、可靠性设计类相关书籍1、ReliabilityEngineering:TheoryandPractice,AlessandroBirolini2、PracticalReliabilityEngineering,PatrickD.T.O'Connor,AndreKleyner3、AnIntroductiontoReliabilityandMaintainabilityEngineering,CharlesE.Ebeling4、Relia
  • 2024-07-21CO2201 Software Engineering
    CO2201SoftwareEngineeringProjectAssignmentSpecification(30%)Dueon Friday26th July2024Objective  Theassignmentdevelopsthestudents’skillsinbasiccalculationsusedin   Financialservices.               
  • 2024-07-19阅读翻译Prompting Engineering Guides之Introduction(提示工程简介)
    阅读翻译PromptingEngineeringGuides之Introduction(提示工程简介)关于首次发表日期:2024-07-19PromptingEngineeringGuides官网:https://www.promptingguide.ai/zh使用ChatGPT和KIMI机翻,人工润色官网上已有翻译,但是不是最新的(有些段落没有),其中很小的一部分翻译有明显错误
  • 2024-07-12GSOE9340 – Life Cycle Engineering
    GSOE9340– Life Cycle EngineeringAssignmentTwo-Term 2-2024Assignment weight: 30%Purpose: Thepurposeof thisassignmentistodevelopanunderstanding of the second step of operationalizing the framework of LCE,  which  is  
  • 2024-07-042024 4th International Conference on Electronic Information Engineering and Computer Technology
    20244thInternationalConferenceonElectronicInformationEngineeringandComputerTechnologyhttp://www.eiect.org/截稿日期:2024-10-17通知日期:2024-10-21会议日期:2024-11-9会议地点:Shenzhen,China届数:4Withtherapiddevelopmentofscienceandtechnolog
  • 2024-07-01【吴恩达机器学习-week2】可选实验:特征工程和多项式回归【Feature Engineering and Polynomial Regression】
    支持我的工作
  • 2024-06-16Engineering | 基于机器学习(GS)的作物抗病表型预测
    近日,中国农科院植保所联合扬州大学、湖南农大等在中国工程院主刊Engineering(一区top,IF=12.8)上发表了题为《DevelopmentofMachineLearningMethodsforAccuratePredictionofPlantDiseaseResistance》的研究成果。该研究通过优化多种机器学习流程,开发了基于高通量基因
  • 2024-06-06ChatGPT Prompt技术全攻略-入门篇:AI提示工程基础
    系列篇章