Applied ai course is a online platform to learning data science. In this repository include assignments ,projects done in the course as part of their curriculum. These repository include basic python programming to advanced ml and dl problems
- Python user defined functions
- Pandas exercise
- Python mathematical exercise
- Exploratory data analysis
- TF-IDF implementation from scratch
- Random search cv from scratch
- Perfromance metrics without using sklearn
- Naive Bayes Classifier on donorschoose dataset
- Implementation of SGD without sklearn
- Behaviour of linear models
- Decision tree on donarchoose dataset
- Implementation of Random forest and application of bootstrap samples
- GBDT on donarchoose dataset
- Clustering on Graph dataset
- Recommendation Systems and Truncated SVD
- Facebook Recomendation as a classification task
- Implementation of Back Propagation from scratch
- Working with Tensor flow 2.0 callbacks
- Document classification using Transfer Learning