MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / fit_from_csv

Method fit_from_csv

machine_learning/neural_network.cpp:587–599  ·  view source on GitHub ↗

* Function to fit model on data stored in csv file * @param file_name csv file name * @param last_label flag for whether label is in first or last column * @param epochs number of epochs * @param learning_rate learning rate * @param normalize flag for whether to normalize data * @param slip_lines number of lines to skip * @param batch_size batch size for gradient

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.80

Calls 2

get_XY_from_csvMethod · 0.95
fitMethod · 0.95

Tested by

no test coverage detected