The context aware robots is a new generation of automation robots: flexible, non-special-purpose robots that need less configuration time and are easier to incorporate into specific environments. Within the field of computer vision, especially object recognition and semantic segmentation, i.e., the capability to recognize the object type.
Category: Artificial Intelligence
The wide field of Artificial Intelligence
Autonomous Transport
Autonomous transport come in various forms such as cars, trucks, unmanned aerial vehicles (drones), or agricultural machinery. Examples in Google and Tesla vehicles, and several automotive start-ups aim at extending the usage of AI are Argo.ai, Drive.ai, nuTonomy, Otto, Preferred Networks, and Zoox.
Artificial Neural Networks
Neural network projects typically use some of the few architectural approaches like RNN, CNN, NTM, LSTM.
Deep learning architectures such as deep neural networks, deep belief networks and recurrent neural networks have been applied to fields including computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine translation and bioinformatics where they produced results comparable to and in some cases superior to human experts.
Neuroevolution is a subfield within artificial intelligence (AI) and machine learning (ML) that consists of trying to trigger an evolutionary process similar to the one that produced our brains, except inside a computer. In other words, neuroevolution seeks to develop the means of evolving neural networks through evolutionary algorithms.
Generative adversarial networks (GANs) are a class of neural networks more recently used in unsupervised machine learning. They facilitate a wide class of handy applications such as retrieving images that contain a given pattern or make predictions for a better medication to a certain disease.
APIs: Keras is a high-level neural networks API developed with a focus on enabling fast experimentation. Uses TensorFlow back-end engine by default.