Skip to content
View mikelane's full-sized avatar
💾
Engineering Software
💾
Engineering Software
  • Portland, OR

Highlights

  • Pro
Block or Report

Block or report mikelane

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
mikelane/README.md

Hi, I'm Mike Lane. I'm a Sr. Software Engineer at Rewst. I have an MS in CS with an emphasis on AI and Machine Learning. I write beautiful, maintainable, scalable, and well-tested services.

Contact Me:

Pinned

  1. cookiecutter-python-library cookiecutter-python-library Public

    A Cookiecutter Template for Modern Python Libraries

    Python 3

  2. cookiecutter-backend-service-aws cookiecutter-backend-service-aws Public

    A Cookiecutter Template for Modern AWS Services Using Python and AWS CDK

    Python

  3. reddit-get reddit-get Public

    A CLI for getting reddit content. Perfect for using with Obsidian templater

    Python 10 2

  4. NeuralNetwork NeuralNetwork Public

    A neural network implemented in python.

    Jupyter Notebook 1

  5. Perceptrons Perceptrons Public

    Helpful hints for CS545 Homework 1

    Jupyter Notebook 1

  6. Conway's Game of Life implemented us... Conway's Game of Life implemented using a 2d convolution.
    1
    import click
    2
    import difflib
    3
    import numpy as np
    4
    import random
    5
    import sys