Skip to main content

Featured

Short and Concise Informative Video On Sophia and Vyommitra

Disclaimer

  • I'm not any professional or not even a degree holder. I am a High School Student, graduating from high school in 2021.
  • I'm here to share my knowledge from various courses and books I've taken on Artificial Intelligence or Computer Science. 
  • I have no intention to demote or promote any organization. I want to put forward my views and opinions. 
  • It is not an organization(maybe in the future) to promote me through any content I post. 
  • This website is for those who want free content for learning CS and AI. 
  • If any licensed material is in my content, I will reference it to the original content.
~Thank You

Comments

Popular posts from this blog

Short and Concise Informative Video On Sophia and Vyommitra

 

WHAT IS ARTIFICIAL INTELLIGENCE

AI is the most recent field in Science and Engineering.  The term "AI" was first coined in 1956 by John McCarthy at Dartmouth College, Hanover, New Hampshire. If you want to make discoveries and innovations, AI is the best place to achieve your destiny. AI is the newest, and still, we have a long way to go to be the best at this subject. AI is helpful for any education and generally every part of life. AI has applied for DNA or Protein Structure prediction to discovering new planets, stars, and galaxies in Space. What is AI? If a human interacts with a computer without knowing that it's a computer, and if they couldn't figure out whether the response came from a human or a computer. It is called Artificial Intelligence. (According to Turing Test proposed by Alan Turing, 1950)  Turing gave six capabilities that a computer must pass to be called Intelligent: • NATURAL LANGUAGE PROCESSING (NLP) to enable it to communicate successfully in English • KNOWLEDGE REPRESENTATIO...

AGENTS AND ENVIRONMENTS

  An agent is anything that can perceive its environment and sense it through SENSORS and act on that environment through ACTUATORS. To understand this, you may refer to the figure below:  Reference: "Artificial Intelligence: The Modern Approach" 3rd Edition We, humans, are also agents for the environment around us. We have eyes, ears, and other sensory organs to sense and hands, legs, and so on as actuators for acting upon the environment around us. Similarly, a robotic agent can have cameras and different sensors like infrared range finders and various motors for actuators. A software agent gets sensory inputs through a keystroke, file content, and network packet and acts on the environment by displaying them on the screen, writing/overwriting the files, and sending different network packets the same as actuators.