|
|
|
|
|
by felipemnoa
3322 days ago
|
|
Well, I'm designing my own AI engine from scratch, not using any of the current machine learning techniques, i.e. Convolutional Neural Networks, etc. Right now the way my code works is that it uses cores to make the whole training faster, ans xeon's have lots of cores. If I could use GPU's I would, maybe I can and I just need to figure it out. For now the simplest thing to do to make it faster is to add more cores. Now, you may think I'm crazy for designing something from scratch, I may be indeed, but how else can we discover/invent something totally new. I think I'm actually onto something given that the early results look quite promising. I actually created a video demonstration of my AI Engine which you can find a link to it in my profile but I have done a crappy job of explaining the strengths of it [1]. Too much work, so little time. [1] https://www.youtube.com/watch?v=WHNdIuBJHTo |
|
Where I get stuck is figuring out new challenges to throw at the system. I find it funny that there is lots of discussion here about performance and tuning, and not so much about practice applications and valuable problems to solve.