PiotrekGa's Stars
huggingface/transformers
š¤ Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
ageron/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
shap/shap
A game theoretic approach to explain the output of any machine learning model.
RasaHQ/rasa
š¬ Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
ddbourgin/numpy-ml
Machine learning, in numpy
optuna/optuna
A hyperparameter optimization framework
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
firmai/industry-machine-learning
A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)
r0f1/datascience
Curated list of Python resources for data science.
nalepae/pandarallel
A simple and efficient tool to parallelize Pandas operations on all availableĀ CPUs
adambielski/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
mljar/mljar-supervised
Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
getguesstimate/guesstimate-app
Create Fermi Estimates and Perform Monte Carlo Estimates
pymc-devs/pymc-resources
PyMC educational resources
ahmedfgad/GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
arviz-devs/arviz
Exploratory analysis of Bayesian models with Python
zalandoresearch/pytorch-ts
PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
TheEconomist/us-potus-model
Code for a dynamic multilevel Bayesian model to predict US presidential elections. Written in R and Stan.
bambinos/bambi
BAyesian Model-Building Interface (Bambi) in Python.
dswah/pyGAM
[HELP REQUESTED] Generalized Additive Models in Python
aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3
Python/PyMC3 port of the examples in " Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath
msurtsukov/neural-ode
Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations
patrick-kidger/NeuralCDE
Code for "Neural Controlled Differential Equations for Irregular Time Series" (Neurips 2020 Spotlight)
wwrechard/pydlm
A python library for Bayesian time series modeling
stared/thinking-in-tensors-writing-in-pytorch
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
Sotera/distributed-graph-analytics
Distributed Graph Analytics (DGA) is a compendium of graph analytics written for Bulk-Synchronous-Parallel (BSP) processing frameworks such as Giraph and GraphX. The analytics included are High Betweenness Set Extraction, Weakly Connected Components, Page Rank, Leaf Compression, and Louvain Modularity.
diogomatoschaves/geneal
A genetic algorithm implementation in python
gmum/rl-crash-course
Crash Course in Reinforcement Learning - ML in PL workshops
tammok/CVST
Fast Cross-Validation via Sequential Testing