HistoryRobotsAI TypesDeep Learning
| Period / Year | Source Points |
|---|---|
| Before 1940 | Greek philosophers such as Aristotle and Plato discussed logic and reasoning; the idea of artificial brains appeared in literature and early science fiction. |
| 1943 | McCulloch and Pitts created the first mathematical model of a neuron. |
| 1950 | Alan Turing proposed the Turing Test. |
| 1951 | Marvin Minsky built the first neural-network machine called SNARC. |
| 1956 | John McCarthy coined the term Artificial Intelligence during the Dartmouth Conference. The source calls 1956 the Birth Year of AI. |
| 1956–1974 | Growth period; rapid research and high expectations. Early programs solved simple logic and mathematical problems. |
| 1955 / 1957 | Logic Theorist (1955) — first AI program; General Problem Solver (1957). |
| 1974–1980 | First AI Winter — funding and research declined because of limited computer power and failed expectations. |
| 1980–1987 | Revival with Expert Systems; example: MYCIN for medical diagnosis. |
| 1987–1993 | Second AI Winter — high costs and low efficiency reduced interest and funding. |
| 1997 | IBM Deep Blue defeated world chess champion Garry Kasparov. |
| 2011 | IBM Watson won the Jeopardy! quiz show. |
| 2012 | Rise of Deep Learning and Neural Networks. |
| 2016 | Google DeepMind's AlphaGo beat Lee Sedol in Go. |
| Present | AI is used in self-driving cars, healthcare, finance, education and robotics. |
| Robot | Developer / Place | Type / Key Source Facts | Use |
|---|---|---|---|
| Sophia | Hanson Robotics (Hong Kong) | Humanoid; source calls it the world's first robot to get citizenship — Saudi Arabia, 2017; AI-powered facial expressions and human-emotion recognition. | Education, research, media |
| Manav | A-SET Training & Research Institute, New Delhi | Humanoid; walk, talk, dance; smartphone/Wi-Fi controlled; built using 3D-printed parts. Source also says it was developed in late Dec 2014 by Diwakar Vaish. | Education, research, exhibitions |
| Mitra | Invento Robotics, Bengaluru | Recognizes faces and speech; multilingual; source notes the Global Entrepreneurship Summit, Hyderabad. | Banks, hospitals, events |
| Rashmi | Ranjit Shrivastava, Ranchi | Indian humanoid; source describes it as India's first lip-synchronizing humanoid; Hindi, English, Bhojpuri, Marathi. | Chatting, customer service, social interaction |
| Shalu | Dinesh Patel | Humanoid made from waste materials; source says 47 languages (9 Indian + 38 foreign); mentioned in World Book of Records. | Education, AI teaching assistant |
| Asimov & RoboCop | DRDO | Military robots; remotely controlled; sensors and cameras. | Bomb disposal, surveillance, defence operations |
| Robot Nurse / Robot Waiter | Used in Indian hospitals/restaurants | Voice-controlled and AI-enabled; source example: “Seva” robot. | Food/medicine delivery and patient assistance |
| Concept | Source Description |
|---|---|
| Machine Learning (ML) | AI systems learn from data and improve performance. |
| Deep Learning (DL) | Subfield of ML based on neural networks such as CNN and RNN. |
| Natural Language Processing (NLP) | AI capable of understanding and processing human language. |
| Computer Vision | AI capable of understanding and making decisions from visual data. |
| Reinforcement Learning (RL) | Learning process in which AI learns from experience and acts to obtain a reward. |
| CNN | Deep-learning neural network mainly used for image recognition and computer vision. |
| RNN | Neural network for sequential or time-series data, where previous output affects the next. |
| Concept | Meaning in the Source |
|---|---|
| Neuron / Perceptron | Basic unit of a neural network; receives inputs, multiplies them with weights, adds bias and applies an activation function. |
| Input Layer | Takes raw input data. |
| Hidden Layers | Intermediate layers that extract patterns/features. |
| Output Layer | Produces the final result. |
| Weights & Bias | Parameters the model learns during training to make predictions. |
| Activation Function | Adds non-linearity; source lists ReLU, Sigmoid and Tanh. |
| Forward Propagation | Moves inputs through the network to obtain the output. |
| Backpropagation | Updates weights to improve accuracy. |
| Network | Source Description / Use |
|---|---|
| FNN | Simplest neural network; information flows only forward; no loops/cycles; used in simple classification tasks. |
| CNN | Used specifically for image processing and computer vision; convolutional layers perform feature extraction. Examples: face recognition, object detection. |
| RNN | Used for sequential data such as text, speech and time-series; has memory to store past information. Examples: language translation, speech recognition. |
| LSTM | Advanced version of RNN for long-term dependencies; useful for chatbots, sentiment analysis and stock prediction. |
| GAN | Generates new and realistic-looking data using two networks: a generator and a discriminator. |