# Neural-Network **Repository Path**: future12356/Neural-Network ## Basic Information - **Project Name**: Neural-Network - **Description**: a neural network and a genetic algorithm. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Neural-Network ============== This repository demonstrates a rudimentary implementation of a neural network and a genetic algorithm. Key files: - Genetic Algorithm - [GeneticAlgorithm.h](https://github.com/matthewrdev/Neural-Network/blob/master/Neural%20Network%20Source%20Code/Game/include/GeneticAlgorithm.h) - [GeneticAlgorithm.cpp](https://github.com/matthewrdev/Neural-Network/blob/master/Neural%20Network%20Source%20Code/Game/src/GeneticAlgorithm.cpp) - Neural Network: - [NeuralNet.h](https://github.com/matthewrdev/Neural-Network/blob/master/Neural%20Network%20Source%20Code/Game/include/NeuralNet.h) - [NeuralNet.cpp](https://github.com/matthewrdev/Neural-Network/blob/master/Neural%20Network%20Source%20Code/Game/src/NeuralNet.cpp) - [NLayer.h](https://github.com/matthewrdev/Neural-Network/blob/master/Neural%20Network%20Source%20Code/Game/include/NLayer.h) - [NLayer.cpp](https://github.com/matthewrdev/Neural-Network/blob/master/Neural%20Network%20Source%20Code/Game/src/NLayer.cpp)