计算智能:Computational Intelligence: Concepts to Implementations

计算智能:Computational Intelligence: Concepts to Implementations
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: (Russell C.Eberhart) , (Yuhui Shi)
2009-02
版次: 1
ISBN: 9787115194039
定价: 69.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 467页
字数: 586千字
正文语种: 英语
19人买过
  • 《计算智能:从概念到实现(英文版)》面向智能系统学科的前沿领域,系统地讨论了计算智能的理论、技术及其应用,比较全面地反映了计算智能研究和应用的最新进展。书中涵盖了模糊控制、神经网络控制、进化计算以及其他一些技术及应用的内容。《计算智能:从概念到实现(英文版)》提供了大量的实用案例,重点强调实际的应用和计算工具,这些对于计算智能领域的进一步发展是非常有意义的。《计算智能:从概念到实现(英文版)》取材新颖,内容深入浅出,材料丰富,理论密切结合实际,具有较高的学术水平和参考价值。
    《计算智能:从概念到实现(英文版)》可作为高等院校相关专业高年级本科生或研究生的教材及参考用书,也可供从事智能科学、自动控制、系统科学、计算机科学、应用数学等领域研究的教师和科研人员参考。 RussellC.Eberhart,普度大学电子与计算机工程系主任,IEEE会士。与JamesKennedy共同提出了粒子群优化算法。曾任IEEE神经网络委员会的主席。除了本书之外。他还著有《群体智能》(影印版由人民邮电出版社出版)等。
    YuhuiShi(史玉回),国际计算智能领域专家,现任JournalofSwarmIntelligence编委,IEEECIS群体智能任务组主席,西交利物浦大学电子与电气工程系教授。1992年获东南大学博士学位,先后在美国、韩国、澳大利亚等地从事研究工作,曾任美国电子资讯系统公司专家长达9年。他还是《群体智能》一书的作者之一。 chapteroneFoundations
    Definitions
    BiologicalBasisforNeuralNetworks
    Neurons
    BiologicalversusArtificialNeuralNetworks
    BiologicalBasisforEvolutionaryComputation
    Chromosomes
    BiologicalversusArtificialChromosomes
    BehavioralMotivationsforFuzzyLogic
    MythsaboutComputationalIntelligence
    ComputationalIntelligenceApplicationAreas
    NeuralNetworks
    EvolutionaryComputation
    FuzzyLogic
    Summary
    Exercises

    chaptertwoComputationalIntelligence
    Adaptation
    AdaptationversusLearning
    ThreeTypesofAdaptation
    ThreeSpacesofAdaptation
    Self-organizationandEvolution
    EvolutionbeyondDarwin
    HistoricalViewsofComputationalIntelligence
    ComputationalIntelligenceasAdaptationandSelf-organization
    TheAbilitytoGeneralize
    ComputationalIntelligenceandSoftComputingversusArtificialIntelligenceandHardComputing
    Summary
    Exercises

    chapterthreeEvolutionaryComputationConceptsandParadigms
    HistoryofEvolutionaryComputation
    GeneticAlgorithms
    EvolutionaryProgramming
    EvolutionStrategies
    GeneticProgramming
    ParticleSwarmOptimization
    TowardUnification
    EvolutionaryComputationOverview
    ECParadigmAttributes
    Implementation
    GeneticAlgorithms
    OverviewofGeneticAlgorithms
    ASampleGAProblem
    ReviewofGAOperationsintheSimpleExample
    SchemataandtheSchemaTheorem
    CommentsonGeneticAlgorithms
    EvolutionaryProgramming
    EvolutionaryProgrammingProcedure
    FiniteStateMachineEvolutionforPrediction
    FunctionOptimization
    CommentsonEvolutionaryProgramming
    EvolutionStrategies
    Selection
    KeyIssuesinEvolutionStrategies
    GeneticProgramming
    ParticleSwarmOptimization
    Developments
    Resources
    Summary
    Exercises

    chapterfourEvolutionaryComputationImplementations
    ImplementationIssues
    HomogeneousversusHeterogeneousRepresentation
    PopulationAdaptationversusIndividualAdaptation
    StaticversusDynamicAdaptation
    FlowchartsversusFiniteStateMachines
    HandlingMultipleSimilarCases
    AllocatingandFreeingMemorySpace
    ErrorChecking
    GeneticAlgorithmImplementation
    ProgrammingGeneticAlgorithms
    RunningtheGAImplementation
    ParticleSwarmOptimizationImplementation
    ProgrammingthePSOImplementation
    ProgrammingtheCo-evolutionaryPSO
    RunningthePSOImplementation
    Summary
    Exercises

    chapterfiveNeuralNetworkConceptsandParadigms
    NeuralNetworkHistory
    WhereDidNeuralNetworksGetTheirName?
    TheAgeofCamelot
    TheDarkAge
    TheRenaissance
    TheAgeofNeoconnectionism
    TheAgeofComputationalIntelligence
    WhatNeuralNetworksAreandWhyTheyAreUseful
    NeuralNetworkComponentsandTerminology
    Terminology
    InputandOutputPatterns
    NetworkWeights
    ProcessingElements
    ProcessingElementActivationFunctions
    NeuralNetworkTopologies
    Terminology
    Two-layerNetworks
    MultilayerNetworks
    NeuralNetworkAdaptation
    Terminology
    HebbianAdaptation
    CompetitiveAdaptation
    MultilayerErrorCorrectionAdaptation
    SummaryofAdaptationProcedures
    ComparingNeuralNetworksandOtherInformationProcessingMethods
    StochasticApproximation
    KalmanFilters
    LinearandNonlinearRegression
    Correlation
    BayesClassification
    VectorQuantization
    RadialBasisFunctions
    ComputationalIntelligence
    Preprocessing
    SelectingTraining,Test,andValidationDatasets
    PreparingData
    Postprocessing
    DenormalizationofOutputData
    Summary
    Exercises

    chaptersixNeuralNetworkImplementations
    ImplementationIssues
    Topology
    Back-propagationNetworkInitializationandNormalization
    LearningVectorQuantizerNetworkInitializationandNormalization
    FeedforwardCalculationsfortheBack-propagationNetwork
    FeedforwardCalculationsfortheLVQ-INet
    Back-propagationSupervisedAdaptationbyErrorBack-propagation
    LVQUnsupervisedAdaptationCalculations
    TheLVQSupervisedAdaptationAlgorithm
    IssuesinEvolvingNeuralNetworks
    AdvantagesandDisadvantagesofPreviousEvolutionaryApproaches
    EvolvingNeuralNetworkswithParticleSwarmOptimization
    Back-propagationImplementation
    ProgrammingaBack-propagationNeuralNetwork
    RunningtheBack-propagationImplementation
    TheKohonenNetworkImplementations
    ProgrammingtheLearningVectorQuantizer
    RunningtheLVQImplementation
    ProgrammingtheSelf-organizingFeatureMap
    RunningtheSOFMImplementation
    EvolutionaryBack-propagationNetworkImplementation
    ProgrammingtheEvolutionaryBack-propagationNetwork
    RunningtheEvolutionaryBack-propagationNetwork
    Summary
    Exercises

    chaptersevenFuzzySystemsConceptsandParadigms
    History
    FuzzySetsandFuzzyLogic
    Logic,FuzzyandOtherwise
    FuzzinessIsNotProbability
    TheTheoryofFuzzySets
    FuzzySetMembershipFunctions
    LinguisticVariables
    LinguisticHedges
    ApproximateReasoning
    ParadoxesinFuzzyLogic
    EqualityofFuzzySets
    Containment
    NOT:TheComplementofaFuzzySet
    AND:TheIntersectionofFuzzySets
    OR:TheUnionofFuzzySets
    CompensatoryOperators
    FuzzyRules
    Fuzzification
    FuzzyRulesFireinParallel
    Defuzzification
    OtherDefuzzificationMethods
    MeasuresofFuzziness
    DevelopingaFuzzyController
    WhyFuzzyControl
    AFuzzyController
    BuildingaMamdani-typeFuzzyController
    FuzzyControllerOperation
    Takagi-Sugeno-KangMethod
    Summary
    Exercises

    chaptereightFuzzySystemsImplementations
    ImplementationIssues
    FuzzyRuleRepresentation
    EvolutionaryDesignofaFuzzyRuleSystem
    AnObject-orientedLanguage:C++
    FuzzyRuleSystemImplementation
    ProgrammingFuzzyRuleSystems
    RunningtheFuzzyRuleSystem
    IrisDatasetApplication
    EvolvingFuzzyRuleSystems
    ProgrammingtheEvolutionaryFuzzyRuleSystem
    RunningtheEvolutionaryFuzzyRuleSystem
    Summary
    Exercises

    chapternineComputationalIntelligenceImplementations
    ImplementationIssues
    AdaptationofGeneticAlgorithms
    FuzzyAdaptation
    KnowledgeElicitation
    FuzzyEvolutionaryFuzzyRuleSystemImplementation
    ProgrammingtheFuzzyEvolutionaryFuzzyRuleSystem
    RunningtheFuzzyEvolutionaryFuzzyRuleSystem
    ChoosingtheBestTools
    StrengthsandWeaknesses
    ModelingandOptimization
    PracticalIssues
    ApplyingComputationalIntelligencetoDataMining
    AnExampleDataMiningSystem
    Summary
    Exercises

    chaptertenPerformanceMetrics
    GeneralIssues
    SelectingGoldStandards
    PartitioningthePatternsforTraining,Testing,andValidation
    CrossValidation
    FitnessandFitnessFunctions
    ParametricandNonparametricStatistics
    PercentCorrect
    AverageSum-squaredError
    AbsoluteError
    NormalizedError
    EvolutionaryAlgorithmEffectivenessMetrics
    Mann-WhitneyUTest
    ReceiverOperatingCharacteristicCurves
    RecallandPrecision
    OtherROC-relatedMeasures
    ConfusionMatrices
    Chi-squareTest
    Summary
    Exercises

    chapterelevenAnalysisandExplanation
    SensitivityAnalysis
    RelationFactors
    ZuradaSensitivityAnalysis
    EvolutionaryComputationSensitivityAnalysis
    HintonDiagrams
    ComputationalIntelligenceToolsforExplanationFacilities
    ExplanationFacilityRequirements
    NeuralNetworkExplanation
    FuzzyExpertSystemExplanation
    EvolutionaryComputationToolsforExplanation
    AnExampleNeuralNetworkExplanationFacility
    Summary
    Exercises
    Bibliography
    Index
    AbouttheAuthors
  • 内容简介:
    《计算智能:从概念到实现(英文版)》面向智能系统学科的前沿领域,系统地讨论了计算智能的理论、技术及其应用,比较全面地反映了计算智能研究和应用的最新进展。书中涵盖了模糊控制、神经网络控制、进化计算以及其他一些技术及应用的内容。《计算智能:从概念到实现(英文版)》提供了大量的实用案例,重点强调实际的应用和计算工具,这些对于计算智能领域的进一步发展是非常有意义的。《计算智能:从概念到实现(英文版)》取材新颖,内容深入浅出,材料丰富,理论密切结合实际,具有较高的学术水平和参考价值。
    《计算智能:从概念到实现(英文版)》可作为高等院校相关专业高年级本科生或研究生的教材及参考用书,也可供从事智能科学、自动控制、系统科学、计算机科学、应用数学等领域研究的教师和科研人员参考。
  • 作者简介:
    RussellC.Eberhart,普度大学电子与计算机工程系主任,IEEE会士。与JamesKennedy共同提出了粒子群优化算法。曾任IEEE神经网络委员会的主席。除了本书之外。他还著有《群体智能》(影印版由人民邮电出版社出版)等。
    YuhuiShi(史玉回),国际计算智能领域专家,现任JournalofSwarmIntelligence编委,IEEECIS群体智能任务组主席,西交利物浦大学电子与电气工程系教授。1992年获东南大学博士学位,先后在美国、韩国、澳大利亚等地从事研究工作,曾任美国电子资讯系统公司专家长达9年。他还是《群体智能》一书的作者之一。
  • 目录:
    chapteroneFoundations
    Definitions
    BiologicalBasisforNeuralNetworks
    Neurons
    BiologicalversusArtificialNeuralNetworks
    BiologicalBasisforEvolutionaryComputation
    Chromosomes
    BiologicalversusArtificialChromosomes
    BehavioralMotivationsforFuzzyLogic
    MythsaboutComputationalIntelligence
    ComputationalIntelligenceApplicationAreas
    NeuralNetworks
    EvolutionaryComputation
    FuzzyLogic
    Summary
    Exercises

    chaptertwoComputationalIntelligence
    Adaptation
    AdaptationversusLearning
    ThreeTypesofAdaptation
    ThreeSpacesofAdaptation
    Self-organizationandEvolution
    EvolutionbeyondDarwin
    HistoricalViewsofComputationalIntelligence
    ComputationalIntelligenceasAdaptationandSelf-organization
    TheAbilitytoGeneralize
    ComputationalIntelligenceandSoftComputingversusArtificialIntelligenceandHardComputing
    Summary
    Exercises

    chapterthreeEvolutionaryComputationConceptsandParadigms
    HistoryofEvolutionaryComputation
    GeneticAlgorithms
    EvolutionaryProgramming
    EvolutionStrategies
    GeneticProgramming
    ParticleSwarmOptimization
    TowardUnification
    EvolutionaryComputationOverview
    ECParadigmAttributes
    Implementation
    GeneticAlgorithms
    OverviewofGeneticAlgorithms
    ASampleGAProblem
    ReviewofGAOperationsintheSimpleExample
    SchemataandtheSchemaTheorem
    CommentsonGeneticAlgorithms
    EvolutionaryProgramming
    EvolutionaryProgrammingProcedure
    FiniteStateMachineEvolutionforPrediction
    FunctionOptimization
    CommentsonEvolutionaryProgramming
    EvolutionStrategies
    Selection
    KeyIssuesinEvolutionStrategies
    GeneticProgramming
    ParticleSwarmOptimization
    Developments
    Resources
    Summary
    Exercises

    chapterfourEvolutionaryComputationImplementations
    ImplementationIssues
    HomogeneousversusHeterogeneousRepresentation
    PopulationAdaptationversusIndividualAdaptation
    StaticversusDynamicAdaptation
    FlowchartsversusFiniteStateMachines
    HandlingMultipleSimilarCases
    AllocatingandFreeingMemorySpace
    ErrorChecking
    GeneticAlgorithmImplementation
    ProgrammingGeneticAlgorithms
    RunningtheGAImplementation
    ParticleSwarmOptimizationImplementation
    ProgrammingthePSOImplementation
    ProgrammingtheCo-evolutionaryPSO
    RunningthePSOImplementation
    Summary
    Exercises

    chapterfiveNeuralNetworkConceptsandParadigms
    NeuralNetworkHistory
    WhereDidNeuralNetworksGetTheirName?
    TheAgeofCamelot
    TheDarkAge
    TheRenaissance
    TheAgeofNeoconnectionism
    TheAgeofComputationalIntelligence
    WhatNeuralNetworksAreandWhyTheyAreUseful
    NeuralNetworkComponentsandTerminology
    Terminology
    InputandOutputPatterns
    NetworkWeights
    ProcessingElements
    ProcessingElementActivationFunctions
    NeuralNetworkTopologies
    Terminology
    Two-layerNetworks
    MultilayerNetworks
    NeuralNetworkAdaptation
    Terminology
    HebbianAdaptation
    CompetitiveAdaptation
    MultilayerErrorCorrectionAdaptation
    SummaryofAdaptationProcedures
    ComparingNeuralNetworksandOtherInformationProcessingMethods
    StochasticApproximation
    KalmanFilters
    LinearandNonlinearRegression
    Correlation
    BayesClassification
    VectorQuantization
    RadialBasisFunctions
    ComputationalIntelligence
    Preprocessing
    SelectingTraining,Test,andValidationDatasets
    PreparingData
    Postprocessing
    DenormalizationofOutputData
    Summary
    Exercises

    chaptersixNeuralNetworkImplementations
    ImplementationIssues
    Topology
    Back-propagationNetworkInitializationandNormalization
    LearningVectorQuantizerNetworkInitializationandNormalization
    FeedforwardCalculationsfortheBack-propagationNetwork
    FeedforwardCalculationsfortheLVQ-INet
    Back-propagationSupervisedAdaptationbyErrorBack-propagation
    LVQUnsupervisedAdaptationCalculations
    TheLVQSupervisedAdaptationAlgorithm
    IssuesinEvolvingNeuralNetworks
    AdvantagesandDisadvantagesofPreviousEvolutionaryApproaches
    EvolvingNeuralNetworkswithParticleSwarmOptimization
    Back-propagationImplementation
    ProgrammingaBack-propagationNeuralNetwork
    RunningtheBack-propagationImplementation
    TheKohonenNetworkImplementations
    ProgrammingtheLearningVectorQuantizer
    RunningtheLVQImplementation
    ProgrammingtheSelf-organizingFeatureMap
    RunningtheSOFMImplementation
    EvolutionaryBack-propagationNetworkImplementation
    ProgrammingtheEvolutionaryBack-propagationNetwork
    RunningtheEvolutionaryBack-propagationNetwork
    Summary
    Exercises

    chaptersevenFuzzySystemsConceptsandParadigms
    History
    FuzzySetsandFuzzyLogic
    Logic,FuzzyandOtherwise
    FuzzinessIsNotProbability
    TheTheoryofFuzzySets
    FuzzySetMembershipFunctions
    LinguisticVariables
    LinguisticHedges
    ApproximateReasoning
    ParadoxesinFuzzyLogic
    EqualityofFuzzySets
    Containment
    NOT:TheComplementofaFuzzySet
    AND:TheIntersectionofFuzzySets
    OR:TheUnionofFuzzySets
    CompensatoryOperators
    FuzzyRules
    Fuzzification
    FuzzyRulesFireinParallel
    Defuzzification
    OtherDefuzzificationMethods
    MeasuresofFuzziness
    DevelopingaFuzzyController
    WhyFuzzyControl
    AFuzzyController
    BuildingaMamdani-typeFuzzyController
    FuzzyControllerOperation
    Takagi-Sugeno-KangMethod
    Summary
    Exercises

    chaptereightFuzzySystemsImplementations
    ImplementationIssues
    FuzzyRuleRepresentation
    EvolutionaryDesignofaFuzzyRuleSystem
    AnObject-orientedLanguage:C++
    FuzzyRuleSystemImplementation
    ProgrammingFuzzyRuleSystems
    RunningtheFuzzyRuleSystem
    IrisDatasetApplication
    EvolvingFuzzyRuleSystems
    ProgrammingtheEvolutionaryFuzzyRuleSystem
    RunningtheEvolutionaryFuzzyRuleSystem
    Summary
    Exercises

    chapternineComputationalIntelligenceImplementations
    ImplementationIssues
    AdaptationofGeneticAlgorithms
    FuzzyAdaptation
    KnowledgeElicitation
    FuzzyEvolutionaryFuzzyRuleSystemImplementation
    ProgrammingtheFuzzyEvolutionaryFuzzyRuleSystem
    RunningtheFuzzyEvolutionaryFuzzyRuleSystem
    ChoosingtheBestTools
    StrengthsandWeaknesses
    ModelingandOptimization
    PracticalIssues
    ApplyingComputationalIntelligencetoDataMining
    AnExampleDataMiningSystem
    Summary
    Exercises

    chaptertenPerformanceMetrics
    GeneralIssues
    SelectingGoldStandards
    PartitioningthePatternsforTraining,Testing,andValidation
    CrossValidation
    FitnessandFitnessFunctions
    ParametricandNonparametricStatistics
    PercentCorrect
    AverageSum-squaredError
    AbsoluteError
    NormalizedError
    EvolutionaryAlgorithmEffectivenessMetrics
    Mann-WhitneyUTest
    ReceiverOperatingCharacteristicCurves
    RecallandPrecision
    OtherROC-relatedMeasures
    ConfusionMatrices
    Chi-squareTest
    Summary
    Exercises

    chapterelevenAnalysisandExplanation
    SensitivityAnalysis
    RelationFactors
    ZuradaSensitivityAnalysis
    EvolutionaryComputationSensitivityAnalysis
    HintonDiagrams
    ComputationalIntelligenceToolsforExplanationFacilities
    ExplanationFacilityRequirements
    NeuralNetworkExplanation
    FuzzyExpertSystemExplanation
    EvolutionaryComputationToolsforExplanation
    AnExampleNeuralNetworkExplanationFacility
    Summary
    Exercises
    Bibliography
    Index
    AbouttheAuthors
