This repository contains my experiments with Machine Learning.
Demo_Name.ipynb | Description | Model Used |
---|---|---|
Profranity_Detector | Used for identifying profane words in a sentence. | toxicbert-hatexplain-label-all-tokens-False-3epoch |
Fine_Tune_BERT_Classification | Used for classifying questions as sincere or insincere. | bert_en_uncased_L-12_H-768_A-12 |
Visualizing_Filters_of_a_CNN | Identifying how each convolutional layer looks. | VGG16 |