<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[py今天刷题了吗]]></title><description><![CDATA[学习记录]]></description><link>https://blog.csdn.net/weixin_43154149</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_43154149]]></copyright><item><title><![CDATA[C++相关资料学习]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/150766450</link><guid>https://blog.csdn.net/weixin_43154149/article/details/150766450</guid><author>weixin_43154149</author><pubDate>Mon, 25 Aug 2025 13:04:43 +0800</pubDate><description><![CDATA[• 前置声明：减少编译依赖，提升编译速度。• 包含防护：避免重复包含，防止符号冲突。• 依赖管理：解决循环依赖，优化编译时间。• 模块化设计：接口与实现分离的最佳实践。]]></description><category></category></item><item><title><![CDATA[【资料收集】C++学习]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/150265211</link><guid>https://blog.csdn.net/weixin_43154149/article/details/150265211</guid><author>weixin_43154149</author><pubDate>Tue, 12 Aug 2025 13:17:01 +0800</pubDate><description><![CDATA[明明1109 2021-11-22 15:15 阅读:2815 评论:0 推荐:0。明明1109 2021-11-23 00:14 阅读:562 评论:0 推荐:0。明明1109 2021-11-20 20:12 阅读:106 评论:0 推荐:0。明明1109 2021-11-17 10:05 阅读:117 评论:0 推荐:0。明明1109 2021-11-16 12:59 阅读:107 评论:0 推荐:0。明明1109 2021-11-18 21:58 阅读:78 评论:0 推荐:0。]]></description><category></category></item><item><title><![CDATA[【资料收集】AUTOSAR软件架构，软件定义汽车]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/150260721</link><guid>https://blog.csdn.net/weixin_43154149/article/details/150260721</guid><author>weixin_43154149</author><pubDate>Tue, 12 Aug 2025 10:18:06 +0800</pubDate><description><![CDATA[通过深入理解AUTOSAR的架构设计、通信机制、PDU分层以及UDS诊断和标定的实现原理，开发者可以构建高质量、可维护的车载软件系统。架构理解：掌握AUTOSAR Classic Platform的分层架构和适用场景。关键模块：熟悉DCM、DEM、FIM等诊断相关的AUTOSAR模块。诊断实现：掌握UDS协议在AUTOSAR各层的具体实现方式。分层设计：理解从应用层到MCAL层的职责分工和接口标准。持续学习：跟踪AUTOSAR标准的最新发展和技术更新。工具熟练：掌握主流的AUTOSAR开发和测试工具。]]></description><category></category></item><item><title><![CDATA[前端学习 HTML CSS JS 和 JS异步编程]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/148534725</link><guid>https://blog.csdn.net/weixin_43154149/article/details/148534725</guid><author>weixin_43154149</author><pubDate>Mon, 09 Jun 2025 15:01:12 +0800</pubDate><description><![CDATA[https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Async_JS/Introducing]]></description><category></category></item><item><title><![CDATA[2024 年 RAG 的崛起与演变：年度回顾]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/148118926</link><guid>https://blog.csdn.net/weixin_43154149/article/details/148118926</guid><author>weixin_43154149</author><pubDate>Wed, 21 May 2025 16:21:25 +0800</pubDate><description><![CDATA[2024 年 RAG 的崛起与演变：年度回顾。]]></description><category></category></item><item><title><![CDATA[【2025.5.12】视觉语言模型 （更好、更快、更强）]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/147941322</link><guid>https://blog.csdn.net/weixin_43154149/article/details/147941322</guid><author>weixin_43154149</author><pubDate>Wed, 14 May 2025 09:28:21 +0800</pubDate><description><![CDATA[代码本身非常可读且易于理解，该模型由视觉主干（模型/vision_transformer.py ~150 行）、语言解码器（模型/language_model.py ~250 行）、模态投影（模型/modality_projection.py ~50 行）和 VLM 本身（ models/vision_language_model.py ~100 行）和一个简单的训练循环（train.py ~200 行）组成。您应该能够立即调整和调整代码。]]></description><category></category></item><item><title><![CDATA[【入门教程】C++ 并发编程 【推荐，通俗易懂，有例子】]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/146310563</link><guid>https://blog.csdn.net/weixin_43154149/article/details/146310563</guid><author>weixin_43154149</author><pubDate>Mon, 17 Mar 2025 11:27:50 +0800</pubDate><description><![CDATA[线程间的同步： std::condition_variable。数据竞争与原子操作：std::atomic。竞争条件 - 同步的必要性。]]></description><category></category></item><item><title><![CDATA[【PyTorch教学】pytorch 基本语法]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/146224013</link><guid>https://blog.csdn.net/weixin_43154149/article/details/146224013</guid><author>weixin_43154149</author><pubDate>Thu, 13 Mar 2025 10:21:09 +0800</pubDate><description><![CDATA[IndexingReshapingSqueeze。]]></description><category></category></item><item><title><![CDATA[【AI大模型】deepseek 相关资料和使用 【媲美 GPT-o1?】]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/145493697</link><guid>https://blog.csdn.net/weixin_43154149/article/details/145493697</guid><author>weixin_43154149</author><pubDate>Fri, 07 Feb 2025 15:11:49 +0800</pubDate><description><![CDATA[https://api-docs.deepseek.com/zh-cn/prompt-library/官方论文：https://github.com/deepseek-ai/DeepSeek-V3/blob/main/DeepSeek_V3.pdf。中文博客介绍：https://zhuanlan.zhihu.com/p/15337496690。论文翻译：https://zhuanlan.zhihu.com/p/21274653765。]]></description><category></category></item><item><title><![CDATA[【Django教程】用户管理系统]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/145340155</link><guid>https://blog.csdn.net/weixin_43154149/article/details/145340155</guid><author>weixin_43154149</author><pubDate>Fri, 24 Jan 2025 13:40:31 +0800</pubDate><description><![CDATA[Django的用户身份验证是一个内置的身份验证系统，带有预配置的URL和视图。在Django中创建登录系统涉及内置的身份验证视图和创建自定义模板。在Django中重置密码涉及到配置电子邮件后端以发送重置链接。身份验证验证用户身份，而授权则确定Django中的用户权限。在Django中注册为用户需要设置视图、模板和URL。]]></description><category></category></item><item><title><![CDATA[【教程】最好的pytorch教程]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/145326233</link><guid>https://blog.csdn.net/weixin_43154149/article/details/145326233</guid><author>weixin_43154149</author><pubDate>Thu, 23 Jan 2025 16:52:00 +0800</pubDate><description><![CDATA[Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course]]></description><category></category></item><item><title><![CDATA[【我的阅读】【nature |ai4science】Scientific discovery in the age of artificial intelligence【人工智能时代的科学发现】]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/145297803</link><guid>https://blog.csdn.net/weixin_43154149/article/details/145297803</guid><author>weixin_43154149</author><pubDate>Wed, 22 Jan 2025 10:11:14 +0800</pubDate><description><![CDATA[人工智能（AI）正越来越多地融入科学发现中，以增强和加速研究，帮助科学家生成假设，设计实验，收集和解释大型数据集，并获得仅使用传统科学方法可能无法获得的见解。在这里，我们研究了过去十年的突破，包括自我监督学习，它允许模型在大量未标记的数据上进行训练，以及几何深度学习，它利用有关科学数据结构的知识来提高模型的准确性和效率。生成式人工智能方法可以通过分析包括图像和序列在内的各种数据模式来创建设计，例如小分子药物和蛋白质。]]></description><category></category></item><item><title><![CDATA[【C++基础】enum，union，uint8_t，static]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/145160565</link><guid>https://blog.csdn.net/weixin_43154149/article/details/145160565</guid><author>weixin_43154149</author><pubDate>Wed, 15 Jan 2025 15:04:43 +0800</pubDate><description><![CDATA[它内部包含各种属性，但是所有属性共用一块内存，导致这些属性都是对同一个二进制数据的解读，其中往往只有一个属性的解读是有意义的。并且，后面写入的属性会覆盖前面的属性，这意味着同一块内存，可以先供某一个属性使用，然后再供另一个属性使用。这样做的最大好处是节省内存空间。这些类型的来源：这些数据类型中都带有_t, _t 表示这些数据类型是通过typedef定义的，而不是新的数据类型。也就是说，它们其实是我们已知的类型的别名。所以有时候使用 Enum 的目的，不是为了自定义一种数据类型，而是为了声明一组常量。]]></description><category></category></item><item><title><![CDATA[【RAG学习】如何使用大型语言模型？提示工程、RAG、微调或预训练，什么时候需要哪个]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/145137171</link><guid>https://blog.csdn.net/weixin_43154149/article/details/145137171</guid><author>weixin_43154149</author><pubDate>Tue, 14 Jan 2025 14:01:59 +0800</pubDate><description><![CDATA[What are the available options for customizing a Large Language Model (LLM) with data, and which method—prompt engineering, RAG, fine-tuning, or pretraining—is considered the most effective?使用数据定制大型语言模型（LLM）有哪些可用选项，哪种方法-提示工程、RAG、微调或预训练-被认为是最有效的？The best me]]></description><category></category></item><item><title><![CDATA[2023考研王道计算机408数据结构+操作系统+计算机组成原理+计算机网络]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/144106720</link><guid>https://blog.csdn.net/weixin_43154149/article/details/144106720</guid><author>weixin_43154149</author><pubDate>Thu, 28 Nov 2024 11:27:20 +0800</pubDate><description><![CDATA[如果你是一战，对重点内容不是很清晰，在复习的过程中就要注意总结选择题和和应用题的出题重点，这些内容一定要掌握，后期一定要不断复习！具体而言，我是先在基础阶段看教材，碰到不懂的地方去听对应的王道的视频课，教材过完一遍之后再去看的王道的指导书，做上面的选择题，偶尔做几个大题。操作系统不难拿分，要记的地方比较多。计网中的选择题重点：计算机网络性能指标、计算机网络体系结构、奈奎斯特与香农、分组交换、滑动窗口协议、介质访问控制、以太网、IPv4、路由协议与路由算法、TCP与UDP、TCP可靠传输与拥塞控制。]]></description><category></category></item><item><title><![CDATA[关于点云的一些科研启发]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/142884952</link><guid>https://blog.csdn.net/weixin_43154149/article/details/142884952</guid><author>weixin_43154149</author><pubDate>Sat, 12 Oct 2024 19:48:12 +0800</pubDate><description><![CDATA[point 和 voxel 方法 内存占用。双分支，多模态，信息互补。双分支，利用各自的优点。]]></description><category></category></item><item><title><![CDATA[我的研究生周报模板]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/142884679</link><guid>https://blog.csdn.net/weixin_43154149/article/details/142884679</guid><author>weixin_43154149</author><pubDate>Sat, 12 Oct 2024 19:22:49 +0800</pubDate><description><![CDATA[如： [1] Zhu, J. Y., Park, T., Isola, P., & Efros, A. A. (2017). Unpaired image-to-image translation using cycle-consistent adversarial networks. In Proceedings of the IEEE international conference on computer vision, pp. 2223-2232.实验：（打算做什么实验，目的是什么）]]></description><category></category></item><item><title><![CDATA[【学位论文写作】参考文献 格式问题]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/141324314</link><guid>https://blog.csdn.net/weixin_43154149/article/details/141324314</guid><author>weixin_43154149</author><pubDate>Mon, 19 Aug 2024 15:11:37 +0800</pubDate><description><![CDATA[我的问题

什么时候引用

格式，硕士论文不是 会议[C] 就是 期刊 [J]

举例



]]></description><category></category></item><item><title><![CDATA[【代码片段】混合精度训练，免费提升你的训练速度 | Automatic Mixed Precision]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/141308182</link><guid>https://blog.csdn.net/weixin_43154149/article/details/141308182</guid><author>weixin_43154149</author><pubDate>Mon, 19 Aug 2024 00:44:49 +0800</pubDate><description><![CDATA[文档：https://pytorch.org/docs/stable/amp.html。]]></description><category></category></item><item><title><![CDATA[【深度学习教程】]]></title><link>https://blog.csdn.net/weixin_43154149/article/details/141308135</link><guid>https://blog.csdn.net/weixin_43154149/article/details/141308135</guid><author>weixin_43154149</author><pubDate>Mon, 19 Aug 2024 00:32:07 +0800</pubDate><description><![CDATA[https://datawhalechina.github.io/thorough-pytorch]]></description><category></category></item></channel></rss>