(General context) Today, using robots has grown dramatically in various applications; such as manufacturing, logistics, medicine, home, education, defense, factory,…
2019.07.16. Abstract:
Abstract – Second Version: Today, using robots has grown dramatically in various applications. Robots are used in many different ways,…
2019.07.14. What is Python?
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic…
2019.07.12. Lets know about Computer Vision:
In my project I want to use a camera to take a picture and use that to find the screw…
2019.07.12. How can I take a picture by USB camera?
oCam is a very configurable screen recorder. Actually if you want to take a picture by an USB camera, you will…
2019.07.11. Some Kind of RL Algorithms:
There are many different algorithms that tackle this issue. As a matter of fact, Reinforcement Learning is defined by a…
2019.07.09. Sub-element of Reinforcement Learning:
Beyond the agent and environment, one can identify four main sub-elements of a reinforcement learning system: 1.Policy 2.Reward function 3.Value…
2019.07.08. What is difference between Supervised, Unsupervised and Reinforcement Learning?
Supervised learning uses training sets provided by an external supervisor. Unsupervised learning is about finding structure hidden in collections of…
2019.07.06. What is Reinforcement Learning?
Reinforcement learning has a ‘Environment’ which is the problem set we are trying to solve and an ‘Agent’ which is…
2019.07.05. What is Machine Learning?
Machine Learning is the science of getting computers to learn and act like humans do, and improve their learning over…