Saturday, February 24, 2018

Machine Learning :: Same as 'Continuous Learning'

Dear friends,

Here is a link which tells us that machine learning is nothing but to learn continuously from new data and take decisions accordingly.
Through machine learning, the computer system can actually refine the model without the help of any human interaction. This means that as more data enters the machine learning system’s reservoir, it will become more intelligent and the data will become more manageable and easier to interpret.

How machine learning can improve supply chain efficiency

Happy computing ! 😊

No comments:

Post a Comment

Integer caching in python

  Python (specifically the default CPython implementation) uses integer caching to optimize performance and memory usage by pre-allocating ...