This code implements a CLI-driven tool for generic string classification. When given a dataset and run in "training" mode, the tool will train and save a multilayer perceptron neural net consisting of ...
df = simulate_saddle_node_model(t_max=300.0, dt=0.05, sigma=0.03, param_range=(0.5, -0.2)) ...