Skip to content
View LGXprod's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report LGXprod

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

Pinned

  1. regression-app regression-app Public

    Regression App is an application which visualises Linear, Polynomial and Decision Tree Regression using algorithms I wrote from scratch in Typescript. It also enables you to provide your own data i…

    TypeScript

  2. movie-geek-recommendation-engine movie-geek-recommendation-engine Public

    Built a Latent Factor Model that recommends movies by first creating a matrix of users and movies, which is then factored into two separate matrices representing latent features of users and movies…

    Jupyter Notebook

  3. Disease-Prediction Disease-Prediction Public

    Using a dataset provided on Kaggle, we can associate a One Hot Encoded vector of symptoms and diagnostics, with a prognosis (the target class). The One Hot Encoded vector simply being a list of boo…

    Jupyter Notebook

  4. Melanoma-Classification-App Melanoma-Classification-App Public

    This application was developed for an assignment I did in my 3rd year of university. My team's main goal was to create an application that would help General Practitioners identify if a skin lesion…

    JavaScript

  5. programming-challenges programming-challenges Public

    This is a collection of my solutions to programming challenges from multiple sources including: Project Euler, Advent of Code, AquaQ Challenge Hub, Rosalind and Daily Coding Problem.

    Go

  6. Playlist-combiner Playlist-combiner Public

    Spotify Playlist Combiner is a web application I built for three reasons; learn how to interact with an industry API (specifically one that used Oauth), to see what data Spotify tracks and what ana…

    JavaScript