自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

颹蕭蕭

苟有恒,何必三更眠、五更起。 最无益,莫过一日曝、十日寒。

  • 博客(785)
  • 资源 (36)
  • 收藏
  • 关注

原创 BERT 微调中文 NER 模型

BERT 微调 NER 模型

2024-04-16 21:26:29 330

原创 NER 原始数据处理

【代码】NER 原始数据处理。

2024-04-13 15:55:11 210

原创 pytorch 查看 GPU 型号

【代码】pytorch 查看 GPU 信号。

2024-04-12 13:50:29 269

原创 Error: pg_config executable not found.

Error: pg_config executable not found.

2024-04-11 23:31:33 122

原创 使用 bert-base-chinese-ner 模型实现中文NER

bert 中文 ner

2024-04-11 19:58:54 496

原创 python + jdbc 连接 达梦数据库

python 达梦数据库

2024-04-10 20:08:07 204

原创 Streamlit + langchain 实现RAG问答机器人

【代码】Streamlit + langchain 实现问答机器人。

2024-04-08 20:20:35 376

转载 央国企名单

央国企名单

2024-03-28 13:04:42 163

原创 AzureOpenAI 流式返回结果

openai chat_completion 接口流式返回

2024-03-27 20:11:21 213

原创 WPS 按数值大小显示渐变颜色

WPS EXCEL 中按数值大小设置渐变颜色

2024-03-22 00:11:05 198 1

原创 python 爬取杭州小区挂牌均价

【代码】python 爬取杭州小区挂牌均价。

2024-03-21 19:01:29 548 4

原创 手把手带你实现大模型检索增强生成RAG(一)——数据清洗准备

首先,需要整理一大堆可以用来检索的文本数据,这些数据可以是网页、论文、报告、电影脚本、电视剧脚本等等。这些数据可以是原始的文本数据,也可以是经过清洗、处理过的文本数据。由于秘籍是pdf的,所以先要从pdf转成txt文件。当然,这个代码直接交给gpt去完成了。当然,二道贩子难免会在pdf里夹带私货,所以还需要对提取后的文本进行清洗、处理。经过以上步骤,我们就得到了一份清洗、处理后的文本数据,可以用来检索。清洗后的文件已上传csdn,放在评论区,欢迎大家下载。作为IT打工仔,我从二道贩子处购入一本软考秘籍。

2024-03-14 14:04:40 421 1

原创 python钉钉机器人加签

description:机器人发送签名不匹配;solution:请确认签名和生成签名的时间戳必须都放在调用的网址中,请确认机器人的密钥加密和填写正确;

2024-03-04 14:13:56 393

原创 python 自定义表达式解释器

【代码】python 自定义表达式解释器。

2024-02-26 20:32:47 372 2

转载 ubuntu下docker ps没有容器,但是实际容器进程还在运行

同时安装了apt和snap版本的docker。

2024-02-18 16:39:14 55

原创 解析qlib表达式引擎

【代码】解析qlib表达式引擎。

2024-02-05 14:27:47 448

原创 contextlib 自定义上下文管理

try:yieldfinally:print('[耗时]: {}s'.format(time.time() - tic))

2024-02-04 14:46:58 361

原创 python 自定义PV操作:P操作一次申请多个资源

P操作申请多个资源需要加锁,避免多个线程都在申请多个操作导致相互等待,产生死锁。加锁保证申请多个资源的原子性。

2024-02-01 18:59:45 464

原创 python 执行命令行并读取控制台输出

【代码】python 执行命令行并读取控制台输出。

2024-02-01 13:29:58 347

原创 with torch.no_grad() 会降低模型预测时的内存吗

在模型预测阶段,你通常不需要计算梯度,因为你只是对输入进行前向传播,并获取模型的输出。因此,通过使用 torch.no_grad(),可以减少内存中存储梯度所需的空间。请注意,使用 torch.no_grad() 只会在模型预测阶段降低内存使用。在上述代码中,我们使用 torch.no_grad() 上下文管理器包装了模型的前向传播代码。在 PyTorch 中,当你使用 torch.no_grad() 包装代码块时,PyTorch 将禁用梯度计算和自动微分,从而减少内存使用。

