Artificial Intelligence
Aug – Dec 2021
- I learnt about fundamentals of Artificial Intelligence while completing the projects for this class.
- Specifically, I learnt how :
- decision trees can be used for binary classification in machine learning,
- search algorithms like Breadth First Search, Uniform Cost Search, A* and bidirectional A* can be used for route planning in a map of Romania,
- Hidden Markov Models are modeling for time series analysis using the Viterbi algorithm.
- Tools used: python, numpy