Skip to content
View Schmebb's full-sized avatar

Block or report Schmebb

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Schmebb/README.md

Pinned Loading

  1. Autonomous_Vehicle_Simulation Autonomous_Vehicle_Simulation Public

    Simulating how a car could avoid walls and other cars given that it has sensors

    Gnuplot

  2. AVL_binary_search_tree_analysis AVL_binary_search_tree_analysis Public

    This tests the performance of an implemented AVL Tree to determine if AVL trees really do balance nodes and provide good performance irrespective of the size of the data.

    Java

  3. Binary_Search_Tree_vs_Array_comparison Binary_Search_Tree_vs_Array_comparison Public

    A Java program for querying the knowledge in GenericsKB, as well as to add additional knowledge and to update the knowledge base. The data is stored in memory while the application per-forms multip…

    Java

  4. Supervised_Learning-image-recognition Supervised_Learning-image-recognition Public

    Training a multi-class perceptron as a baseline to compare to neural networks (image classification)

    Jupyter Notebook

  5. Schmepp/receipt-splitter Schmepp/receipt-splitter Public

    Simple AI-powered receipt scanner and bill splitter. Upload a photo of a receipt, assign items to people, and calculate exactly what everyone owes.

    JavaScript

  6. Multi-threading Multi-threading Public

    Profiling a serial algorithm against a parallel implementation using Fork/Join.

    Java