You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful and easy-to-use web scrapper for collecting data from the web. Supports scraping of images, text, videos, meta data, and more. Ideal for machine learning and deep learning engineers. Download and extract data with just one line of code
The binary classification problem focused on first IEEE Image forensics challenge-phase 1, to predict the given image is pristine or manipulated/edited/fake. Comparing CNN & Transfer Learning models for the problem and boosting the performance by feature extraction
The goal of this project is to build a neural network that takes an MNIST handwritten digit (0-9) image and a random number (digit 0-9) as inputs and returns the predicted class label (0-9) for the input image and its addition (sum) with the input random number as summed output (range 0-18) label as outputs.
A practice on improving CNN model accuracy by Image Data Generator or transfer learning when train model with a small dataset for binary classification.
In this X-ray classification assignment, we built a deep learning model to classify chest X-ray images into "nofinding" and "effusion" classes. We tackled challenges like data augmentation, imbalanced classes, and used weighted cross-entropy to improve model performance. The goal was to identify abnormalities with high accuracy.
A supermarket chain called Good Seed wanted to see if Data Science could help them comply with the law by ensuring that they did not sell age-restricted products to underage customers. My task was to build and evaluate a model to verify a person's age.
In this dataset we are provided with images that belong to 4 classes : diseased leaf , diseased plant , fresh leaf and fresh plant. The objective of this study is to create a CNN model to help us predict whether these image of the leaf/plant belong to the diseased category or the healthy category.
This project uses a Convolutional Neural Network (CNN) to detect malaria from cell images. The model is built using TensorFlow/Keras and achieves high accuracy in detecting malaria, making it a potential tool for aiding in early diagnosis.