2024-01-29 14:18:04 351

原创 pymysql 上下文管理器控制事务提交和回滚

【代码】pymysql 上下文管理器控制事务提交和回滚。

2024-01-24 19:35:54 533

原创 pymysql INSERT ON DUPLICATE KEY UPDATE

【代码】pymysql INSERT ON DUPLICATE KEY UPDATE。

2023-12-13 11:17:29 273

原创 pymysql insert dataframe 遇到 nan 值

【代码】pymysql insert dataframe 遇到 nan 值。

2023-12-07 11:17:45 327 1

原创 spacy NER TAG

GPE LOC FAC

2023-10-31 09:46:11 177

原创 国标-数据类别代码

数据治理 代码目录

2023-10-25 13:27:20 270

原创 30行代码利用HanLP识别姓名

hanlp flask 姓名

2023-09-26 10:35:06 171

原创 python+chdb 向量检索,百万数据秒级查询

python + chdb

2023-09-11 20:02:33 278

原创 中项2022

项目经理是项目章程的实施者。组织可能出于战略考虑,甚至会承接那些"亏本"的项目,组织也有可能会借助自身的竞争优势,签署那些“厚利可图“的项目。为了避免将这种商务合同金额的不确定性完全传输给项目开发和实施团队,需要识别项目真实所需的资源类型和资源数量,以真实客观所需的资源成本作为考核项目的重要指标,从而调动人员的积极性。概括地说,商业智能的实现涉及到软件、硬件、咨询服务及应用,是对商业信息的搜集、管理和分析过程,目的是使企业的各级决策者获得知识或洞察力(insight),促使他们做出对企业更有利的决策。

2023-09-07 17:31:02 189

原创 中项2023错题集

积极研究云计算模式在电子政务发展中的作用,全面分析新技术对电子政务公共平台发展的影响和全方位业务协同、信息资源共享及信息安全保障对电子政务公共平台发展的需求,适时开展以云计算为基础的电子政务公共平台顶层设计试点,在此基础上开展国家电子政务公共平台顶层设计,充分发挥既有资源的作用和新一代信息技术潜能,加快电子政务发展创新,为减少重复浪费、避免各自为政、信息孤岛创建技术系统。(2)需求管理计划是项目管理计划的组成部分,描述了如何分析、记录和管理需求,以及阶段与阶段间的关系对管理需求的影响。

2023-09-05 20:01:39 207

原创 错题本——数据库系统工程师 2022

软考 2022

2023-05-08 20:20:19 573 1

原创 PS 抠图去除背景

ps抠图,去除背景

2023-04-15 11:56:54 468

原创 python 代码导入模块检查

python 作为灵活的 脚本语言,在一些产品汇总会开放给用户自己编写代码,用上述代码可以检查用户代码中导入了哪些模块,是否在允许的范围内。

2023-03-16 18:58:08 296

转载 python 单例装饰器

python 单例模式

2023-03-16 13:45:42 165

转载 python 自定义 assert

python assert

2023-03-16 13:16:54 109

原创 docker无法解析域名

docker 域名解析异常,宿主机正常

2023-03-13 14:35:04 892

原创 跟ChatGPT学量化,菜鸟炒股也不怕

和chatgpt交流量化炒股技巧,它真的什么都知道

2023-03-07 19:19:13 9105 2

原创 Flask 模板中 js 相对路径

flask 的 url_for 用法

2022-12-01 10:56:39 1094

原创 【量化学堂】股票代码分类

股票代码前缀分类

2022-11-21 22:40:11 263

原创 趣学算法 —— 兔子数列

算法第二步,学线性代数

2022-10-19 19:28:41 779

原创 趣学算法 —— 算法之美

算法第一步,时空复杂度

2022-10-18 18:46:55 247

