Skip to content
View adamwlev's full-sized avatar
Block or Report

Block or report adamwlev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 282 45