/Genetic-Finance

Implementations of Genetic Methods for Financial Machine Learning Applications

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Application Cases

Case 1: Genetic Programming for Feature Engineering.

Repo used the DataDays 2021 talk -> Genetic Programming for Feature Engineering: An application in Trading System with Cryptocurrencies

Case 2: Genetic Algorithms for Hyperparameter Optimization.

Non-gradient-based optimization method, useful when having cost functions that are potentially non-diferentiable, discontinuous, with "cliffs" or "steps".

Case 3: Genetic Algorithms for Neural Network Topology Optimization.

To evolve the topology of a neural network in order to explore more variations of architectures. Insted of minization of a cost function, the goal is to maximize a fitness function.