本系列代码主要是作者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
- 该资源主要总结AI文本挖掘、知识发现、数据挖掘、图书情报和知识图谱相关论文。重点以国内和国外优秀论文为主,希望能帮助到大家,也欢迎大家补充。☆21Oct 9, 2021Updated 4 years ago
- 当人工智能遇上安全系列博客及开源代码分享,希望您喜欢~☆19May 20, 2024Updated 2 years ago
- 该资源为杨秀璋作者《Python网络数据爬取及分析从入门到精通(爬取篇)》书籍所有源代码,包括Python基础、网络爬虫基础、Urllib、BeautifulSoup、Selenium、在线百科抓取、豆瓣抓取、微博抓取等内容。所有代码已修改为Python3实现,希望对您有所…☆19Aug 10, 2021Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 基于长短记忆型递归神经网络的水质预测模型☆11Aug 11, 2018Updated 7 years ago
- 为了更好地管理博客文章,分享更好的知识,该系列资源为作者CSDN博客的备份文件。本资源为作者Python数据挖掘课程系列,主要是作者《数据挖掘》、《大数据分析及技术》等课程分享的内容,涉及Python基础知识、网络爬虫、聚类、分类、回归、情感分析、可视化分析等知识,基础性文…☆23Mar 14, 2020Updated 6 years ago
- 该资源为作者AI安全相关论文的分享知识,包括PPT和PDF版本及原文,希望对您有所帮助。加油~☆32Jan 9, 2025Updated last year
- This resource mainly counts papers related to APT attacks, including APT traceability, APT knowledge graph construction, APT malicious sa…☆223Apr 30, 2024Updated 2 years ago
- 该资源是作者收集各种类型CTF比赛的常用工具,包括Web、RE、Misc、Crypto、PWN、IOT等方向,非常适合安全初学者。希望对您有所帮助,也欢迎大家补充~☆13Aug 25, 2024Updated last year
- Pytorch-BERT-CRF-NER;Chinese-Named-Entity-Recognition☆47Jun 5, 2021Updated 4 years ago
- 该资源为作者CTF学习Web类型题目解题思路,希望对您有所帮助~☆12Jun 13, 2020Updated 5 years ago
- ☆14May 16, 2022Updated 4 years ago
- 多因子打分选股☆13Jan 12, 2022Updated 4 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 本项目为时间序列预测项目,主要重点在于对预测项目整体流程的梳理总结,不同框架下如何进行简单数据处理和模型搭建。因此项目中搭建的主要为一些常用模型(后续会不断修改完善)。模型包含了prophet模型、keras库的bp神经网络和lstm网络模型、pytorch …☆26Apr 6, 2023Updated 3 years ago
- 该资源是作者《Python从零到壹》系列文章的对应代码,该系列包括200篇原创博客,涉及基础语法、网络爬取、大数据分析、机器学习、图像处理、人工智能、文本挖掘、图像识别等领域。希望打造一个高质量的Python Family系列,帮助更多初学者,感谢您的点赞~☆215Sep 19, 2023Updated 2 years ago
- 该资源为作者Eastmount在CSDN《Python图像处理》专栏系列分享的全文知识,只要为PDF文件,只希望帮助更多人学习Python图像处理。不负遇见,不负韶华,加油~☆48Aug 10, 2021Updated 4 years ago
- 该资源为恶意代码检测相关的论文或文章总结,包括作者撰写的恶意代码与机器学习、深度学习相关博客,希望对您有所帮助~☆15Jul 25, 2020Updated 5 years ago
- 该资源主要复现了WannCry勒索病毒过程,包括对应的资源、文章和勒索病毒。希望对您有所帮助~☆107Sep 1, 2021Updated 4 years ago
- 贵州大学“水纹智识·灵境孪生”项目,由杨秀璋团队指导,在冯静、罗恩瑞、郭春山、李灿灿等努力下共同推进。该资源将应用人工智能技术研究水族文化、文字和古籍,已有多所高校参与。为更好的抢救和保护濒危水族文字和非物质文化遗产,作者申请并开源了该项目,主要通过人工智能技术识别水书,构…☆52Jun 30, 2025Updated 10 months ago
- 这资源是作者复现微软签字证书漏洞CVE-2020-0601,结合相关资源及文章实现。推荐大家结合作者博客,理解ECC算法、Windows验证机制,并尝试自己复现可执行文件签名证书和HTTPS劫持的例子。作为网络安全初学者,自己确实很菜,但希望坚持下去,加油!☆30Feb 17, 2020Updated 6 years ago
- 比赛中的通用方法和模板☆17Sep 8, 2020Updated 5 years ago
- 斗破苍穹小说的新词发现☆13May 12, 2022Updated 4 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 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
- AI-native ERP core: GL, AR/AP, inventory, selling, buying, HR, payroll + module installer. ~400 actions.☆39May 11, 2026Updated last week
- MR project investigating the mediating role of mammographic density in the childhood body size and breast cancer relationship☆11May 14, 2024Updated 2 years ago
- mesa package for Methylation Enrichment Sequencing Analysis☆16Updated this week
- FOR my learing☆12Feb 19, 2026Updated 3 months ago
- Model-based analysis of APA using 3' end-linked reads☆12Aug 14, 2021Updated 4 years ago
- Implemented the paper Kinlaw, W., Kritzman, M., & Turkington, D. (2019). Crowded trades: Implications for sector rotation and factor timi…☆22Mar 18, 2021Updated 5 years ago
- MPU6050 MQTT based intrusion detection system☆11Jul 29, 2019Updated 6 years ago
- 多因子选股框架☆27Dec 9, 2020Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Python library containing code and patterns for building interactive inference systems.☆12Feb 28, 2025Updated last year
- 该资源为作者在CSDN的撰写Python数据挖掘和数据分析文章的支撑,主要是Python实现数据挖掘、机器学习、文本挖掘等算法代码实现,希望该资源对您有所帮助,一起加油。☆137Mar 25, 2021Updated 5 years ago
- ☆15Nov 11, 2020Updated 5 years ago
- 该资源为恶意代码检测与识别的相关链接汇总,希望对您有所帮助!☆21Jun 27, 2020Updated 5 years ago
- A Redis Desktop Manager powered by Rust、Tauri、Vite、Typescript、React、Mobx、ant-design、tailwindcss with beautiful UI☆10Jan 4, 2025Updated last year
- 为了更好地管理博客文章,分享更好的知识,该系列资源为作者CSDN博客的备份文件。本资源为网络安全自学篇,包括作者安全工具利用、Web渗透、系统安全、CVE漏洞复现、安全论文及会议等知识,希望对您有所帮助!一起加油。☆533Apr 24, 2024Updated 2 years ago
- Learning the ttgo LoRa32 OLED☆12Apr 8, 2019Updated 7 years ago