Pinned Repositories
A-Tiny-Grammarly-Hack
test
antoinecollet5
My personal repository
ArchPy
awesome-open-geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
cookiecutter-pypackage
Cookiecutter template for a Python package.
cookiecutter-pypackage-improved
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
CppNumericalSolvers
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
Jsonpickle
lbfgsb
A python impementation of the famous L-BFGS-B quasi-Newton solver.
pyPCGA
pyPCGA: fast and scalable inverse modeling approach
antoinecollet5's Repositories
antoinecollet5/lbfgsb
A python impementation of the famous L-BFGS-B quasi-Newton solver.
antoinecollet5/pyPCGA
pyPCGA: fast and scalable inverse modeling approach
antoinecollet5/antoinecollet5
My personal repository
antoinecollet5/ArchPy
antoinecollet5/awesome-open-geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
antoinecollet5/cookiecutter-pypackage
Cookiecutter template for a Python package.
antoinecollet5/cookiecutter-pypackage-improved
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
antoinecollet5/CppNumericalSolvers
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
antoinecollet5/Eigen-Based-KD-Tree
A simple and efficient c++ KDTree implementation.
antoinecollet5/filterpy
Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
antoinecollet5/FVM
Finite volume method applied to the advection-diffusion equation
antoinecollet5/genES-MDA
genES-MDA is a generic Python open-source software package to solve inverse problems via the Ensemble Smoother with Multiple Data Assimilation
antoinecollet5/GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
antoinecollet5/geoML
Spatial modeling using machine learning concepts
antoinecollet5/geone
DeeSse interface, utilities and examples
antoinecollet5/georunes
antoinecollet5/HODLR
A fast, accurate direct solver and determinant computation for dense linear systems
antoinecollet5/iterative_ensemble_smoother
Algorithms for data assimilation using ensemble methods.
antoinecollet5/jsonpickle-1
Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
antoinecollet5/kalman-filtering
Some tests about Kalman filetring with python.
antoinecollet5/mathtoolbox
Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen
antoinecollet5/nbsphinx-link
A sphinx extension for including notebook files from outside sphinx source root.
antoinecollet5/nested_grid_plotter
NestedGridPlotter is based on matplotlib and intends to simplify the plotting of nestedgrid by providing a objected oriented class.
antoinecollet5/pybedforms
python port of the USGS bedforms software tool
antoinecollet5/pyesmda
antoinecollet5/pymc
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with PyTensor
antoinecollet5/pyrtid
Reactive Transport Inversion is a reactive transport inversion demonstrator written in Python.
antoinecollet5/ruff
An extremely fast Python linter, written in Rust.
antoinecollet5/spde_practical
Some practicals to discover spde and how it works
antoinecollet5/stochopy
Python library for stochastic numerical optimization