2024年3月杭州及周边小区挂牌价格

杭州及周边小区挂牌价格 小区数量:4000+ 时间节点:2024年3月 可用于:数据分析、可视化实验 可用于:地理位置数据收集 可用于:固定资产投资参考,买房有风险,投资需谨慎!

2024-03-22

用于大模型RAG的检索语料

用于大模型RAG的检索语料

2024-03-14

Win10 左手用户的鼠标指针

Win10 左手用户的鼠标指针

2022-06-15

网络安全数据挖掘 CS259D课件

网络安全数据挖掘 CS259D课件 Data Mining for CyberSecurity

2021-09-08

利用 SIFT 实现图像拼接 python 代码

利用 SIFT 实现图像拼接:https://goodgoodstudy.blog.csdn.net/article/details/89157849

2021-01-01

python 使用摄像头监测心率

参见博文:https://blog.csdn.net/itnerd/article/details/109078291 使用 opencv 检测人体皮肤颜色变化,计算心率

2020-10-14

中图分类号.xlsx

史上最全中图分类号,史上最全中图分类号,史上最全中图分类号 45835条,45835条,45835条, 官网抓取,如假包换

2020-09-11

知网爬虫.ipynb

python 爪巴虫爪巴知网。 selenium 通过模拟鼠标点击,自动实现:选择检索词的类别、输入检索词、选择精确还是模糊查找、逻辑关系、点击检索按钮等一系列动作

2020-09-10

Python 图片中扭曲矩形的复原

博文地址:https://blog.csdn.net/itnerd/article/details/108429553 Python 实现图片中扭曲矩形的复原

2020-09-06

icml2020文章列表及下载链接.zip

icml 2020 所有文章的下载链接,全部 1086 篇文章,链接点击直接跳转到 pdf,可直接下载paper

2020-08-31

icml2020.xlsx

excel 文件,icml 2020 所有文章的下载链接,全部 1086 篇文章,链接点击直接跳转到 pdf

2020-08-31

explore_data.ipynb

时间序列论文常用数据集,下载及可视化, python https://goodgoodstudy.blog.csdn.net/article/details/106244526

2020-05-20

数据透视表分析数据.xlsx

用于练习 EXCEL 数据透视表,零售平台订单数据。用于练习 EXCEL 数据透视表,零售平台订单数据。

2020-05-16

Introduction to symmetry analysis (2002) [Brian J. Cantwell]

Introduction to symmetry analysis (2002) [Brian J. Cantwell] 对称性分析

2020-01-07

微信自动回复天气程序

https://blog.csdn.net/itnerd/article/details/103433296

2019-12-07

Feedback Control in Systems Biology

反馈控制 系统生物学 Feedback Control in Systems Biology Carlo Cosentino and Declan Bates

2019-09-18

headct_3d.ipynb

dicom 格式, mhd 格式 , 头部 CT 切片, 3D 重建 , python

2019-07-25

lung_segmentation.ipynb

肺部CT图像分割 (.raw .mhd 格式图像数据) , python 程序, 肺部 3D 可视化

2019-07-03

ICML 2019年 会议文章目录 (含论文下载链接)

international conference on machine learning(ICML) 2019年 会议文章目录 含论文下载链接

2019-06-04

《应用非线性控制》【Slotine & Weiping Li 著】MIT经典教材

《应用非线性控制》中文版【Slotine & Weiping Li 著】MIT经典教材 原名《Applied Nolinear Control》

2019-01-05

网络优化:连续和离散模型(英文文字版)【Dimitri P. Bertsekas】

网络优化:连续和离散模型 英文文字版 Dimitri P. Bertsekas

2018-10-12

系统与控制理论中的线性代数 【黄琳】

系统与控制理论中的线性代数 【黄琳】

2018-10-11

凸优化习题答案【Boyd】

凸优化习题答案【Boyd】

2018-10-07

线性代数与解析几何(郑广平)复旦大学出版社

线性代数与解析几何

