How Can I build a Humanoid Robot using Deep Learning and Neural networks? is that possible? if yes how to implement it?
1 Like
Hi @AASHUTOSH_KUMAR_SING, that’s a complex question. Let me give a short answer. The short answer is deep learning and neural networks are definitely part of what it would take to build a human robot.
Assuming you want to build a humanoid robot that has some general intelligence (can do multiple tasks by itself) then you would at least have three components:
- the robotic element (you have to build a robot and control its physical functions)
- some/multiple neural networks for recognizing patterns/interpreting situations and making predictions
- a reinforcement learning mechanism based on which the robot decides which actions to take next.
So, what do you need in terms of expertise to build it? Robotics, Machine Leanring/Deep Learning, Reinforcement Learning. There is a lot more to it but this would be the short answer.
1 Like
Thank you for your help !! @sjfischer