中国地质大学(武汉)计算机学院《人工智能导论》期末课设。包含五个问题:1. 随机重启爬山法、最小冲突法和遗传算法求解N皇后;2. 实现 Wumpus World 游戏;3. a-b 剪枝法实现井字棋游戏;4.粒子群法求解函数极小值;5.遗传算法求解函数极大值
☆23Jan 14, 2021Updated 5 years ago
Alternatives and similar repositories for CUG-Introduction-to-Artificial-Intelligence
Users that are interested in CUG-Introduction-to-Artificial-Intelligence are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 研究生作业 人工智能作业: knn算法、sklearn库实现全连接网络、纯numpy实现全连接网络 高级程序设计作业: 广义tsp问题 (模拟退火、禁忌搜索、遗传算法、蚁群算法)☆13Dec 8, 2020Updated 5 years ago
- 地大开源作业库☆23Apr 27, 2020Updated 6 years ago
- 中国地质大学(武汉)计算机科学与技术-资料汇总☆129Jul 6, 2021Updated 4 years ago
- Use the Moravec operator + correlation coefficient algorithm for image feature point matching. The Python code performs automatic recogni…☆10Sep 21, 2020Updated 5 years ago
- 基于Dijkstra算法的武汉地铁路径规划☆10Jul 1, 2022Updated 3 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.
- 陈克明《动态多智能算法及其在物流配送系统中的应用研究》中的遗传-粒子群算法复现☆12Jan 24, 2023Updated 3 years ago
- 运钞车路径规划(蚁群算法VRPSD)☆13Jun 24, 2019Updated 6 years ago
- 武大遥感院2021年计算机图形学实习,包括图形生成:DDA直线,中点直线,Bresenham圆,正负法圆,Bezier曲线,B样条曲线,Hermite曲线;图形变化:平移,旋转,缩放,对称;图形填充:扫描线填充,边缘填充,种子填充;图形裁剪:Cohen-Sutherland…☆41Apr 9, 2022Updated 4 years ago
- 模拟退火算法改进项目(the Improvement of Simulated Annealing Algorithm)&&“智能计算”期末报告☆14May 17, 2023Updated 3 years ago
- 基于 C++ 实现爬山法,模拟退火算法,遗传算法 求解N皇后问题☆20Apr 9, 2020Updated 6 years ago
- Optimal piecewise linear approximation package for the Julia programming language☆25Jul 22, 2025Updated 10 months ago
- 一个利用ANN(人工神经网络)和GA(遗传算法)实现污水排放溯源的个人项目。☆17Oct 30, 2020Updated 5 years ago
- 智能计算课程作业:粒子群优化算法,遗传算法,蚁群算法☆15Feb 26, 2019Updated 7 years ago
- 对输入的图像(含有人脸)进行模糊或像素化处理☆10Jan 9, 2021Updated 5 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 五子棋人机博弈,极大极小值,剪枝,启发式搜索☆10Nov 7, 2020Updated 5 years ago
- 程序员职业病☆12Apr 26, 2020Updated 6 years ago
- A repository made to host something like a tiny framework to apply heuristics and metaheuristics to the multidimensional knapsack problem…☆10Aug 16, 2015Updated 10 years ago
- 摄影测量实习之五种基本图像匹配算法☆19Jul 7, 2017Updated 8 years ago
- Tiny Distributed File System, simple implementation of HDFS/GFS.☆10Nov 19, 2019Updated 6 years ago
- This repository contains the code for the paper “Neuro-Symbolic Query Compiler”, accepted to the Findings of ACL 2025.☆17Oct 20, 2025Updated 7 months ago
- 复现论文算法RODDPSO+K-Means,用优化的粒子群算法对K-Means算法求初始的簇心,以达到优化聚类算法的目的☆17Jan 18, 2021Updated 5 years ago
- The relevant codes of our work "Enhancing Robustness and Transmission Performance of Heterogeneous Complex Networks via Multi-Objective O…☆13May 30, 2022Updated 4 years ago
- AllenNLP Startup Guide☆14Apr 21, 2023Updated 3 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 基于DCMTK和OpenGL的dicom viewer(pacs和阅片功能)☆32Feb 11, 2017Updated 9 years ago
- Source code for the Energy-Latency Attacks via Sponge Poisoning paper.☆15Mar 14, 2022Updated 4 years ago
- 多智能体即时策略对抗方法与实践 苏炯铭 刘鸿福 陈少飞 项凤涛 编著 科学出版社 2019.11 随书代码☆31Nov 17, 2020Updated 5 years ago
- 实现教室内座位的自动识别和标注,基于openCV和python 3.5☆13Mar 19, 2018Updated 8 years ago
- 大学阶段值得纪念的代码,见证了我的成长过程。All my valuable homework during college life which witnessed my growing.☆14Aug 15, 2020Updated 5 years ago
- Simple Distributed File System☆12Dec 31, 2021Updated 4 years ago
- 算法设计与分析(屈婉玲)配套视频的代码讲解☆15Aug 4, 2020Updated 5 years ago
- 基于演化计算方法的旅行商问题求解,以中国34个城市为例,具体通过遗传进化算法、粒子群优化算法、蚁群优化算法和差分进化算法来实现。☆27Dec 1, 2022Updated 3 years ago
- 利用CUDA加速阵列雷达成像过程, 使用MIMO阵列雷达对近场空间做2D和3D BP成像, 本项目只涉及后端算法处理,测试中加速比达到10☆22May 21, 2025Updated last year
- 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.
- Compilation Principle course assignment of HDU☆15Apr 22, 2022Updated 4 years ago
- Exploring Few-Shot Adaptation of Language Models with Tables☆24Aug 22, 2022Updated 3 years ago
- JavaWeb期末项目: BBS论坛系统前端界面☆12Jun 19, 2018Updated 7 years ago
- personal practice,个人练习项目,包括:在ID3的基础上增加了可视化决策树、实现了weka中text转arff格式☆29Jan 21, 2019Updated 7 years ago
- this repository is a Influence Maximization tools kit, including Classic methods and algorithms for papers in recent years. Hopes to fill…☆25May 29, 2020Updated 6 years ago
- Lexical-Analyzer-Syntactic-Analyzer By C++ 编译原理:C++实现的词法分析器和语法分析器☆16Dec 28, 2020Updated 5 years ago
- B站动态转发抽奖☆34Jan 25, 2019Updated 7 years ago