TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub 红队武器库🚨

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @githubredteam · Post #82601 · 5月3日

🚨 GitHub 监控消息提醒 🚨发现关键词:#漏洞#利用#分析 📦项目名称:cve-llm-kg 👤项目作者:nantangqiuweiwan 🛠开发语言: Python ⭐Star数量: 1 | 🍴Fork数量: 0 📅更新时间: 2026-05-03 09:58:37 📝项目描述: 基于 LLM 的 CVE 漏洞知识图谱构建与分析:针对网络协议相关的 CVE 漏洞,设计 Prompt,利用大语言模型作为“智能解析器”,从非结构化的 CVE 描述中自动抽取关键实体和关系。将抽取出的实体和关系导入图数据库,构建一个可视化的物联网漏洞知识图谱。 🔗点击访问项目地址

Results

找到 1 条相似帖子

搜索 #tfdeploy

当前筛选 #tfdeploy清除筛选
djangoproject

@djangoproject · Post #274 · 2017/03/18 01:48

https://github.com/riga/tfdeploy Google's TensorFlow framework is taking off big-time now that it's at a full 1.0 release. One common question about it: How can I make use of the models I train in TensorFlow without using TensorFlow itself? #Tfdeploy is a partial answer to that question. It exports a trained TensorFlow model to "a simple #NumPy-based callable," meaning the model can be used in Python with Tfdeploy and the the NumPy math-and-stats library as the only dependencies. Most of the operations you can perform in TensorFlow can also be performed in Tfdeploy, and you can extend the behaviors of the library by way of standard Python metaphors (such as overloading a class). Now the bad news: Tfdeploy doesn't support GPU acceleration, if only because NumPy doesn't do that. Tfdeploy's creator suggests using the gNumPy project as a possible replacement. #Machine_learning