60 skills found · Page 1 of 2
HuangCongQing / AI CompetitionsAI比赛相关信息汇总
ptyadana / Data Science And Machine Learning Projects Dojocollections of data science, machine learning and data visualization projects with pandas, sklearn, matplotlib, tensorflow2, Keras, various ML algorithms like random forest classifier, boosting, etc
luopeixiang / TextclfTextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
paypal / Autosklearn Zeroconfautosklearn-zeroconf is a fully automated binary classifier. It is based on the AutoML challenge winner auto-sklearn. Give it a dataset with known outcomes (labels) and it returns a list of predicted outcomes for your new data. It even estimates the precision for you! The engine is tuning massively parallel ensemble of machine learning pipelines for best precision/recall.
davidsbatista / Text ClassificationAn example on how to train supervised classifiers for multi-label text classification using sklearn pipelines
dustinstansbury / Stacked GeneralizationPython implementation of stacked generalization classifier. Plays nice with sklearn.
KingArthur000 / Electrical Fault Detection And ClassificationA sample power system was modeled using MATLAB Simulink and all six types of faults were introduced into the transmission line of the power system. An ML classifier using 8 types model was implemented using sklearn and an appropriate model was selected as the end model for each problem.
Z-Fran / DEAP EEG Emotion Analyse And ClassifySimply emotion analyse and classify using EEG data based on DEAP dataset, using python and sklearn(SVM,KNN,Tree). 简单的EEG脑电数据情感分析,使用python和DEAP数据集。
RaczeQ / Scikit Learn C4.5 Tree ClassifierA C4.5 tree classifier based on a zhangchiyu10/pyC45 repository, refactored to be compatible with the scikit-learn library.
matatusko / Opinion Or Fact Sentence ClassifierClassifies sentences whether they represent a fact or personal opinion with 90% accuracy using various Machine Learning algorithms from sklearn library.
Troy-Wang / BabyCryDetectorA baby cry detector written with matlab and a classifier based on sklearn.
agrimagsrl / MicromlgenGenerate C code for microcontrollers from Python's sklearn classifiers
abdullahselek / SpampySpam filtering module with Machine Learning using SVM (Support Vector Machines).
code-kern-ai / Sequence LearnWith sequence-learn, you can build models for named entity recognition as quickly as if you were building a sklearn classifier.
NtMalDetect / NtMalDetectOpen source malware detection program using machine learning algorithms on system call traces.
mtpatter / Mlflow TutorialFully reproducible, Dockerized, step-by-step, tutorial on training and serving a simple sklearn classifier model using mlflow. Detailed blog post published on Towards Data Science.
kbhujbal / SubmarineShield Underwater Anomaly Recognition Svm⚓ ML system for submarine threat detection using SVM to classify sonar signals as mines or rocks. Features GridSearchCV optimization, sklearn pipelines, and comprehensive evaluation metrics for underwater anomaly recognition.
fasttrees / FasttreesA fast and frugal tree classifier for sklearn
ayush-jain / Hotel Recommender SystemA hotel recommender system in python using hybrid approach of content based and collaborative filtering of hotel reviews by a user. Text Mining done using NLTK library and chi-square feature selection using sklearn. User profile was generated using an ensemble classifier.
saidsef / Ml ClassifierML-powered news classifier: categorise articles via REST API. Built with scikit-learn, model comparison with VotingClassifier, and a REST API service for real-time predictions with Docker and Kubernetes deployment