Data_Visualisation_using_Seaborn_on_Pokemon_dataset.ipynb Kaggle dataset link This notebook makes use of seaborn and matplotlib to gather insights and visualize the dataset. Different types of plots such as countplots, heatmaps, radar charts, boxplots, violinplots,etc. are used.
keras_tensorflow2_digit_recogniser.ipynb Kaggle dataset link This notebook makes use of tensorflow 2 to recognize digits from their handwritten images. This model achieves an accuracy of 0.99828(Top 4% on leaderboard).