Viewing a single comment thread. View all comments

PassionatePossum t1_j9el8c0 wrote

You mean to solve equations? I don't see why you would need machine learning for that. ML can help to speed up the process of finding a solution, but as a user of a solver you don't interact with any of that.

Have a look at WolframAlpha for a web-based or SymPy for a Python-based solution.

5