All Projects → bhrnjica → Gpdotnetv4

bhrnjica / Gpdotnetv4

Licence: gpl-3.0
C# implementation of the various algorithms based on Genetic Algorithm, Genetic Programming and Artificial Neural Networks.

Projects that are alternatives of or similar to Gpdotnetv4

Applying eanns
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
Stars: ✭ 1,093 (+5652.63%)
Mutual labels:  genetic-algorithm, artificial-neural-networks
Imageai
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Stars: ✭ 6,734 (+35342.11%)
Mutual labels:  prediction, artificial-neural-networks
Genann
simple neural network library in ANSI C
Stars: ✭ 1,088 (+5626.32%)
Mutual labels:  genetic-algorithm, artificial-neural-networks
Online Relationship Learning
Unsupervised ML algorithm for predictive modeling and time-series analysis
Stars: ✭ 34 (+78.95%)
Mutual labels:  prediction, artificial-neural-networks
NeuroEvolution-Flappy-Bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird implemented in Python
Stars: ✭ 17 (-10.53%)
Mutual labels:  genetic-algorithm, artificial-neural-networks
Dino-AI
An AI to teach Google Chrome's dinosaur to jump obstacles.
Stars: ✭ 15 (-21.05%)
Mutual labels:  genetic-algorithm, artificial-neural-networks
python-neuron
Neuron class provides LNU, QNU, RBF, MLP, MLP-ELM neurons
Stars: ✭ 38 (+100%)
Mutual labels:  prediction, artificial-neural-networks
Tensorflow Resources
Curated Tensorflow code resources to help you get started with Deep Learning.
Stars: ✭ 330 (+1636.84%)
Mutual labels:  prediction, artificial-neural-networks
wargames
two soldiers shooting at each other, controlled by a neural network with a genetic algorithm.
Stars: ✭ 22 (+15.79%)
Mutual labels:  genetic-algorithm, artificial-neural-networks
Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+300%)
Mutual labels:  prediction, artificial-neural-networks
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+1257.89%)
Mutual labels:  prediction, artificial-neural-networks
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+2615.79%)
Mutual labels:  genetic-algorithm, artificial-neural-networks
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+3189.47%)
Mutual labels:  artificial-neural-networks
Rnn Time Series Anomaly Detection
RNN based Time-series Anomaly detector model implemented in Pytorch.
Stars: ✭ 718 (+3678.95%)
Mutual labels:  prediction
Magpie
Deep neural network framework for multi-label text classification
Stars: ✭ 622 (+3173.68%)
Mutual labels:  prediction
Jenetics
Jenetics - Genetic Algorithm, Genetic Programming, Evolutionary Algorithm, and Multi-objective Optimization
Stars: ✭ 616 (+3142.11%)
Mutual labels:  genetic-algorithm
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+4089.47%)
Mutual labels:  prediction
Easypr
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
Stars: ✭ 6,046 (+31721.05%)
Mutual labels:  artificial-neural-networks
Dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
Stars: ✭ 605 (+3084.21%)
Mutual labels:  artificial-neural-networks
Android Yolo
Real-time object detection on Android using the YOLO network with TensorFlow
Stars: ✭ 604 (+3078.95%)
Mutual labels:  prediction

alt text

GPdotNET v4.0 is C# open source artificial intelligence tool for applying Genetic Programming, Genetic Algorithm and Artificial Neural Networks in modeling, prediction, optimization and pattern recognitions. With GPdotNET you can solve various engineering problems from classic regression and approximation to linear programming transportation and location problems and other machine learning based problems. By providing the learning algorithms GPdotNET uses a data of the research or experimental measures to learn about the problem. The results of learning algorithms are analytical models which can describe or predict the state of the problem, or can recognize the pattern. GPdotNET is very easy to use, even if you have no deep knowledge of GA, GP or ANN, you can apply those methods in finding solutions. The project can be used in modeling any kind of engineering process, which can be described with discrete data, as well as in education during teaching students about evolutionary methods, mainly GP and GA, as well as machine learning mainly Artificial Neural Networks.

Binaries can be downloaded at release section. More info about GPdotNET can be found at https://bhrnjica.net/gpdotnet

Note: The latest version of GPdotNET is separated into two projects:

How to citate GPdotNET

Everybody is free to use GPdotNET with correct citation given as follows:

Hrnjica B. & Danandeh A. (2018), Optimized Genetic Programming Applications: Emerging Research and Opportunities,IGI-Global, ISBN13: 9781522560050,DOI: 10.4018/978-1-5225-6005-0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].