ggo73's Stars
MTG/essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
cslotboom/hysteresis
Data analysis tools for nonfunctional curves.
lazyprogrammer/machine_learning_examples
A collection of machine learning examples and tutorials.
aresio/miniful
A minimal fuzzy library
ikatsov/tensor-house
A collection of reference Jupyter notebooks and demo AI/ML applications for enterprise use cases: marketing, pricing, supply chain, smart manufacturing, and more.
micheletizzoni/covid-19
A collection of work related to COVID-19
transatlantic-comppsych/sklearn-lmer
Scikit-learn estimator wrappers for pymer4 wrapped LME4 mixed effects models
QuantEcon/lecture-python.notebooks
Notebooks for https://python.quantecon.org
ilguyi/optimizers.numpy
adityatb/noise-reduction-using-rnn
Implements python programs to train and test a Recurrent Neural Network with Tensorflow
erdogant/bnlearn
Python package for Causal Discovery by learning the graphical structure of Bayesian networks. Structure Learning, Parameter Learning, Inferences, Sampling methods.
BayesWitnesses/m2cgen
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
parrt/dtreeviz
A python library for decision tree visualization and model interpretation.
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
doandongnguyen/FQL-Fuzzy-Q-Learning
Fuzzy Q-Learning Algorithm
SigmaQuan/NTM-Keras
An attempt at replicating "Neural Turing Machines" in Keras.
flomlo/ntm_keras
An implementation of the Neural Turing Machine as a keras recurrent layer.
farismismar/Q-Learning-Power-Control
Code for the following publication: F. B. Mismar, J. Choi, and B. L. Evans, "A Framework for Automated Cellular Network Tuning with Reinforcement Learning", IEEE Transactions on Communications, vol. 67, no. 10, Oct. 2019, pp. 7152-7167, DOI 10.1109/TCOMM.2019.2926715.
curv3d/curv
a language for making art using mathematics
inuritdino/HiguchiFractalDimension
Higuchi Fractal Dimension (HFD) for 1D(time) series
TUIlmenauAMS/FilterBanks_FastPythonImplementation
Filter Banks, Fast Python Implementation
rgleichman/glance
A visual Haskell
jagenjo/litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
cair/pyTsetlinMachineParallel
Multi-threaded implementation of the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and multigranularity.
google/neural-tangents
Fast and Easy Infinite Neural Networks in Python
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild
Xtra-Computing/thundergbm
ThunderGBM: Fast GBDTs and Random Forests on GPUs
Project-Platypus/Platypus
A Free and Open Source Python Library for Multiobjective Optimization
bayesian-optimization/BayesianOptimization
A Python implementation of global optimization with gaussian processes.