2018-09-27

遗传算法java小程序(吃豆人)

遗传算法 java 小程序,可以看成吃豆人的简化版! Model类和Display类里的main函数都可以运行! 谢谢支持!

2018-09-27

Handbook of Matrices

handbook of matrices handbook of matrices handbook of matrices handbook of matrices

2018-09-22

All of Statistics

all of statistics

2018-09-20

算法设计(英文文字版)by Jon_Kleinberg & Eva_Tardos

英文版 算法设计 Preface Algorithmic ideas are pervasive, and their reach is apparent in examples both within computer science and beyond. Some of the major shifts in Internet routing standards can be viewed as debates over the deficiencies of one shortest-path algorithm and the relative advantages of another. The basic notions used by biologists to express similarities among genes and genomes have algorithmic definitions. The concerns voiced by economists over the feasibility of combinatorial auctions in practice are rooted partly in the fact that these auctions contain computationally intractable search problems as special cases. And algorithmic notions aren’t just restricted to well-known and longstanding problems; one sees the reflections of these ideas on a regular basis, in novel issues arising across a wide range of areas. The scientist from Yahoo! who told us over lunch one day about their system for serving ads to users was describing a set of issues that, deep down, could be modeled as a network flow problem. So was the former student, now a management consultant working on staffing protocols for large hospitals, whom we happened to meet on a trip to New York City. The point is not simply that algorithms have many applications. The deeper issue is that the subject of algorithms is a powerful lens through which to view the field of computer science in general. Algorithmic problems form the heart of computer science, but they rarely arrive as cleanly packaged, mathematically precise questions. Rather, they tend to come bundled together with lots of messy, application-specific detail, some of it essential, some of it extraneous. As a result, the algorithmic enterprise consists of two fundamental components: the task of getting to the mathematically clean core of a problem, and then the task of identifying the appropriate algorithm design techniques, based on the structure of the problem. These two components interact: the more comfortable one is with the full array of possible design techniques, the more one starts to recognize the clean formulations that lie within messy problems out in the world. At their most effective, then, algorithmic ideas do not just provide solutions to well-posed problems; they form the language that lets you cleanly express the underlying questions. The goal of our book is to convey this approach to algorithms, as a design process that begins with problems arising across the full range of computing applications, builds on an understanding of algorithm design techniques, and results in the development of efficient solutions to these problems. We seek to explore the role of algorithmic ideas in computer science generally, and relate these ideas to the range of precisely formulated problems for which we can design and analyze algorithms. In other words, what are the underlying issues that motivate these problems, and how did we choose these particular ways of formulating them? How did we recognize which design principles were appropriate in different situations? In keeping with this, our goal is to offer advice on how to identify clean algorithmic problem formulations in complex issues from different areas of computing and, from this, how to design efficient algorithms for the resulting problems. Sophisticated algorithms are often best understood by reconstructing the sequence of ideas—including false starts and dead ends—that led from simpler initial approaches to the eventual solution. The result is a style of exposition that does not take the most direct route from problem statement to algorithm, but we feel it better reflects the way that we and our colleagues genuinely think about these questions.

2018-09-19

icml 2016年 会议文章目录

international conference on machine learning(ICML) 会议文章目录,含论文下载链接

2018-09-17

icml 2017年 会议文章目录

international conference on machine learning (ICML)2017年会议文章目录,含论文下载链接

2018-09-17

icml 2018年 会议文章目录(含文章下载链接)

international conference on machine learning (ICML) 2018年会议文章目录, 含论文下载链接

2018-09-17

the art of human hacking

在强大的系统也离不开管理维护他们的人员,人往往是该系统最脆弱的一环

2018-05-26

link prediction in social networks: law of power distribution

link prediction in social networks: law of power distribution

2018-01-23

《Combinatorial Optimization》Cook, Cunningham, Pulleyblank, Schrijver

《Combinatorial Optimization》Cook, Cunningham, Pulleyblank, Schrijver

2017-11-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除