Skip to content
View arnolde123's full-sized avatar

Block or report arnolde123

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

Pinned Loading

  1. BrainCache BrainCache Public

    -----------

    Python

  2. SocialMediaManagerProject SocialMediaManagerProject Public

    Developed a Java-based social media user management interface supporting multiple platforms, utilizing a custom DataStructure factory with proprietary implementations of SkipList, ArrayBasedList, a…

    HTML

  3. Decision-Tree-Creator Decision-Tree-Creator Public

    DTree.py reads a decision tree from a CSV file, computes all expected values throughout the tree, and generates a visual representation of the fully calculated tree.

    Python

  4. HeuristicSearch HeuristicSearch Public

    Select an Algorithm (Uniform Cost Search, A*, or RBFS), select a start and end city, and the program will output the fastest route that each algorithm can find.

    Python

  5. Bandit Bandit Public

    Bandit.py implements a multi-armed bandit algorithm to optimize content recommendations for users given their content engagements.

    Python

  6. Hidden-Markov-Model Hidden-Markov-Model Public

    HMM.py reads a sequence of states and a csv file containing states and probabilities, and outputs the probability of the sequence occurring, and also all conditional probability information regardi…

    Python