Welcome to this project on Building a CNN Classifier using TensorFlow 2 for MNIST Fashion Dataset. In this project, we will understand how to use the TensorFlow 2 platform to build a simple classifier using Convolutional Neural Networks(CNNs).
CNNs have been one of the state-of-art tools in the current era of Computer Vision. The present-day deep learning and computer vision communities find numerous applications of CNNs in classification tasks and object detection use cases. These use cases have formed the basis of many real-time applications like self-driving cars, face recognition apps, satellite photo analysis and classification, and many more …
Welcome to this project on Credit Card Fraud Detection. In this project, you will use Python, SMOTE Technique(to over-sample data), build a Logistic Regression Classifier, and apply it to detect if a transaction is fraudulent or not.
The real world datasets often might be with data of imbalanced classes. It is very important to feed a decent number of data samples of each class in a classification problem so that the classifier would detect the underlying hidden patterns for each class and prepare itself to reasonably classify the test data. Upon completing this project, you will understand the pragmatic …
Welcome to this project on Deploy Image Classification Pre-trained Keras model using Flask. In this project, we will have a comprehensive understanding of how to deploy a deep learning model as a web application using the Flask framework.
Developing a machine learning or deep learning model is very important to solve problems using AI. On the other hand, it is equally important to have a knowledge of how to deploy those amazing problem-solving models into such an interface which enables the users to make use of these solutions. Even many apps we use today, like YouTube, Amazon/Flipkart shopping, FaceApps …
In this project, we will learn how to predict images from their noisy version. We will use the MNIST dataset for this project. First, we will load the dataset, explore it, and they we will learn how to introduce noise to an image. Next we will train a KNN Classifier to predict the original image from it's noisy version.
Skills you will develop:
Welcome to this project on Deploy Image Classification Pre-trained Keras model using Flask. In this project, we will have a comprehensive understanding of how to deploy a deep learning model as a web application using the Flask framework.
Developing a machine learning or deep learning model is very important to solve problems using AI. On the other hand, it is equally important to have a knowledge of how to deploy those amazing problem-solving models into such an interface that enables the users to make use of these solutions. Even many apps we use today, like YouTube, Amazon/Flipkart shopping, FaceApps …