Understanding AI Jargons (from raw text input ---> model output)
1. Raw text → why we can’t feed plain words to a neural net?
Computers don’t understand letters or words. They only work with numbers. So the first task is to convert text into a numerical format that a model can work with.
Think of it this way: you ...
ai-jargonsfrom-raw-text-model-output.hashnode.dev5 min read