Posts

Showing posts with the label machine learning company

Machine Learning is Fun!

Image
  Machine learning   is based on the premise that generic algorithms can tell you something interesting about a piece of data without requiring you to build specialized code tailored to the situation. You give data to the generic algorithm instead of writing code, and it creates its logic depending on the data. A classification algorithm is an example of an algorithm. It can categorize data into many groupings. Without modifying a line of code, the same classification system that recognizes handwritten numerals could be used to classify emails into spam and not spam. It’s the same algorithm, but it’s fed different training data; therefore, the categorization logic is different. Machine Learning Algorithms   are divided into two categories. Machine learning algorithms may be divided into supervised learning and unsupervised learning. The distinction is subtle but critical. Assume you work as a real estate agent. Because your company is expanding, you recruit a group of fre...