machine learning
General equation:
input + rules = output (input is put through the rules returning
some form of output)
Normal programming:
input + rules = ? (output, but depends on input and/or rules)
Machine learning:
input + ? = output (program makes rules based on input and
expected output)
- Wesley
|