Artificial Intelligence - A Modern Approach 3rd ed - S. Russell, P. Norvig
2021-05-12 15:38:51 44.8MB 人工智能
1
派托奇的SIREN SIREN-Pytorch实现。 安装 $ pip install siren-pytorch 用法 基于SIREN的多层神经网络 import torch from torch import nn from siren_pytorch import SirenNet net = SirenNet ( dim_in = 2 , # input dimension, ex. 2d coor dim_hidden = 256 , # hidden dimension dim_out = 3 , # output dimension, ex. rgb value num_layers = 5 ,
1
语音情感分析仪 基于长期短期记忆(LSTM)网络的语音情感分析器。 该模型可以有效地分析愤怒,厌恶,恐惧,幸福,中立,悲伤和惊奇的7种基本情绪。 在多伦多情感言语集(TESS)数据集上进行了培训。 这对模型的可推广性造成了一些固有的限制。 由于TESS目前只有两名女性配音演员,并且在录音室中进行录制,因此该模型无法与直接制作相提并论。 该代码在jupyternotebook文件中,并且记录充分。
1
Table of ContentsGetting Started with Mobile TensorFlowRecognizing Dog Breed or Flower Type Detecting Objects and their LocationsTransforming Pictures with Amazing Art Styles Understanding Simple Speech CommandsDescribing Images in Natural Language Generating Natural Sounding SpeechClassifying and Summarizing TextPerforming Machine Translation from English to FrenchPredicting House and Stock PricesBuilding AlphaGo-like Chess AppSeeing, Listening, Speaking and Learning on Raspberry Pi
2021-05-07 00:27:53 43.35MB tensorflow 树莓派 app
1
人工智能必读书籍,是南安普顿大学人工智能方向MSC前期必读书籍
2021-05-02 00:51:00 30.78MB 人工智能
1
AIS matlab 源程序,可以执行。电脑执行过。ARTIFICIAL IMMUNE SYSTEMS (AIS matlab source, can be performed. Computer to perform)
2021-05-01 14:06:54 664KB ais matlab
1
研究了多机器人的前导跟随编队控制。 提出了一种基于闭环控制和人工势场相结合的多机器人编队和避障方法。 根据领导者的位置信息,引入闭环控制实现对领导者的跟随者跟踪,并实现了编队控制。 可以通过人工势场法实现避障,机器人可以顺利通过障碍物区域。 仿真结果表明,该方法可以达到预期的控制效果,可以有效地解决此类问题。
1
该项目中包括一个简单的聊天机器人,一个战斗AI和一个基于群的免费漫游AI。
2021-04-29 17:05:12 9KB 开源软件
1
A Brief History of Artificial Intelligence What It Is, Where We Are, and Where We Are Going by Michael Wooldridge (z-lib.org).pdf
2021-04-29 01:47:01 3.21MB ai
1
Artificial.Intelligence.A.Modern.Approach.3rd.Ed and Solution
1