Why is there a difference between a maths predictor and a pattern predictor? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why is there a difference between a maths predictor and a pattern predictor?

While going through the neural network lessons, I found out that "learning math" and "learning patterns" are very different. Why? Surely a neural network is a neural network? Only thing that changes is the activation function and the input/output right? Why should code be so different? On brain.js, I made a pattern and maths predictor using brain.NeuralNetwork(), the same method. Why is it different in Python?

17th Jul 2020, 7:55 PM
Clueless Coder
Clueless Coder - avatar
2 Answers
0
Predictive models Predictive model uses predictive models to analyze the relationship between the specific performance of a unit in a sample and one or more known attributes or features of the unit. See Clueless Coder it basically do the objective of the model is to assess the likelihood that a similar unit in a different sample will exhibit the specific performance. This category encompasses models in many areas, such as marketing, where they seek out subtle data patterns to answer questions about customer performance, or fraud detection models. Predictive models often perform calculations during live transactions, for example, to evaluate the risk or opportunity of a given customer or transaction, in order to guide a decision. With advancements in computing speed, individual agent modeling systems have become capable of simulating human behaviour or reactions to given stimuli or scenarios. The available sample units with known attributes and known performances is referred to as the "training sample".
18th Jul 2020, 10:51 AM
Piyush
Piyush - avatar
0
I think now it should be clear if yet it's hard to understand let me know Happy learning 👍
18th Jul 2020, 10:52 AM
Piyush
Piyush - avatar