This repository contains a collection of notebooks illustrating the use of Artificial Neural Networks to solve economic models. The code is in Julia and uses the package Flux.jl for the machine-learning part.
ANN example with Flux.jl with two simple functions.
See: https://julienpascal.github.io/post/ann_1/
ANN to solve for a simple Bellman equation. The function to approximate is unknown.