AI Contd..
- AI Categories:
- Predictive AI: This predicts based on historical data.
- Generative AI: This generates a new content which can be multi modal(text/audio/image/video)
- Descriptive AI: This tells what has happened according to data. ()
- Prescriptive AI: This tells me what to do according to data. (Recomendation systems)
ANN (Artificial Neural Network)
-
ANN will have input layer, output layer and hidden layers

-
each neuron will have a connection to the every neuron in next layer with a weight and each neuron will have an activation function which gives a mathematical value
- Deep learning neural network has atleast 3 hidden layers

Natural Language Processing (NLP)
-
The ability of system to understand natural language and perform activities such as
- classification
- summarization
- translations
- sentiment analysis
- …
-
Each word gets converted into a Vector in a larger dimension space.
