And hello to u too:) Click the icon above for more detail

Project

Most Recent Project

Intelligent Doctor: a medical advising system that can generate clinical note given CT images and recommend morphine usages given ICU patients’ status using Python, PyTorch with MIMICIV dataset. More details on here.

Intelligent Doctor

We developed an end-to-end medical advising system that is able to generate clinical note giving a patient's CT image and suggest appropriate morphine dosage using PyTorch with MIMICIV dataset.

Clinical Note Generation

The Vision Transformer-based CT intelligent diagnosis report combines computer vision and natural language processing algorithms, and the introduction of the memory driver module significantly improves the accuracy of the model when generating medium-length diagnosis reports.

Morphine Dose Prediction

We use Q-Learning to make the model learn the optimal dose of sedative use. Our model combines two extensions of the traditional deep Q network (DQN). First, the dual-deep Q network improves the stability of the algorithm by bifurcating Q values into two values: state value and action dominance, while the former of the double-deep Q network (DDQN) alleviates the problem of overestimation of value due to bootstrapping and maximization by separating action selection from value estimation. The model has two hidden layers, consisting of 64 and 256 nodes, respectively, with Leaky-ReLu activation functions and equally sized dominance and value streams. In each training step, we randomly (uniformly) draw samples from the experience pool to allow the model to learn.


Grad School Application Information System

  1. Realized more than 10 stored procedures according to system needs by programming SQL to provide access to data to external software.
  2. Developed and launched a website utilizing Spring Boot, CSS, HTML, and Heroku – enabling users to examine or contribute information about applicants to graduate programs and their application results, allowing students to get a sense of which programs they may be eligible.

Animal Rescuing System

  1. Designed and implemented the database structure by using ER Diagrams and programming SQL to provide robust storage for the animal rescuing system, owned and managed all changes to the data models.
  2. Collaborated with team members to implement and deploy the system that deliver animal rescuing related functionalities using PHP and Bootstrap.

More to be added