InterviewSolution
Saved Bookmarks
| 1. |
Identify some (at least 5) of the unique software and solutions which are related to the domain of Artificial Intelligence. The first is done as an example. SNO DATA COMPUTER VISION NATURAL LANGUAGE PROCESSING 1 Google Search Google Image Search Google Now 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Answer» Answer: here are some of them Explanation: Tensorflow - it's a library for machine learning and deep learning Pytorch- ALSO a library developed by facebook for ML and dl Keras - It's an API built on python for machine learning OpenAI gym - It's for reinforcement learning you can include numpy as well some terminologies in AI are- ANN- Artificial NEURAL Network RNN - RECURRENT Neural Network CNN - Convolutional Neural Network LSTM - Long Short Term Memory Auto-encoders |
|