Tag: classification
All the articles with the tag "classification".
-
How to build a simple CNN based Image classifier using Keras
Convolutional neural network (CNN), a class of artificial neural networks that has become dominant in various computer vision tasks, is attracting interest across a variety of domains. CNN work well on computer vision tasks like image classification, object detection, image recognition, etc.
-
How to build a Spam Classifier in python and sklearn
The upsurge in the volume of unwanted emails called spam has created an intense need for the development of more dependable and robust antispam filters. This tutorial will help to build a simple spam classifier using python.
-
Mushroom dataset analysis and classification in python
Mushroom classification is a machine learning problem and the objective is to correctly classify if the mushroom is edible or poisonous by it's specifications like cap shape, cap color, gill color, etc. using different classifiers.