Pinned Repositories
AI_ChessGame
an Artificial Intelligence (AI) plays Morris Game based on min-max search tree
ChatRoom_ClientServer
A GUI client application connects the Chat Server to talk with other client application. PyQt5 as GUI, socket/TCP as protocol.
CitiBike_DataAnalysis
Statistical analyze Citi Bike data using naïve Bayes / Chow-Liu tree
h1b2019database
Analytics in 2019 H1B petition data, by loading file into local sqlite database
Java-for-High-School-Students
material of tutor class
leetcode_MostLikedQuests
Using API calls to get all leetcode questions and store its like/dislike counts to get the top like/dislike ratio questions
LuvAdjust
Image luminance adjustment in openCV, one by linear-scaling and one by histogram equalization
NLP_bigram
An automatic speech recognition system has provided two written sentences as possible interpretations to a speech input
NLP_HMM_Viterbi
Viterbi algorithm to run on a Hidden Markov Model to compute the most likelihood
SQL_LibrarySystemProject
Library system has UI to support SQL query on database with JDBC
fatliau's Repositories
fatliau/leetcode_MostLikedQuests
Using API calls to get all leetcode questions and store its like/dislike counts to get the top like/dislike ratio questions
fatliau/h1b2019database
Analytics in 2019 H1B petition data, by loading file into local sqlite database
fatliau/ChatRoom_ClientServer
A GUI client application connects the Chat Server to talk with other client application. PyQt5 as GUI, socket/TCP as protocol.
fatliau/CitiBike_DataAnalysis
Statistical analyze Citi Bike data using naïve Bayes / Chow-Liu tree
fatliau/hs_workflow_find_contact_from_website
Powered by HubSpot workflow, when a company record is created, this custom Python code fetch an email from the website, for the workflow to create contact
fatliau/LuvAdjust
Image luminance adjustment in openCV, one by linear-scaling and one by histogram equalization
fatliau/NLP_bigram
An automatic speech recognition system has provided two written sentences as possible interpretations to a speech input
fatliau/NLP_HMM_Viterbi
Viterbi algorithm to run on a Hidden Markov Model to compute the most likelihood
fatliau/SQL_LibrarySystemProject
Library system has UI to support SQL query on database with JDBC
fatliau/AI_ChessGame
an Artificial Intelligence (AI) plays Morris Game based on min-max search tree
fatliau/Java-for-High-School-Students
material of tutor class
fatliau/LaTeX_resume
My resume by LaTeX
fatliau/leetcodeStatTool
pulling information by api in leetcode.com
fatliau/MarkingPositionMonitor
Determine the stock holding amount, from see/buy initiation, order fill, or cancel operations.
fatliau/MNIST_cnn
Convolutional Neural Network (CNN) for recognising handwritten digits (MNIST)
fatliau/Multithread-programming
Bakery Algorithm and Tournament Algorithm implementation
fatliau/PCA
Principal component analysis
fatliau/PyQtTextEditor
Using PyQt4 as GUI for a simple TextEditor