Skip to content
View jasonjj333's full-sized avatar

Block or report jasonjj333

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 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 Loading

  1. EcommerceApplication EcommerceApplication Public

    A capstone project from HCL and Verizon to create a mock up e-commerce web application using Java, JSP, Servlet, and MySQL

    Java

  2. JavaUI JavaUI Public

    Experimental Repository to learn Swing's UI creation and build an executable for a Check Item Generator.

    Java

  3. DecisionTree DecisionTree Public

    The program shall read the training data given and build a decision tree. It will then read the testing data, make a prediction of the class value, and record the accuracy of its predicitions.

    Java

  4. NaiveBayesLearning NaiveBayesLearning Public

    Given a training dataset, prints to stdout the parameters of the classifier that were estimated from the training data (i.e., the class priors and the class-conditional probabilities), Then records…

    Java

  5. MarkovProcesses MarkovProcesses Public

    Implement the value iteration algorithm for finding the optimal policy for each state of an MDP using Bellman’s equation. After each of the first 20 iterations of the value iteration algorithm,your…

    Java