I am currently working on a project to create a working Ai Neural Network in C++, I have watched and read many articles on Layers concept but I still don't know from where to start with the layers things, like do I need a specific function or something like that, since we input x and compute to get y the output.
Everything seems quite vague about this.
class Layers{
};
Update: Thanks for guiding me, I have noted and replied to almost everyone of your suggestions. Would Show you some improvement later tonight.