Coders Packet

Packets submitted by Aditya Tulsiyan

Trigger word detection in Python using Tensorflow and Keras

We create a Convolutional neural network for trigger word detections used by popular voice assistants. On hearing the activate keyword it makes a chime sound.

Toxic comment classifier in Python using sklearn library.

We create a Multinomial Naive Bayes model and a logistic regression model to train a toxic comment classifier. The project is in Python using sklearn library.

Image classification using CNN in Python using Tensorflow and Keras

We create a convolutional neural network to train on the CIFAR-10 and MNIST datasets to classify data into corresponding classes. The project is in Python using Tensorflow and Keras.