May 2020
Intermediate to advanced
404 pages
10h 52m
English
It is not possible for computers to directly process and work with text. Hence, all text must be converted into numbers before being fed into a machine learning model. The process of changing text to an array of numbers, such that it is possible to retrieve the most important pieces of the original text from the converted text at any point in time, is known as feature extraction or encoding. Bag of Words (BoW) is one popular and simple technique used to perform feature extraction on text.
The steps associated with a BoW implementation are as follows:
Read now
Unlock full access