07-19-2024, 12:02 PM
At this point, the main question for me is which path should I choose to study?
The first way is an attempt to create one large neural network to solve the entire problem.
The second way is an attempt to divide a large task into several small simple tasks and then create small simple neural networks for these tasks.
When all the small neural networks work well, then I will try to create a main neural network whose inputs will receive data from the outputs of the small neural networks.
I wonder if one of these ways of solving problems will be significantly better than the other.
The first way is an attempt to create one large neural network to solve the entire problem.
The second way is an attempt to divide a large task into several small simple tasks and then create small simple neural networks for these tasks.
When all the small neural networks work well, then I will try to create a main neural network whose inputs will receive data from the outputs of the small neural networks.
I wonder if one of these ways of solving problems will be significantly better than the other.
