Step-by-Step: Using Hexo and GitHub to Create Your Website Hi everyone! I’m excited to share that I’ve created my own website today! Welcome to my blog! In this post, I’ll share my step-by-step approach to using Hexo and GitHub to build it. 1. Preparation Gi 2023-09-10 Website #Website #Hexo
Build Chatbots: Your Own Multi-Document Assistant Welcome to this tutorial where we’ll build a powerful chatbot to answer questions from various documents (PDF, DOC, TXT). I’ve used LangChain, OpenAI API, and Large Language Models from Hugging Face t 2023-12-20 Natural language processing #AI #LLM #NLP
NLP: Sentiment Analysis with LSTM Introduction to Sentiment AnalysisSentiment Analysis, a common application in Natural Language Processing (NLP), is an interesting task aimed at extracting emotional content from text and categorizing 2023-10-28 Natural language processing #NLP
NLP: Bag of Words Model This article will introduce the common Bag of Words (BoW) model in NLP and how to utilize it for calculating the similarity between sentences using cosine similarity. Firstly, let’s delve into what th 2023-10-12 Natural language processing #NLP
DW: Common Commands of HiveQL HiveQL, the SQL-like language for querying data in Apache Hive, empowers users to interact with structured data in a distributed computing environment. Below are some frequently used commands: Data De 2023-09-28 Data Warehouse #DW
DW: Introduction to Apache Hive 1. Introduction to HiveApache Hive is an open-source data warehousing system built on top of Hadoop. It translates structured and semi-structured data files stored in Hadoop files into a database tabl 2023-09-15 Data Warehouse #DW
DW: Introduction to Data Warehouses In this article, we’re diving into the world of data warehousing. We’ll break down the basics, explore how it all started, and uncover why it’s become such a big deal in the business world. A data wa 2023-09-12 Data Warehouse #DW