搜索资源列表
PSO.rar
- 浙江大学宁波理工学院计算机系设计的粒群优化算法研究程序,Swarm Optimization procedure designed by Zhejiang University, Ningbo Institute of Technology Department of Computer Science tablets .
51ppt_077
- 人工智能(Artificial Intelligence) ,英文缩写为AI。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。 人工智能是计算机科学的一个分支,它企图了解智能的实质,并生产出一种新的能以人类智能相似的方式做出反应的智能机器. -Artificial Intelligence (Artificial Intelligence), the English abbreviation for the AI . It
gac++code
- *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Based on Genetic Algorithm */ /* 同济大学计算机系 王小平 2000年5月 -********************//* Genetic Algorithm Based Artificial Life Simulation AL_GA.C*//* An Artificial Li
recursionAndrecursion
- 山东师范大学计算机系《算法设计与分析》授课资料,讲解递归与分治策略,很全面,推荐。-Department of Computer Science, Shandong Normal University, "Algorithm Design and Analysis of" the medium of instruction information, and division on the recursive strategy, it is fully recommended.
Tutorial_Slides_by_Andrew_Moore
- 卡内基梅隆大学计算机系Andrew Moore教授有关人工智能算法的讲义和演讲稿,主要是模式识别方面的内容。-Andrew Moore Carnegie Mellon University computer science professor lecture about artificial intelligence algorithms and speeches, mainly pattern recognition aspects.
Applied_Data_Mining
- 《实用数据挖掘》 本书对面向应用的数据挖掘方法进行了清晰的阐述,包括经典的多元统计方法、贝叶斯多元统计方法、基于机器学习的数据挖掘方法和基于计算的数据挖掘方法等。介绍了数据挖掘领域中许多最新的研究成果,如关联规则、序列规则、图示马尔可夫模型、基于存储的推理、信用风险和Web挖掘等。并详细介绍了选自实际工业项目的6个应用实例,强调了数据挖掘方法的实用性。 本书主要面向计算机科学、信息管理、应用统计学和经济学等专业的高年级本科生和研究生。对实际从事海量数据分析和处理的技术人员也有很好的指导作用和
GATE.Computer.Science.Engineering.Study.Material.
- gate materiAL FOR B.TECH STUDENTS
Machine-Learning-Materials
- 北航计算机学院研究生机器学习课程讲义,涵盖了机器学习领域大部分内容,如SVM、EM、boosting等。深入浅出,易于自学-Beihang University Graduate School of Computer Science Machine Learning Lecture Notes, covering most of machine learning, such as SVM, EM, boosting and so on. Easy to understand and self-l
Computer-vision-based-lpr-System
- 计算机视觉是一门研究如何使机器“看”的科学,更进一步的说,就是是指用摄影机和电脑代替人眼对目标进行识别、跟踪和测量等机器视觉,并进一步做图形处理,用电脑处理成为更适合人眼观察或传送给仪器检测的图像。作为一个科学学科,计算机视觉研究相关的理论和技术,试图建立能够从图像或者多维数据中获取‘信息’的人工智能系统。这里所 指的信息指Shannon定义的,可以用来帮助做一个“决定”的信息。因为感知可以看作是从感官信号中提 取信息,所以计算机视觉也可以看作是研究如何使人工系统从图像或多维数据中“感知”的科学
Game-Algorithms
- 博弈算法,ACM竞赛经典试题, 对计算机专业的同学很有帮助啊~-Game algorithm, ACM contest the classic questions, useful for computer science students ah ~
MathSolve
- 北京航空航天大学 计算机学院离散数学习题解答——doc-Beijing University of Aeronautics and Astronautics School of Computer Science Discrete Mathematics Problem Solving
DataMiningConceptsand-Techniques1
- 数据挖掘概念与技术——韩家炜 个人认为学习数据挖掘比较好的一般书,是美籍华人韩家炜教授著作,对算法讲解清晰-Data Mining: Concepts and Techniques Jiawei Han and Micheline Kamber Department of Computer Science University of Illinois at Urbana-Champaign
DataMiningConceptsand-Techniques2
- 数据挖掘概念与技术——韩家炜 个人认为学习数据挖掘比较好的一般书,是美籍华人韩家炜教授著作,对算法讲解清晰-Data Mining: Concepts and Techniques Jiawei Han,Department of Computer Science, University of Illinois at Urbana-Champaign. website:www.cs.uiuc.edu/~hanj
DataMiningConceptsand-Techniques3
- 数据挖掘概念与技术——韩家炜 个人认为学习数据挖掘比较好的一般书,是美籍华人韩家炜教授著作,对算法讲解清晰-Data Mining: Concepts and Techniques Jiawei Han,Department of Computer Science, University of Illinois at Urbana-Champaign. website:www.cs.uiuc.edu/~hanj
data-mining-technology
- 数据挖掘是知识发现过程的一个基本步 骤。KDD是一门交叉学科,它涉及统计学、数据库技术、计算机科学、模式识别、人工智能、机器学习等多个学科。 -Data mining is a fundamental step in the knowledge discovery process. KDD is an interdisciplinary, it involves statistics, database technology, computer science, pattern reco
K-mean
- 聚类分析的目标就是在相似的基础上收集数据来分类。聚类源于很多领域,包括数学,计算机科学,统计学,生物学和经济学。-Cluster analysis the goal is to collect data on the basis of similar classification. Cluster from many fields, including mathematics, computer science, statistics, biology and economics.
Simple-Clustering
- ICA Clustering In computer science, Imperialist Competitive Algorithm (ICA)[1] is a computational method that is used to solve optimization problems of different types. Like most of the methods in the area of evolutionary computation, ICA does n
suanfafenxi
- 算法分析是对一个算法需要多少计算时间和存储空间作定量的分析。 算法(Algorithm)是解题的步骤,可以把算法定义成解一确定类问题的任意一种特殊的方法。在计算机科学中,算法要用计算机算法语言描述,算法代表用计算机解一类问题的精确、有效的方法。算法+数据结构=程序,求解一个给定的可计算或可解的问题,不同的人可以编写出不同的程序,来解决同一个问题,这里存在两个问题:一是与计算方法密切相关的算法问题;二是程序设计的技术问题。算法和程序之间存在密切的关系。分析算法可以预测这一算法适合在什么样的环境中有
the-engine-of-logic
- 文章是简单的介绍的计算机行业的最初发展情况-The paper is a good decrible original development of computer science industry
xzljyj
- 图论是数学的一个重要的分支,它以图为研究对象,研究定点和变组成的图形的数学理论和方法,而且现在图论在计算机科学中也扮演着及其重要的角色。宽度优先算法能解决图论中的许多问题,其中之一就是寻找图中所有连接元件。-Number theory is an important branch of mathematics, it Pictured research object, fixed point math theory and method of varying the composition an
