本系列代码主要是作者Python人工智能之Keras的系列博客,涉及回归神经网络、CNN、RNN、LSTM等内容。基础性代码,希望对您有所帮助。
☆69Mar 22, 2025Updated last year
Alternatives and similar repositories for AI-for-Keras
Users that are interested in AI-for-Keras are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 本系列代码主要是作者Python人工智能之TensorFlow的系列博客,涉及回归神经网络、CNN、RNN、TensorFboard等内容。基础性代码,希望对您有所帮助。☆106Apr 7, 2025Updated last year
- 该资源为杨秀璋作者《Python网络数据爬取及分析从入门到精通(分析篇)》书籍所有源代码,包括可视化分析、聚类分析、回归分析、分类分析、词云和LDA分析等内容。所有代码已修改为Python3实现,希望对您有所帮助,一起加油。☆11Aug 12, 2021Updated 4 years ago
- 该资源详细介绍Powershell脚本混淆、解混淆、抽象语法树提取、token提取、恶意性检测等内容,希望对您有所帮助!☆21May 4, 2022Updated 3 years ago
- 该资源主要是作者翻译各大安全 厂商的APT报告,希望对您有所帮助。☆20Nov 23, 2020Updated 5 years ago
- 该资源主要总结AI文本挖掘、知识发现、数据挖掘、图书情报和知识图谱相关论文。重点以国内和国外优秀论文为主,希望能帮助到大家,也欢迎大家补充。☆21Oct 9, 2021Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 该资源主要为基本安全软件,主要方便大家☆17Mar 18, 2020Updated 6 years ago
- 当人工智能遇上安全系列博客及开源代码分享,希望您喜欢~☆19May 20, 2024Updated last year
- 该资源为杨秀璋作者《Python网络数据爬取及分析从入门到精通(爬取篇)》书籍所有源代码,包括Python基础、网络爬虫基础、Urllib、BeautifulSoup、Selenium、在线百科抓取、豆瓣抓取、微博抓取等内容。所有代码已修改为Python3实现,希望对您有所…☆19Aug 10, 2021Updated 4 years ago
- 为了更好地管理博客文章,分享更好的知识,该系列资源为作者CSDN博客的备份文件。本资源为作者Python数据挖掘课程系列,主要是作者《数据挖掘》、《大数据分析及技术》等课程分享的内容,涉及Python基础知识、网络爬虫、聚类、分类、回归、情感分析、可视化分析等知识,基础性文…☆23Mar 14, 2020Updated 6 years ago
- 该资源主要讲解逆向分析基础知识,包括OllyDbg和IDA Pro工具的利用,希望对您有所帮助~☆31May 13, 2020Updated 5 years ago
- 该资源为作者CTF学习Web类型题目解题思路,希望对您有所帮助~☆12Jun 13, 2020Updated 5 years ago
- 该资源为中国蚁剑,包括Windows和Kali两个版本及安全教程。希望对您有所帮助~☆12Jun 5, 2020Updated 5 years ago
- Code to use and evaluate Probabilistic Diffusion Models for SAR and InSAR Satellite imagery☆24Oct 2, 2023Updated 2 years ago
- 通过示例阐述如何使用pycrfsuite☆10Nov 7, 2016Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Python package to deal with PAN corpora and extract stylometric features from text documents.☆15Nov 11, 2022Updated 3 years ago
- IRESfinder is a python package for the identification of RNA internal ribosome entry site in eukaryotic cell☆20Aug 27, 2021Updated 4 years ago
- 本项目为时间序列预测项目,主要重点在于对预测项目整体流程的梳理总结,不同框架下如何进行简单数据处理和模型搭建。因此项目中搭建的主要为一些常用模型(后续会不断修改完善)。模型包含了prophet模型、keras库的bp神经网络和lstm网络模型、pytorch …☆26Apr 6, 2023Updated 3 years ago
- 该资源是作者《Python从零到壹》系列文章的对应代码,该系列包括200篇原创博客,涉及基础语法、网络爬取、大数据分析、机器学习、图像处理、人工智能、文本挖掘、图像识别等领域。希望打造一个高质量的Python Family系列,帮助更多初学者,感谢您的点赞~☆214Sep 19, 2023Updated 2 years ago
- “谛听”(discern)资产识别分析平台,一个简化版的物联网设备信息安全搜索引擎,IOT—Scanner的迭代优化版本。目前集成了主机发现、端口扫描、设备识别、漏洞匹配、poc验证等功能。☆17Feb 6, 2021Updated 5 years ago
- 该资源为作者Eastmount在CSDN《Python图像处理》专栏系列分享的全文知识,只要为PDF文件,只希望帮助更多人学习Python图像处理。不负遇见,不负韶华,加油~☆48Aug 10, 2021Updated 4 years ago
- implement of LSTM+CRF with pytorch☆43Jul 9, 2020Updated 5 years ago
- 该资源为恶意代码检测相关的论文或文章总结,包括作者撰写的恶意代码与机器学习、深度学习相关博客,希望对您有所帮助~☆15Jul 25, 2020Updated 5 years ago
- 这资源是作者复现微软签字证书漏洞CVE-2020-0601,结合相关资源及文章实现。推荐大家结合作者博客,理解ECC算法、Windows验证机制,并尝试自己复现可执行文件签名证书和HTTPS劫持的例子。作为网络安全初学者,自己确实很菜,但希望坚持下去,加油!☆30Feb 17, 2020Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Python script for regression of multivariable LSTM neural network.☆11Jun 26, 2021Updated 4 years ago
- 比赛中的通用方法和模板☆16Sep 8, 2020Updated 5 years ago
- 监控公司网站的URL,是否符合预期,如不符发邮件报警☆11Nov 18, 2021Updated 4 years ago
- 斗破苍穹小说的新词发现☆13May 12, 2022Updated 3 years ago
- ☆15Feb 15, 2018Updated 8 years ago
- SEGNet is an open-source application for segmenting and rendering bone from CT scans. The main idealogy behind this application is to hel…☆12Oct 7, 2020Updated 5 years ago
- Setting goals using Prophet forecast models in R☆11Jan 3, 2019Updated 7 years ago
- MR project investigating the mediating role of mammographic density in the childhood body size and breast cancer relationship☆11May 14, 2024Updated last year
- FOR my learing☆12Feb 19, 2026Updated 2 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Model-based analysis of APA using 3' end-linked reads☆12Aug 14, 2021Updated 4 years ago
- Activity-centric Scene Synthesis for Functional 3D Scene Modeling☆16Sep 6, 2015Updated 10 years ago
- Python library containing code and patterns for building interactive inference systems.☆12Feb 28, 2025Updated last year
- Facial auto-rig. A description and video on web site:☆12May 1, 2019Updated 6 years ago
- ☆42May 25, 2023Updated 2 years ago
- 该资源为恶意代码检测与识别的相关链接汇总,希望对您有所帮助!☆21Jun 27, 2020Updated 5 years ago
- 为了更好地管理博客文章,分享更好的知识,该系列资源为作者CSDN博客的备份文件。本资源为网络安全自学篇,包括作者安全工具利用、Web渗透、系统安全、CVE漏洞复现、安全论文及会议等知识,希望对您有所帮助!一起加油。☆532Apr 24, 2024Updated 2 years ago