Skip to content
View JamesHYoun's full-sized avatar

Block or report JamesHYoun

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

Popular repositories Loading

  1. Stock-Trader Stock-Trader Public

    Developed a greedy algorithm in Python to output the maximum profit trading strategy given a stock market forecast of multiple businesses.

    Python

  2. Tic-Tac-Toe Tic-Tac-Toe Public

    Engineered a terminal-based Tic Tac Toe game in C++ along with a minimax AI algorithm that plays optimally against all users.

    C++

  3. Tents-and-Trees Tents-and-Trees Public

    Constructed a terminal-based Tents and Trees game in Python and created an AI capable of basic logical deduction that solves the game given any input.

    Python

  4. DNA-Analysis-Software DNA-Analysis-Software Public

    Programs that can locate SNPs and Indels from an alignment between the reads and a reference genome as well as use these reads to reassemble the reference genome bottom-up.

    Python

  5. Linear-Regression Linear-Regression Public

    Implemented a linear regression program that determines the least-squared-error function, given data based on a polynomial graph. Utilized binary search to automate the process of finding the learn…

    Python

  6. Logistic-Regression Logistic-Regression Public

    Wrote a logistic regression program that works with both completely and partially separable data.

    Python