Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 686 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 686 Bytes

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.