sunflowers77's Stars
ashraf789/Cake-VPN
Android VPN app based on OpenVPN library.
DImuthuUpe/AndroidPdfViewer
Android view for displaying PDFs rendered with PdfiumAndroid
schwabe/ics-openvpn
OpenVPN for Android
nnjun/SimpleOpenVpn-Android
基于OpenVPN封装的Android连接库,使用非常简易。
gayanvoice/android-vpn-client-ics-openvpn
⭐ Create your Android VPN App by using Android Studio and publish to Google Play Store 🤖
mightofcode/android-vpnservice-example
a android vpnservice example, use blocking io
LipiLee/ToyVpn
Building ToyVpn in Android source sample on Android Studio
strongswan/strongswan
strongSwan - IPsec-based VPN
AugustMe/TensorFlow-Learn
TensorFlow, classification
Laadr/LC-KSVD
Implementation of the Label consistent KSVD algorithm proposed by Zhuolin Jiang, Zhe Lin and Larry S. Davis.
tiepvupsu/DICTOL
DICTOL - A Dictionary Learning Toolbox in Matlab and Python
nel215/ksvd
A ksvd implementation written in python.
syanga/ksvd-sparse-dictionary
Learn atoms of a sparse dictionary using the iterative K-SVD algorithm, written in Python.
Taib/DiscDicoLearn
Discriminative Dictionary Learning for (2D) Image Segmentation
zhixuhao/unet
unet for image segmentation
tiepvupsu/DICTOL_python
A Python implementation of well-known dictionary learning methods.
Byronnar/image_classfication
基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。
fubel/sparselandtools
:sparkles: A Python package for sparse representations and dictionary learning, including matching pursuit, K-SVD and applications.
sirius-mhlee/selective-search-for-object-recognition
Python implementation of Selective Search for Object Recognition.
NanGC/CNN
Training a convolutional neural network using own picture dataset
hechaonjau/SVM
用SVM支持向量机方法,经过LBP特征提取实现二分类
waitingfordark/four_flower
使用tensorflow和cnn做的图像识别,对四种花进行了分类。
tslgithub/image_class
基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、DenseNet
fengdu78/lihang-code
《统计学习方法》的代码实现
mayuri0192/Image-classification
Image Classification using SIFT, Bag of words, k means clustering and SVM Classification
zhouxiaoxu/image_classification_using_sift
sift + kmeans + td-idf + svm
Abhishek-Arora/Image-Classification-Using-SVM
This application uses LIBSVM and PIL to perform image classification on a set of images.
AlpacaTechJP/selectivesearch
Selective Search Implementation for Python
stephen-v/tensorflow_alexnet_classify
tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)
eshaan90/image-classification-algorithms
Classifying images using Decision Trees, Random Forests, Naive Bayes, Logistic Regression, MLP, and CNNs.