
Python Stock Analysis Tutorial
Use Python to collect and analyze stock information from internet and store them in excel file for deeper analysis.

LeetCode Solution Tutorial
Leetcode contains a lot of coding problems which often appear in software engineering technical interview. Hence, detailed solutions and Youtube tutorials will absolutely make you a difference!

Tensorflow-GPU Installation
Tensorflow is a robust tool for training artificial intelligence model. However, compared to tensorflow CPU version, GPU version is much more powerful. Hence, tensorflow GPU version installation is crucial for developers with heavy training tasks.

Train Cat & Dog Neural Network
Recognizing cat and dog images by using machine learning to train Neural network with over 97% accuracy with Keras API.

Install Free SSL for Linux Website
Secure Socket Layer (SSL) will encrypt messages through your website (packets between users and server), which can prevent eavesdroppers getting message contents and make your website safer.
BiDAF Q&A System
Bi-Directional Attention Flow (BIDAF) network is a multi-stage hierarchical process that represents the context at different levels of granularity and uses bi-directional attention flow mechanism to obtain a query-aware context representation without early summarization.