debonx
Follow
🍕
Food processing
-
adidas ///
- Amsterdam
Pinned Loading
-
Luhn's algorithm implementation for ...
Luhn's algorithm implementation for credit card sequence validation. 1#include <cs50.h>
2#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5 -
Naive Bayes classifier in Python
Naive Bayes classifier in Python 1#Import datasets and libraries
2from sklearn.datasets import fetch_20newsgroups
3from sklearn.naive_bayes import MultinomialNB
4from sklearn.feature_extraction.text import CountVectorizer
5 -
Example of Supervised Machine Learni...
Example of Supervised Machine Learning with Support Vector Classifier from sklearn. 1from sklearn.svm import SVC
2from graph import points, labels
34# Create SVC classifier (linear decision boundary)
5classifier = SVC(kernel = 'linear')
-
Example of Unsupervised Machine Lear...
Example of Unsupervised Machine Learning with KMeans (sklearn). 1import matplotlib.pyplot as plt
2from sklearn import datasets
34# From sklearn.cluster, import Kmeans class
5from sklearn.cluster import KMeans
-
Using Python and sklearn to create a...
Using Python and sklearn to create a Breast Cancer Classifier and predict malignant or benign tumours, based on features list. 1# Importing breast cancer data and features.
2# Importing training model, classifier and matplotlib
34import codecademylib3_seaborn
5from sklearn.datasets import load_breast_cancer
-
kleeia.com
kleeia.com PublicA nice journey to build a marketplace for artisans with WordPress and WooCommerce, between 2015 and 2018. ALPHA Exhibitor at WebSummit 2016 and 2017 editions.
HTML 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.