Skip to content
#

binaryclassification

Here are 97 public repositories matching this topic...

This repository is a related to all about Deep Learning - an A-Z guide to the world of Data Science. This supplement contains the implementation of algorithms, statistical methods and techniques (in Python)

  • Updated Dec 23, 2024
  • Jupyter Notebook

Malaria is a serious global health problem that affects millions of people each year. One of the challenges in diagnosing malaria is identifying infected cells from microscopic images of blood smears. Convolutional Neural Networks (CNNs) are a type of deep learning algorithm that have been used for image classification tasks etc

  • Updated Jul 15, 2024
  • Jupyter Notebook

This project demonstrates the implementation of the Perceptron algorithm for binary classification tasks. It includes various advanced features such as data augmentation, feature engineering, and deep learning techniques to enhance model performance and robustness.

  • Updated Oct 17, 2023
  • Jupyter Notebook

I build the Micrograd autogradient engine, which is a functioning neural network with forward pass, backward propagation, and stochastic gradient descent, all built from scratch. This is derived from the great @karpathy micrograd lecture. Each notebook is complete with Andrei's lecture code and speech, as well as my own code, anecdotes and addition

  • Updated Jul 21, 2024
  • Jupyter Notebook

Бинарная классификация пользователей образовательной платформы Stepic на тех, кто скорее всего пройдет курс до конца и тех, кто скорее всего покинет платформу. Модель способна давать предсказания по анализу поведения юзеров на сайте за первые 3 дня

  • Updated Dec 9, 2022
  • Jupyter Notebook

In this we trained a model to detect if there is a tumor in the brain image given to the model. Meaning a model for binary class with an accuracy of above 90 for same and cross validation.

  • Updated Jul 24, 2023
  • Jupyter Notebook

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.

  • Updated Aug 12, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the binaryclassification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binaryclassification topic, visit your repo's landing page and select "manage topics."

Learn more