文件名称:AutoDrivingCarUsingNeuronNetwork-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-12-30
- 文件大小:
- 224kb
- 下载次数:
- 0次
- 提 供 者:
- sara n******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Artificial Intelligence impacts human life in many ways nowadays. An example is in the auto industry many companies are trying to make their cars smarter. The cars can self-drive, avoid obstacles, find destinations … without controls human. This paper is about a car simulation program in which the car itself will move without any controls outside. The approach uses a Neural Network and a Genetic Algorithm to train the car by making the car learn after each time it fails to finish the track.-Artificial Intelligence impacts human life in many ways nowadays. An example is in the auto industry many companies are trying to make their cars smarter. The cars can self-drive, avoid obstacles, find destinations … without controls human. This paper is about a car simulation program in which the car itself will move without any controls outside. The approach uses a Neural Network and a Genetic Algorithm to train the car by making the car learn after each time it fails to finish the track.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AutoDrivingCarUsingNeuronNetwork-master
.......................................\Drawing1.vsdx
.......................................\Drawing2.vsdx
.......................................\EntityManagerupdateSequenceDiagram.vsdx
.......................................\LICENSE.md
.......................................\README.md
.......................................\UMLClasses.vsdx
.......................................\neuronnet.vsdx
.......................................\res
.......................................\...\checkpoints.csv
.......................................\...\checkpoints2.csv
.......................................\...\levels
.......................................\...\......\SecondLevel.png
.......................................\...\......\SecondLevel2.png
.......................................\...\......\SecondLevel3.png
.......................................\...\......\SpawnLevel.png
.......................................\...\tiles
.......................................\...\.....\SpriteSheet16x16.png
.......................................\src
.......................................\...\com
.......................................\...\...\auto
.......................................\...\...\....\algorithm
.......................................\...\...\....\.........\GeneticAlgorithm.java
.......................................\...\...\....\.........\Genome.java
.......................................\...\...\....\.........\HelperFunction.java
.......................................\...\...\....\.........\NeuralNetwork.java
.......................................\...\...\....\.........\Neuron.java
.......................................\...\...\....\.........\NeuronsLayer.java
.......................................\...\...\....\car
.......................................\...\...\....\...\CarDemo.java
.......................................\...\...\....\...\entity
.......................................\...\...\....\...\......\Checkpoint.java
.......................................\...\...\....\...\......\Entity.java
.......................................\...\...\....\...\......\EntityManager.java
.......................................\...\...\....\...\......\mob
.......................................\...\...\....\...\......\...\Car.java
.......................................\...\...\....\...\......\...\Mob.java
.......................................\...\...\....\...\level
.......................................\...\...\....\...\.....\Level.java
.......................................\...\...\....\...\.....\SpawnLevel.java
.......................................\...\...\....\...\.....\tile
.......................................\...\...\....\...\.....\....\BrickTile.java
.......................................\...\...\....\...\.....\....\GrassTile.java
.......................................\...\...\....\...\.....\....\Tile.java
.......................................\...\...\....\...\.....\....\TileCoordinate.java
.......................................\...\...\....\...\.....\....\VoidTile.java
.......................................\...\...\....\graphics
.......................................\...\...\....\........\Screen.java
.......................................\...\...\....\........\Sprite.java
.......................................\...\...\....\........\SpriteSheet.java
.......................................\...\...\....\input
.......................................\...\...\....\.....\Keyboard.java
.......................................\...\...\....\.....\Mouse.java