Skip to content
View giangpth's full-sized avatar
Block or Report

Block or report giangpth

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
giangpth/README.md
  • 👋 Hi, I’m @giangpth.
  • 👀 I’m interested in computational biology, bioinformatics and big data (especially some approximation algorithms)
  • 🌱 I’m currently learning more about biology and how to use computer science to solve biology problems and also algorithms.
  • 💞️ I’m looking to collaborate on computational biology and also apply machine learning in biology. Besides, I am also interested in algorithms so anything about algorithm.
  • 📫 How to reach me giangphamtranhuong@gmail.com
  • In case if you need a simple tool to change your protein sequence with some point muations, you can take a look at: https://giangpth.github.io/Mutation/Mutation.html

Pinned

  1. Brute-force-Sudoku-parallel Brute-force-Sudoku-parallel Public

    Implement 2 versions of parallel brute force to solve Sudoku with C++ threads (using work stealing) and Fastflow.

    C++ 1

  2. MLP MLP Public

    Feed forward neural network with back propagation learning algorithm, momentum and regularization technique in C++ with multithread to speed up training time.

    C++ 1

  3. DataVisualizationProject DataVisualizationProject Public

    Data visualization (bar chart and graph) with animated effect and user interaction.

    JavaScript

  4. HLT HLT Public

    Natural question answering with Tensorflow 2.0 data

    Jupyter Notebook