An open API service indexing awesome lists of open source software.

https://github.com/iffranciscome/genetic-finance

Implementations of Genetic Methods for Financial Machine Learning Applications
https://github.com/iffranciscome/genetic-finance

evolutionary-computation financial-machine-learning genetic-algorithms genetic-programming hyperparameters-optimization python symbolic-model topology-optimization

Last synced: 4 months ago
JSON representation

Implementations of Genetic Methods for Financial Machine Learning Applications

Awesome Lists containing this project

README

          

# 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.