Code Monkey home page Code Monkey logo

Sheeza's Projects

90_animal_detection-using-vit icon 90_animal_detection-using-vit

The "Animal Detection Using VIT Transformers with 97% Testing Accuracy" project is a focused and achievable initiative aimed at building an accurate animal detection system. Leveraging Vision Transformer (VIT) models, this project is dedicated to the specific goal of achieving a high testing accuracy of 97% in identifying.

cannyedgedetection-computer-vision- icon cannyedgedetection-computer-vision-

There are some basic steps for the implementation of a Canny edge detector. 1. Generation of Masks 2. Applying Masks to Images 3. Compute gradient magnitude 4. Compute gradient Direction 5. Non-Maxima Suppression 6. Hysteresis Thresholding

cherry_leaf_health_detector_app icon cherry_leaf_health_detector_app

The "Cherry Leaf Health Detector" is a comprehensive repository housing a sophisticated Streamlit web application designed to assess the health of cherry leaves by distinguishing between healthy leaves and those affected by powdery mildew.

facerecognition-using-cnn-custom-model icon facerecognition-using-cnn-custom-model

Recognizing Human faces and predicting Who is this person? It is a classification problem i.e. classify the digital image of a human face against a database of faces and tell who exactly the person is. For this purpose I am using Celebrity Dataset. Implementation of a custom model that gives 99% accuracy on the test data.

faceverification-using-cnn-custom-model icon faceverification-using-cnn-custom-model

Implementing a model that can verify if two images belongs to same personality or not. Answer the question "Is this the claimed person?" It is a 1:1 matching problem i.e. given a face your task is to compare the candidate face to another and verify whether it is a match or not. My custom CNN model has achieved marvelous performance on the dataset.

multitasklearning-multi-label-classification-using-cnn- icon multitasklearning-multi-label-classification-using-cnn-

Training a new classification network which should tell the identity label of an image and also be able to classify: ● Gender as Male/Female ● Wearing Glasses/ Not Wearing Glasses ● Smiling/ Not Smiling ● Wearing hat/ not wearing hat ● young/old. As we need 5 outputs from a single input. The custom CNN model consists of NN architecture with 5 heads return my the model. My model performance in Multilabel classification task is totally remarkable.

preprocessing-and-classification-on-lending-club-dataset icon preprocessing-and-classification-on-lending-club-dataset

Lending Club is a lending platform that lends money to people in need at an interest rate based on their credit history and other factors. In this blog, we will analyze this data and pre-process it based on our need and build a machine learning model that can identify a potential defaulter based on his/her history of transactions with Lending Club. This dataset contains 42538 rows and 144 columns. Out of these 144 columns, many columns have null values in majority.

rnn-classifying-name-at-character-level icon rnn-classifying-name-at-character-level

A character-level RNN reads words as a series of characters - outputting a prediction and “hidden state” at each step, feeding its previous hidden state into each next step. We take the final prediction to be the output, i.e. which class the word belongs to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.