查看详情
系列丛书 / 更多
计算智能:Computational Intelligence: Concepts to Implementations
算法(英文版•第4版)
[美]塞奇威克(Robert Sedgewick)、[美]韦恩(Kevin Wayne) 著
计算智能:Computational Intelligence: Concepts to Implementations
计算机程序设计艺术(第2卷 英文版·第3版):半数值算法
[美]高德纳 著
计算智能:Computational Intelligence: Concepts to Implementations
计算机程序设计艺术,卷4A:组合算法(一)(英文版)
[美]Donald E.Knuth 著
计算智能:Computational Intelligence: Concepts to Implementations
计算机程序设计艺术(第3卷 英文版·第2版):排序与查找
[美]高德纳(Knuth D.E) 著
计算智能:Computational Intelligence: Concepts to Implementations
C++Primer(英文版)(第4版)
李普曼 著
计算智能:Computational Intelligence: Concepts to Implementations
UNIX环境高级编程
史蒂文斯、拉戈 著
计算智能:Computational Intelligence: Concepts to Implementations
信息检索:算法与启发式方法(英文版·第2版)
[美]格罗斯曼、[美]弗里德 著
计算智能:Computational Intelligence: Concepts to Implementations
数据结构与算法分析:C++描述(英文版)(第3版)
[美]维斯 著
计算智能:Computational Intelligence: Concepts to Implementations
Web数据挖掘:超文本数据的知识发现
[印]查凯莱巴蒂 著
计算智能:Computational Intelligence: Concepts to Implementations
TCP/IP 详解(卷2):实现(英文版)
[美]赖特(Gary R.Wright)、[美]史蒂文斯(W.Richard Stevens) 著
计算智能:Computational Intelligence: Concepts to Implementations
IPv6详解,第1卷,核心协议实现:IPv6时代的《TCP/IP详解》!
[美]李清、[日]神明达哉、[日]岛庆一 著
计算智能:Computational Intelligence: Concepts to Implementations
TCP/IP详解 卷1:协议(英文版):协议-TCP/IP详解-英文版
[美]史蒂文斯 著
相关图书 / 更多
计算智能:Computational Intelligence: Concepts to Implementations
计算机基础与实训教程
顾玲芳 编
计算智能:Computational Intelligence: Concepts to Implementations
计算机网络攻击与防护
刘念;陈雪松;谈洪磊
计算智能:Computational Intelligence: Concepts to Implementations
计算机组成原理与汇编语言
田民格、秦彩杰、林观俊、田佳琪
计算智能:Computational Intelligence: Concepts to Implementations
计算天文
冯毅
计算智能:Computational Intelligence: Concepts to Implementations
计算思维培养与无人机创意编程
范谊 陈宇 张锦东
计算智能:Computational Intelligence: Concepts to Implementations
计算机组成原理与系统结构(第3版)
冯建文 章复嘉 赵建勇 包健 编著
计算智能:Computational Intelligence: Concepts to Implementations
计算小状元 小学数学 2年级上册 bs版 小学数学单元测试 新华
作者
计算智能:Computational Intelligence: Concepts to Implementations
计算机应用基础
苗苗
计算智能:Computational Intelligence: Concepts to Implementations
计算机系统原理(2023年版) 全国高等教育自学考试指导委员会
全国高等教育自学考试指导委员会
计算智能:Computational Intelligence: Concepts to Implementations
计算机组装与维护(第3版高等院校计算机应用技术规划教材)
孙中胜 编
计算智能:Computational Intelligence: Concepts to Implementations
计算机辅助翻译教程()
赵秋荣
计算智能:Computational Intelligence: Concepts to Implementations
计算机三维建模方法
易健宏 编著;李凤仙
您可能感兴趣 / 更多
计算智能:Computational Intelligence: Concepts to Implementations
心理声学--事实与模型(第3版)
埃伯哈德·茨维克尔 著;[德]胡戈·法斯特、陈克安 译
计算智能:Computational Intelligence: Concepts to Implementations
生物化学系统的计算分析
埃伯哈德·O·沃伊特