Pinned Repositories
actor-platform
Actor Messaging platform
attention-ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
autogen
A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
autograd
Efficiently computes derivatives of numpy code.
BERT-pytorch
Google AI 2018 BERT pytorch implementation
FloodPhishingSite
A script that can be used to flood a phishing website with useless information.
hdbscan
A high performance implementation of HDBSCAN clustering.
ICOAnalysis
Analysis on Initial Coin Offering on Blockchain
LykkeBlockchain
The python script to analyze the trade data for lykke
ginward's Repositories
ginward/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
ginward/bert
TensorFlow code and pre-trained models for BERT
ginward/bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
ginward/boto3
AWS SDK for Python
ginward/cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
ginward/Deep-Learning-in-Asset-Pricing
https://arxiv.org/abs/1805.01104
ginward/dmtcp-tests
ginward/EconML
ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goals is to build a toolkit that combines state-of-the-art machine learning techniques with econometrics in order to bring automation to complex causal inference problems. To date, the ALICE Python SDK (econml) implements orthogonal machine learning algorithms such as the double machine learning work of Chernozhukov et al. This toolkit is designed to measure the causal effect of some treatment variable(s) t on an outcome variable y, controlling for a set of features x.
ginward/grf
Generalized Random Forests
ginward/He-Kelly-Manela-2017-JFE
Replication code for He-Kelly-Manela (2017 JFE) main results. (julia 1.0 version)
ginward/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
ginward/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
ginward/lime
Lime: Explaining the predictions of any machine learning classifier
ginward/models
Models and examples built with TensorFlow
ginward/neural-backed-decision-trees
Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet
ginward/neural-tangents
Fast and Easy Infinite Neural Networks in Python
ginward/PDF-Table-Structure-Recognition-using-deep-learning
ginward/pdfrw
pdfrw is a pure Python library that reads and writes PDFs
ginward/policytree
Policy learning via doubly robust empirical welfare maximization over trees
ginward/segmentation_models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
ginward/Signal-iOS
A private messenger for iOS.
ginward/snownlp
Python library for processing Chinese text
ginward/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
ginward/Tabulo
Table Detection and Extraction Using Deep Learning ( It is built in Python, using Luminoth, TensorFlow and Sonnet.)
ginward/tensorflow
An Open Source Machine Learning Framework for Everyone
ginward/tesseract
Tesseract Open Source OCR Engine (main repository)
ginward/text-clustering-from-pdf
Simple python script to perform clustering on the texts converted from pdf.
ginward/Text_Analysis
Code for Textual Factor Framework in Cong, Liang and Zhang 2019
ginward/tutorials
PyTorch tutorials.
ginward/word2phrase
Python port of Mikolov's word2phrase.c from the word2vec toolkit