Skip to content
View atxarib99's full-sized avatar
  • Austin, TX

Organizations

@DallasFormulaRacing
Block or Report

Block or report atxarib99

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. DallasFormulaRacing/DataAnalyzer DallasFormulaRacing/DataAnalyzer Public

    This is a program that reads in vehicle dynamics data from CSV files and outputs them into useful charts to help analyze data.

    Java 12 4

  2. titanic titanic Public

    This project shares my experience and learning while competiting in Kaggle's titanic machine learning competitions.

    Python

  3. CategoricalHashTable CategoricalHashTable Public

    This class takes objects and puts them into a hashtable that organizes data into categories. Each class will provide a way to categorize the element. This category is used to calculate which index …

    Java

  4. GrandExchangeMonitor GrandExchangeMonitor Public

    An application that can monitor Grand Exchange prices for items in RuneScape. Built in flutter for cross platform between web, Android, and iOS

    Dart 1

  5. SVMWithSlack SVMWithSlack Public

    An generic SVM solver that allows the user to input data from a file or from their own modeling class.

    Python

  6. kNN kNN Public

    This repository setups up a basic dry kNN (k-Nearest Neighbor). The idea is to have a structure where training data can quickly be loaded into predictions can be made.

    Python