IronSpiderMan / MachineLearningPractice
机器学习实战案例,涉及机器学习、深度学习等各个方向。每个案例代码量在百行左右。
☆199Updated last year
Alternatives and similar repositories for MachineLearningPractice:
Users that are interested in MachineLearningPractice are comparing it to the libraries listed below
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆127Updated 8 months ago
- 这个项目是一个Jupyter notebook的集合,专门用于学习和探索LangChain框架。☆389Updated last year
- 提供了一种gpt大模型平替解决方案实现利用非gpt大模型去使用Graphrag,支持多类型大模型如本地大模型(Ollama)、阿里云通义千问、百度文心千帆、智谱ChatGML、讯飞星火认知、Ollama、Moonshot AI、Google Gemini等。示例代码使用阿里…☆305Updated 5 months ago
- qwen ai agent☆130Updated last year
- 手把手带你从0到1实现大模型agent☆115Updated 10 months ago
- 一个基于langchain实现RAG的简单示例☆478Updated 3 weeks ago
- 基于chatglm3-6b模型的lora方法的微调