Skip to content

apallath/keras_sklearn_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning models for image data [in dl_vision/]

Transfer learning and interpretation on the Cats-vs-Dogs dataset (cats_vs_dogs_models/)

Models

Model interpretation

Deep Dream (deep_dream/)

  • Deep Dream

Classification and generation on the Fashion-MNIST dataset (fashion_mnist_models/)

Classification models

  • Vanilla CNN - 91% acc.

Latent-space generative models

  • Convolutional variational autoencoder for image generation

Machine learning algorithms for tabular data [in ml_tab/]

Classification (supervised/classification_basic.ipynb, supervised/classification_adv.ipynb)

  • k-Nearest Neighbours classification
  • Logistic Regression
  • Logistic Regression using polynomial features
  • SVM with linear kernel, binary classification, multi-class classification
  • Decision Tree
  • Gaussian Naive Bayes
  • Random Forest

Regression (supervised/regression.ipynb)

  • k-Nearest Neighbours regression
  • Linear Regression
  • Ridge Regression (Regularization)
  • Ridge Regression with feature scaling
  • Polynomial Regression

Clustering (unsupervised/clustering.ipynb)

  • k-Means Clustering
  • DBSCAN
  • Spectral Clustering
  • Markov Clustering (markov_clustering Python module)

About

Basic tf2/keras deep learning models on image data and sklearn machine learning models on tabular data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published