1 | initial version |
First write your code. On your computer. Make a prototype.
Then (according to the processing time of your algorithm), decide what hardware to buy.
Anyway, there will be other factors to take into account, besides processing speed:
To be short: can you use a desktop computer (probably the simplest solution) or do you need an embedded computer?
Ah, another thing: If you want to use a deep neural network on an embedded system, check out the Movidius AI stick. It might be what you are looking for.
2 | No.2 Revision |
First write your code. On your computer. Make a prototype.
Then (according to the processing time of your algorithm), decide what hardware to buy.buy. Not the other way around.
Anyway, there will be other factors to take into account, besides processing speed:
To be short: can you use a desktop computer (probably the simplest solution) or do you need an embedded computer?
Ah, another thing: If you want to use a deep neural network on an embedded system, check out the Movidius AI stick. It might be what you are looking for.