Giter Site home page Giter Site logo

Hello

Thanks for visiting my github page. My repos focus on machine learning, statistics, functional programming, puzzle solving, and notes to myself. I tend to program in either python or R. Some repos are full-fledged data science tools and are published outside of github. Others are pet projects.

Machine Learning

  • python: statsmodels provides classes and functions for the estimation of many different statistical models.
  • R: dann is an implementation of Hastie and Tibshirani’s Discriminant Adaptive Nearest Neighbor Classification.
  • R: tidydann adds the 'dann' model and the 'sub_dann' model to the Tidymodels ecosystem.
  • python: microsoftLTR trains a M.L. model that directly optimizes gain.
  • R: survivoR builds time to event models.
  • python: anomaly_detection trains multiple anomaly detection models on a simulated dataset.
  • R: extendedFamily adds new links to R’s generalized linear models.
  • python: translator translates English to Spanish with tensorflow.
  • python: glm_irls is an implementation of generalized linear models from the ground up using numpy.
  • python: coord-descent-glm is an implementation of generalized linear models using coordinate descent and functional programming.
  • python: tensorflow contains examples of
    • two versions of a generative adversarial network
    • transfer learning
    • data augmentation
    • functional A.P.I. with a residual connection
    • auto encoder
  • python: aws_docker_py is a containerized model in AWS.
  • python: semi_supervised_two explores the usefulness of semi-supervised machine learning.
  • python: feature_selection compares different feature selection methods for machine learning.

Hypothesis Testing

  • R: LRTesteR is a collection of hypothesis tests and confidence intervals based on the likelihood ratio.

Simulation Studies

Data Creation

  • R: GlmSimulatoR allows the user to easily and quickly create data for the generalized linear model.
  • python: datasets-friedman-1994 implements simulated dataset algorithms from Friedman (1994).

Functional Programming

  • R: functional_playground contains odds and ends of functional programming ideas.
  • R: altForm contains alternative formulations of statistical functions.

Puzzle Solving

  • python: backtracking solving puzzles using backtracking algorithms.
    • Sudoku puzzles
    • Knights tour problem
    • N queens problem
    • Pizza Hut's pi day challenge.

Notes

  • R: glm_notes is a collection of notes about generalized linear models.
  • python: interviewQuestions is a collection of technical programming questions I have been asked during data science interviews.
  • python: conda_environments contains conda commands for my typical conda environments.
  • pencil: proofs is a collection of math proofs.

Greg McMahan's Projects

altform icon altform

Alternative formulations of statistical functions.

dann icon dann

Discriminant Adaptive Nearest Neighbors

glm_irls icon glm_irls

Implementing generalized linear models via IRLS algorithm

glm_notes icon glm_notes

A collection of notes about generalized linear models.

glmsimulator icon glmsimulator

Easily and quickly create data for the generalized linear model.

lrtester icon lrtester

A collection of hypothesis tests and confidence intervals based on the likelihood ratio.

microsoftltr icon microsoftltr

Optimizing gain with LightGBM and Microsoft's 30K data.

statsmodels icon statsmodels

Statsmodels: statistical modeling and econometrics in Python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.