How to add one hot vectors? – Artificial Intelligence
I have a few one hot vectors(more than 2) of size 48 each. How can I add them? Is there any specific method or simple arithmetic addition? If arithmetic addition then how should I handle the carry bit? I know…