Skip to content
View adamwlev's full-sized avatar

Block or report adamwlev

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. coco-image-captioner coco-image-captioner Public

    Image Captioner trained on COCO using PyTorch

    Python

  2. off_detector off_detector Public

    A DeepFake Detector using Pytorch

    Python

  3. how-common-are-you how-common-are-you Public

    static website with us census data viz

    Jupyter Notebook 1

  4. Natural Cubic Splines Natural Cubic Splines
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "code",
    5
       "execution_count": 1,
  5. Affine Transformation Affine Transformation
    1
    import numpy as np
    2
    
                  
    3
    def produce_transformation(tuples,tuples_t):
    4
    	"""
    5
    	Given points in some 2d space, and points in a transformed
  6. scikit-learn-contrib/forest-confidence-interval scikit-learn-contrib/forest-confidence-interval Public

    Confidence intervals for scikit-learn forest algorithms

    HTML 290 52