📅  最后修改于: 2022-03-11 14:58:41.983000             🧑  作者: Mango
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