div3125 / k-nearest-neighbors
Implementation of KNN algorithm in Python 3
☆45Updated 4 years ago
Alternatives and similar repositories for k-nearest-neighbors
Users that are interested in k-nearest-neighbors are comparing it to the libraries listed below
Sorting:
- Dog and cat image classifier with deep learning☆135Updated 3 years ago
- Customer segmentation using k-means clustering in python☆58Updated 6 years ago
- Various projects in Linear Regression, Logistic Regression, k Nearest Neighbors, Decision Trees, Random Forests, SVM☆139Updated last year
- Built house price prediction model using linear regression and k nearest neighbors and used machine learning techniques like ridge, lasso…☆91Updated last year
- This repository basically covers Python implementation of different machine learning algorithms like Linear Regression, Logistic regressi…☆22Updated 8 years ago
- Implementation of VGG16 architecture in Keras☆54Updated 3 years ago
- Predicting the probability that a diagnosed breast cancer case is malignant or benign based on Wisconsin dataset☆31Updated 7 years ago
- Using global feature descriptors and machine learning to perform image classification☆89Updated 5 years ago
- Multiclass image classification using Convolutional Neural Network☆74Updated 9 months ago
- Implementing Genetic Algorithm on K-Means and compare with K-Means++☆64Updated last year
- A simple K-Means Clustering model implemented in python☆45Updated last year
- An Implementation of SVM - Support Vector Machines using Linear Kernel. This is just for understanding of SVM and its algorithm.☆48Updated 6 years ago
- 4 different image classification ConvNets models for Fashion-MNIST dataset☆101Updated 3 years ago
- Image classification tool made using python.It will Predict whether the given image belongs to Animal or Vehicle category.☆14Updated 8 years ago
- Tutorial: Support Vector Machine from scratch using Python3☆37Updated 8 years ago
- An implementation of the L2-SVM for breast cancer detection using the Wisconsin diagnostic dataset.☆19Updated 2 years ago
- Classify images, specifically document images like ID cards, application forms, and cheque leafs, using CNN and the Keras libraries.☆109Updated last year
- K-Means Clustering using Python from Scratch☆129Updated 7 years ago
- Classification of Breast Cancer diagnosis Using Support Vector Machines☆249Updated 2 years ago
- This project is to test classification algorithms wrote from scratch in python using only numpy. Algorithms wrote in this project: KNN, L…☆17Updated 7 years ago
- Balanced Multiclass Image Classification with TensorFlow on Python.☆71Updated 2 years ago
- In general, a learning problem considers a set of n samples of data and then tries to predict properties of unknown data. If each sample …☆55Updated 3 years ago
- Image Classification using Keras as well as Tensorflow.☆82Updated 9 months ago
- Image Classifier using Transfer Learning☆26Updated 7 years ago
- Use random forest, svm, decision tree, naive bayes to classify the wine quality in Python☆12Updated 6 years ago
- Keras Image Classifier, transfer learning using pretrained CNN, "RestNet50".☆14Updated 2 years ago
- Recommendation system for music.☆15Updated 2 years ago
- Detect number of fingers from image or video using OpenCV☆18Updated 5 years ago
- Implement KNN classification algorithm in Python☆18Updated 7 years ago
- Simple k-means clustering (centroid-based) using Python☆33Updated last year