Skip to content
View adamwlev's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. coco-image-captionercoco-image-captionerPublic

    Image Captioner trained on COCO using PyTorch

    Python

  2. off_detectoroff_detectorPublic

    A DeepFake Detector using Pytorch

    Python

  3. how-common-are-youhow-common-are-youPublic

    static website with us census data viz

    Jupyter Notebook 1

  4. Natural Cubic SplinesNatural Cubic Splines
    1
    {
    2
    "cells": [
    3
     {
    4
    "cell_type": "code",
    5
    "execution_count": 1,
  5. Affine TransformationAffine Transformation
    1
    importnumpyasnp
    2
    3
    defproduce_transformation(tuples,tuples_t):
    4
    """
    5
    	Given points in some 2d space, and points in a transformed
  6. scikit-learn-contrib/forest-confidence-intervalscikit-learn-contrib/forest-confidence-intervalPublic

    Confidence intervals for scikit-learn forest algorithms

    HTML 288 54