Skip to content
/ Golang Public

Implementation of various projects in Golang.

Notifications You must be signed in to change notification settings

cglamb/Golang

Repository files navigation

Projects Implemented in Golang

Author

Charles Lamb

Command Line Application

Develops a simple command line utility that calculates descriptive statistics.

Concurrent Regression

Fits a linear regression and performs calculating using concurrency. Concurrent application was tested against idential calculation run sequentially. Concurrent application reduced runtime by 75%.

Imagine Pipeline

Performs basic imagine manipulation. Repository modifies Amrit Singh’s original repository to add imagine rotation. This functionality was developed for use in computer vision training.

Random Forest

Fits a random forest model. Benchmarks performance and results against RF models fit in a R and Python environment.

Regression Benchmarking

Benchmarks performance of a regression model ran in R, Python, and Golang.

Web Scraper

Basic web scrapping tool.