Sherry-Meng

Sherry-Meng

Geek Repo

Github PK Tool:Github PK Tool

Sherry-Meng's starred repositories

deepxde

A library for scientific machine learning and physics-informed learning

Language:PythonLicense:LGPL-2.1Stargazers:2718Issues:0Issues:0

keras

Deep Learning for humans

Language:PythonLicense:Apache-2.0Stargazers:61974Issues:0Issues:0

Machine-Learning-in-Action-Python3

《机器学习实战》的python3源码

Language:HTMLStargazers:1293Issues:0Issues:0

machinelearninginaction

Source Code for the book: Machine Learning in Action published by Manning

Language:HTMLStargazers:2373Issues:0Issues:0

eakmeans

Implementation of fast exact k-means algorithms

Language:C++License:GPL-3.0Stargazers:46Issues:0Issues:0

fast-kmeans

Code to speed up k-means clustering. Originally at BaylorCS/baylorml.

Language:C++License:MITStargazers:52Issues:0Issues:0

baylorml

Machine learning library currently supporting convolutional neural networks and fast k-means clustering.

Language:C++License:MITStargazers:22Issues:0Issues:0

kmeans

Fast, parallel K-means for Python.

Language:PythonLicense:MITStargazers:4Issues:0Issues:0

Faster-Kmeans

Code for a faster K-means clustering heuristic

Language:PythonStargazers:120Issues:0Issues:0

kmc2

Cython implementation of k-MC2 and AFK-MC2 seeding

Language:PythonStargazers:203Issues:0Issues:0

machine_learning_basics

Plain python implementations of basic machine learning algorithms

Language:Jupyter NotebookLicense:MITStargazers:4317Issues:0Issues:0

particle-swarm-optimized-clustering

Hybrid PSO Clustering Algorithm with K-Means for Data Clustering

Language:Jupyter NotebookStargazers:47Issues:0Issues:0

KMeans_elbow

Code for determining optimal number of clusters for K-means algorithm using the 'elbow criterion'

Language:Jupyter NotebookLicense:MITStargazers:41Issues:0Issues:0

kmeans

K Means Clustering with Python

Language:PythonStargazers:207Issues:0Issues:0

more-ML-algorithm

There are more Machine Learning algorithms

Language:Jupyter NotebookStargazers:44Issues:0Issues:0

ffoptimized_kmeans

Optimized k-means using firefly algorithm(nature inspired meta heuristic )

Language:PythonStargazers:1Issues:0Issues:0

Kmeans-PSO

Vanila implementation of Kmeans++ with PSO optimization

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

optimization-of-kmeans-algorithm

K-Means is a clustering algorithm which is used for cluster analysis in data mining; it partitions the data set into k clusters. In this project, K-Means algorithm is optimized using PSO (Parm Swarm Optimization)in terms of time. PSO simulates the social behavior of birds and helps to improve candidate solution iteratively. This project is made in python and has been tested on some standard data sets.

Language:PythonStargazers:10Issues:0Issues:0

kmeans-pso

Optimizing k-means++ initialization using PSO

Language:PythonStargazers:16Issues:0Issues:0

canopyKmeans_improved

This is an implementation of the paper on "Improved K-means algorithm based on density Canopy".

Language:Jupyter NotebookStargazers:30Issues:0Issues:0

MachineLearning_Lab

Code lab for machine learning. Including Least Square Method,Gradient Descent,Newton's Method,Hierarchy Cluster,KNN,Markov,Adaboost,Random Number Generation(all kinds of distributions),N Sigma outlier detection,outlier detection based on median,FFT outlier detection,DBSCAN,Kmeans,Naive Bayes,perceptron,reinforcement learning.

Language:Jupyter NotebookStargazers:40Issues:0Issues:0

DeepClustering

Methods and Implements of Deep Clustering

Stargazers:2837Issues:0Issues:0

improved-bi-kmeans

改进的二分聚类 选用的优化目标:母簇分裂的误差平方和降低量

Language:Jupyter NotebookLicense:BSD-3-ClauseStargazers:4Issues:0Issues:0

Improved-K-means-Clustering-Algorithm

An improved k-means clustering algorithm with improved centroid selection and clustering functions

Language:PythonStargazers:6Issues:0Issues:0

Modified-kmeans-Python

Implémentation de l'algorithme de classification kmeans modifié en utilisant Python

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Modified_Kmeans_Image_Segmentation

A modified version of the traditional k-means clustering algorithm that considers spatial information when segmenting images.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

cmpe537-color-quantization

This is a CMPE537 project given in Fall 2019 at Boğaziçi University

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

Computer-Vision-Projects

Variety of projects in computer vision, including seam carving, color quantization, motion history images, and frame queries

Language:PythonStargazers:6Issues:0Issues:0

INCKmeans

Incremental KMeans for Color Quantization

Language:PythonLicense:GPL-2.0Stargazers:4Issues:0Issues:0