Hey all!
In terms of supervised machine learning, would there be a benefit to implementing the use of a Neural Network into my python program? The program would attempt to take categorized data and choose appropriate responses according to the inputs (with multiple variables assigned to the data to categorize them).
Is a Neural Network used for such a thing? Would it just get in the way of more basic and clean code?