An open API service providing repository metadata for many open source software ecosystems.

GitHub / mattkearns 1 Repository

mattkearns/automated-data-preprocessing

A command-line utility program for automating the trivial, frequently occurring data preparation tasks: missing value interpolation, outlier removal, and encoding categorical variables.

Language: Python - Size: 442 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 34 - Forks: 15

mattkearns/expert-system-shell

This is a rule-based logic system that uses forward- and backward-chaining algorithms to do two things: 1.) learn new rules and variable values based on those previously learned by the system, and 2.) explain its reasoning back to the user.

Language: Python - Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 33 - Forks: 16

mattkearns/credit-approval-prediction

Predicting whether or not a customer will be approved for a credit card based on 15 predictor variables.

Language: Jupyter Notebook - Size: 111 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

mattkearns/deep-neural-networks-practice

Building deep neural networks from scratch to learn about forward/backward propagation algorithms and optimizations.

Size: 1000 Bytes - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mattkearns/carpe-noctem

Language: Python - Size: 6.84 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mattkearns/django-website-template

A template for creating websites using the Python Django framework.

Language: Python - Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mattkearns/flask-bootstrap-templates

Python Flask templates styled with Bootstrap.

Language: HTML - Size: 2.93 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/flask-app

Creating a simple Flask app using Python.

Language: HTML - Size: 7.81 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/StatiX

Statix is a Python library for making descriptive and inferential statistics accessible to your Python programs.

Language: Python - Size: 160 KB - Last synced at: 13 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/Aleph-0

Aleph-0 is a web-based search assistant that can be used to query both general and computational knowledge from the Wolfram|Alpha and Wikipedia knowledge engines.

Language: HTML - Size: 411 KB - Last synced at: 7 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

mattkearns/tweepy-tutorial

Learning tweepy from its documentation: http://tweepy.readthedocs.io/en/v3.6.0/. Work done in a Jupyter notebook.

Language: Jupyter Notebook - Size: 1000 Bytes - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/mdkearns.github.io

Personal Website for Matthew Kearns

Language: HTML - Size: 297 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/writing-samples

This repository contains several samples of my writing: research paper(s), technical memo synopsis, and my undergraduate thesis.

Size: 1.27 MB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/loan-default-prediction

Predicting loan default using machine learning on Lending Club data from 2007-2011.

Size: 8.95 MB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/unsupervised-learning-sklearn

This is a repository for applying unsupervised learning models to data using the scikit-learn library.

Size: 1.95 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/fintech-app

Language: Python - Size: 1020 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/bank-marketing-analysis

A repository for building statistical models to evaluate a Portuguese bank's marketing efforts.

Language: Jupyter Notebook - Size: 516 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/cs3240-labdemo

CS 3240 Pre-Lab 3

Language: Python - Size: 182 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

mattkearns/scientific-computing-libraries

This repository contains tutorial exercises for the following scientific computing libraries: NumPy, SciPy, Matplotlib, and Pandas. These exercises were completed using Jupyter notebooks for exhibitionary purposes.

Language: Jupyter Notebook - Size: 156 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

mattkearns/technical-resume-template

A free technical resume template for anyone that needs one.

Size: 27.3 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/MDN-local-library

This is a simple website built using the Django web framework and Python 3. I followed the Mozilla Developer Network (MDN) Django tutorials available on developer.mozilla.org to complete this project.

Size: 8.79 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/kaggle-models-public

A repository for applying machine learning algorithms to public Kaggle data sets.

Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/supervised-learning-sklearn

This is a repository for applying supervised learning models to data using the scikit-learn library.

Language: Jupyter Notebook - Size: 271 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/statistical-learning-models

This is a repository for implementing statistical learning models from scratch using the Python and Java programming languages.

Language: Java - Size: 9.77 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mattkearns/java-game-development

Guardian of the Classroom: A professor must protect his students from zombies after a science experiment goes wrong.

Language: Java - Size: 22.2 MB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

mattkearns/encryption-python

Public key and symmetric key encryption of both files and strings using python3 and crypto.

Language: Python - Size: 60.5 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

mattkearns/RoadRageGame

This is a simple dodger-style game created using python and pygame.

Language: Python - Size: 1.15 MB - Last synced at: 7 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mattkearns/Tennis-Game

This game is an arcade-style tennis game developed using Java. It is a single player game where the player battles the computer; however, the computer (AI) tracks the vertical motion of the pong ball, so the computer is unbeatable.

Language: Java - Size: 3.91 KB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0