- San Francisco Bay Area
Stars
Async web3py middleware that collects eth calls and batches them into multicalls, then batches those multicalls into jsonrpc batches along with all your other calls in the background.
List of smart contract optimizations in solidity
Unified token list for OP Mainnet, Base, and other OP Chains
Utilities based on Pythons iterators and generators.
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in…
Proof of work algorithm based on random code execution
A library of extension and helper modules for Python's data analysis and machine learning libraries.
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Lessons from my life as a Data Scientist
A game theoretic approach to explain the output of any machine learning model.
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
Perform data science on data that remains in someone else's server
A library for efficient similarity search and clustering of dense vectors.
Code for Concrete Dropout as presented in https://arxiv.org/abs/1705.07832
A platform for developing AI systems as described in A Roadmap towards Machine Intelligence - http://arxiv.org/abs/1511.08130
Positive and unlabeled learning wrappers for scikit-learn
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep lear…
An adversarial example library for constructing attacks, building defenses, and benchmarking both