Skip to content

ankorGH/MalaNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MalaNet

Introduction

MalaNet is a convolutional neural network aimed at helping reduce errors due to misinterpretation of image cells of malaria patients.

Why

I started to explore computer vision with deep learning about three (3) months ago. I was tired of building models with MNIST or FashMNIST dataset as I continued to delve deeper which don't really solve any problem for me. Long story short, I wanted to build an end-to-end deep learning model on my own that can solve a problem.

Dataset

I obtained the dataset from kaggle which contains 27558 images in total for both infected and uninfected cells. Dataset

Project Information

A pretrained resnet18 was used to perform transfer learning on the dataset.Feature extraction and fine tuning were the performed to improve accuracy.

Results

The model on the validation dataset achieves 95% accuracy.

Tools

  • Python 3.7.1
  • PyTorch
  • Matplotlib
  • Numpy

About

A Convolutional Neural Network for classifying image cells for malaria

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published