I need help with building an A.I.
I want to try to build an A.I. in python but I need help.
Voters
MikeJMS8910 (106)
I can help you build an AI what do you want
JasonWu19 (9)
a math equation solver that solves all kinds of math
@MikeJMS8910
MikeJMS8910 (106)
@JasonWu19 you'll need to give it a lot of data.
JasonWu19 (9)
like input predictions,equations,and things like what to do with given data right?MikeJMS8910
Ok. It seems that you would like a machine learning model. The first thing is to identify what the goal of this AI is. There are many algorithms to choose from. For example, for time series prediction, you might want to use a Long Short Term Memory model. For classification try a KNN model.
well,for now I guess a math equation [email protected]
@JasonWu19 Ok. That's still vague, but it's a start. Machine Learning wouldn't be necessary. You would probably want to
import math
and use python's defaulteval()
statement.what does eval() [email protected]
@JasonWu19 Well it evaluates any string inside. If you do
print(eval('1+5'))
it'll print 6.[email protected]
@JasonWu19 Np.