Stars
AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画,Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。
芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。
AI模型聚合管理中转分发系统,一个应用管理您的所有AI模型,支持将多种大模型转为统一格式调用,支持OpenAI、Claude、Gemini等格式,可供个人或者企业内部管理与分发渠道使用。🍥 The next-generation LLM gateway and AI asset management system supports multiple languages.
基于 SSM 的银行贷款管理系统是银行贷款业务的高效助手。它能对贷款客户信息进行全面管理,精准记录客户资料、信用状况等。支持贷款申请、审批、发放等全流程操作,各环节清晰可查,提高审批效率与准确性。具备风险评估功能,实时监测贷款风险,及时预警。还能生成详细报表,为银行决策提供数据支撑。同时,系统保障数据安全,操作简便,优化了银行贷款业务流程,提升管理水平与服务质量,降低运营风险。
基于Python的金融分析与风险管理(第二版) 代码
sentiment analysis with chinese and english(LSTM). 通过LSTM实现中英文语句情感分析,来判断消极还是积极。
Paper notes: Linguistically Regularized LSTM for Sentiment Classification
A fast text sentiment analysis program currently supports English and Chinese. 一个快速实现文本情感分析的程序,目前支持英文和中文。
This Python code solves the Vehicle Routing Problem (VRP) using Tabu Search, aiming to find an optimal solution for routing a fleet of vehicles to service customers within certain constraints.
Tabu search algorithm with high parallelism to solve optimization problems
Optimization problem solving: genetic algorithm, ant colony algorithm, tabu search algorithm, simulated annealing algorithm, particle swarm optimization
一个python脚本,把禁忌搜索求解TSP的过程可视化出来,并允许用户用ui调参 A .py script that visualized the process of tabu search on solving TSP,allowing user to adjust parameters with ui.
启发式算法包括动态规划(DP) 、遗传算法(GA)、 粒子群算法(PSO)、 模拟退火算法(SA) 、蚁群算法(ACO)、 自适应神经网络(SOM) 、禁忌搜索算法(TS)
Python implementation of Tabu Search (TB), Genetic Algorithm (GA), and Simulated Annealing (SA) solving Travelling Salesman Problem (TSP). Term project of Intelligent Optimization Methods, UCAS cou…
使用四种基本启发式算法(模拟退火、禁忌搜索、遗传算法与蚁群算法)求解广义旅行商(广义TSP/GTSP)问题。
TSP算法全复现:遗传(GA)、粒子群(PSO)、模拟退火(SA)、禁忌搜索(ST)、蚁群算法(ACO)、自自组织神经网络(SOM)