Skip to content

A classification problem for monochrome images solved using different machine learning methods (Naive Bayes, KNN, SVC, Neural Network, Convolution Neural Network).

Notifications You must be signed in to change notification settings

claudia-maria-dudau/Monochrome-Dreams-Classification

Repository files navigation

Monochrome-Dreams-Classification

Classification of a set of monochrome images using different machine learning techniques:

  • Naive Bayes Classifier (using the module MultinomialNB from the library sklearn)
  • K-Nearest Neighbors (using both the distances l1 and l2 and various number of neighbors)
  • Support Vector Classifier (using the svm module from the sklearn library and a linear kernel function)
  • Neural Network (multilayered neural network using the sigmoid and softmax activation functions)
  • Convolutional Neural Network (using the libraries tensorflow and keras)

About

A classification problem for monochrome images solved using different machine learning methods (Naive Bayes, KNN, SVC, Neural Network, Convolution Neural Network).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages