weipenegHU's Stars
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
gogs/gogs
Gogs is a painless self-hosted Git service
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
ageron/handson-ml
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
microsoft/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
apprenticeharper/DeDRM_tools
DeDRM tools for ebooks
optuna/optuna
A hyperparameter optimization framework
afshinea/stanford-cs-230-deep-learning
VIP cheatsheets for Stanford's CS 230 Deep Learning
BelledonneCommunications/linphone-android
Linphone.org mirror for linphone-android (https://gitlab.linphone.org/BC/public/linphone-android)
ilmoi/MML-Book
Code / solutions for Mathematics for Machine Learning (MML Book)
Mcompetitions/M5-methods
Data, Benchmarks, and methods submitted to the M5 forecasting competition
cov-lineages/pangolin
Software package for assigning SARS-CoV-2 genome sequences to global lineages.
allenlu2008/PythonDemo
虾神的Python示例代码库
AgoraIO/Advanced-Video
beast-dev/beast-mcmc
Bayesian Evolutionary Analysis Sampling Trees
verena-zuber/demo_AMD
erdogant/kaplanmeier
kaplanmeier is an python library to create survival curves using kaplan-meier, and compute the log-rank test.
ksdkamesh99/Ling-Gender
A Natural Language Processing model trained with over 1,00,000 (1 Lakh) names is used to predict a gender of a person based on the first name of the person.This model is created using Long Short Term Memory(LSTM) a variant of Recurrent Nueral Network which has training accuracy of 99.35% and tested over 11,000 samples with a test accuracy of 89.08% which is quite high in nlp for out of sample test cases.