Skip to content

PawelKinczyk/TensorFlow-Neural-network-on-HAM10000-dataset

Repository files navigation

TensorFlow-Neural-network-on-HAM10000

This is my project to learning image recognition with using of neural network. Whole code is upload in this repo. I split it to two Jupyter Notebooks. One is for preprocesing, and the second is for learning. If you want something more, pleas write to me! The dataset i use is HAM10000. Full information and downloadable files you can get from web page linked bellow.

Project information

Basics information:

Powered by

Main Package

Used Dataset

GPLv3 License

Summary

Learning neural network on different numbers of pictures in each class(like class 1 =8000 images and other 6 classes ~100 images each) is bad because your neural network learn to predict only one class. It leads to wrong evaluate metrics. In other way if you create a lot new pictures from "Data generator" you increase learning time. Maybe if you create more epoch you can get more accurate model. But as i see the validation accuracy decreas by second epoch.

Summary of summary, now:

"I know that I know nothing" - Socrates

About

Image recognition using a neural network (7 classes) This is a learning project. Based on Keras Tensor Flow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published