Applied machine learning, or what many companies often...

November 21st, 2022

Applied machine learning, or what many companies often...

Applied machine learning, or what many companies often call AI, extensively uses classification. This technique takes some data (text, images, videos, etc.) and classifies it into a binary yes/no. Such classification has many uses, like taking text and generating its style. " "" "There are many ways to implement this; one could be to use a convoluted neural network paired with some pre and post-processing steps to produce a classification probability per style. The largest probability is most likely to be the style of that piece of text!" "" "Is anything missing, though? Should there be a threshold probability under which we don't determine something as that style? " "" "Also, Happy Thanksgiving! #bendevtip


Original post on LinkedIn