Posts by Tag

Computer sciences

Sort algorithms

Sort makes searches faster. Let’s cover famous sorting algorithms with their complexity and implementation. Implementation can vary a little, but the complex...

Heap

A heap is a complete binary tree, where every parent has a key greater than or equal to (max heap) or less than or equal to (min heap) its child’s key.

Tree

A tree is a data structure that represents a hierarchical relationship. A link to another node is one way (only from higher to lower, no cyclic connection),...

Stack, Queue, and Deque

Stack, Queue, and Deque are commonly used linear (ordered) data strucrues. They vary depending on the position of insertion and deletion operation.

Linked List

This post will briefly introduce about the linked list and its variations.

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Data structure

Sort algorithms

Sort makes searches faster. Let’s cover famous sorting algorithms with their complexity and implementation. Implementation can vary a little, but the complex...

Heap

A heap is a complete binary tree, where every parent has a key greater than or equal to (max heap) or less than or equal to (min heap) its child’s key.

Tree

A tree is a data structure that represents a hierarchical relationship. A link to another node is one way (only from higher to lower, no cyclic connection),...

Stack, Queue, and Deque

Stack, Queue, and Deque are commonly used linear (ordered) data strucrues. They vary depending on the position of insertion and deletion operation.

Linked List

This post will briefly introduce about the linked list and its variations.

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Algorithm

Sort algorithms

Sort makes searches faster. Let’s cover famous sorting algorithms with their complexity and implementation. Implementation can vary a little, but the complex...

Heap

A heap is a complete binary tree, where every parent has a key greater than or equal to (max heap) or less than or equal to (min heap) its child’s key.

Tree

A tree is a data structure that represents a hierarchical relationship. A link to another node is one way (only from higher to lower, no cyclic connection),...

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Credit card fraud detection

Back to top ↑

Linear regression

Dancer’s Business

In this project, I’ll predict a dancer’s income in five different cities in the U.S. by statistical modeling with various data. Please find many interesting ...

Statistics about Linear Regression

Linear regression can build a statistical model which predicts a continuous numerical output using a continuous numerical input(s). Simply, it finds a parame...

Back to top ↑

Goodness of fit

Dancer’s Business

In this project, I’ll predict a dancer’s income in five different cities in the U.S. by statistical modeling with various data. Please find many interesting ...

Statistics about Linear Regression

Linear regression can build a statistical model which predicts a continuous numerical output using a continuous numerical input(s). Simply, it finds a parame...

Back to top ↑

Statistics

Statistics about Linear Regression

Linear regression can build a statistical model which predicts a continuous numerical output using a continuous numerical input(s). Simply, it finds a parame...

Back to top ↑

Python

Back to top ↑

Anomaly detection

Back to top ↑

Tips

Back to top ↑

GitHub Pages

Back to top ↑

Jekyll

Back to top ↑

Memory structure

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Array

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Structure

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Node

Intro of data structure and algorithm

A data structure is an expression of objects in computing, which describes an organization of data with rules of operations within. An algorithm is a finite ...

Back to top ↑

Linked list

Linked List

This post will briefly introduce about the linked list and its variations.

Back to top ↑

Stack

Stack, Queue, and Deque

Stack, Queue, and Deque are commonly used linear (ordered) data strucrues. They vary depending on the position of insertion and deletion operation.

Back to top ↑

Queue

Stack, Queue, and Deque

Stack, Queue, and Deque are commonly used linear (ordered) data strucrues. They vary depending on the position of insertion and deletion operation.

Back to top ↑

Deque

Stack, Queue, and Deque

Stack, Queue, and Deque are commonly used linear (ordered) data strucrues. They vary depending on the position of insertion and deletion operation.

Back to top ↑

Tree

Tree

A tree is a data structure that represents a hierarchical relationship. A link to another node is one way (only from higher to lower, no cyclic connection),...

Back to top ↑

Heap

Heap

A heap is a complete binary tree, where every parent has a key greater than or equal to (max heap) or less than or equal to (min heap) its child’s key.

Back to top ↑

Sort

Sort algorithms

Sort makes searches faster. Let’s cover famous sorting algorithms with their complexity and implementation. Implementation can vary a little, but the complex...

Back to top ↑

Fake news

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

LSTM

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

RNN

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Naive Bayes

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Feedforward Neural Network

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

One-hot encoding

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Word embedding

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Glove

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Maching learning

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Bagging

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Ensemble learning

Fake news detection

I’m introducing my automative fake news detection machine learning project. Since there is no concensus theory in detection of fake news solely based on news...

Back to top ↑

Reduced chi-square

Statistics about Linear Regression

Linear regression can build a statistical model which predicts a continuous numerical output using a continuous numerical input(s). Simply, it finds a parame...

Back to top ↑

Gradient descent

Statistics about Linear Regression

Linear regression can build a statistical model which predicts a continuous numerical output using a continuous numerical input(s). Simply, it finds a parame...

Back to top ↑

Machine learning

Back to top ↑

Scoring metric

Back to top ↑

Housing price prediction

Back to top ↑

Error propagation

Back to top ↑

Logistic regression

Back to top ↑

KNN

Back to top ↑

Decision Tree

Back to top ↑

Classification

Back to top ↑

Handwrite digits

Back to top ↑

k-Means

Back to top ↑

MathJax

Back to top ↑

Minimal-Mistakes

Back to top ↑

Pandas

Merge various datasets with Pandas

Here, I’m presenting my code I used to manipulate and merge multiple datasets. This is part of my dancer’s business project. Hope it is useful!

Back to top ↑

Tabular data

Merge various datasets with Pandas

Here, I’m presenting my code I used to manipulate and merge multiple datasets. This is part of my dancer’s business project. Hope it is useful!

Back to top ↑

Data manipulation

Merge various datasets with Pandas

Here, I’m presenting my code I used to manipulate and merge multiple datasets. This is part of my dancer’s business project. Hope it is useful!

Back to top ↑

Merge

Merge various datasets with Pandas

Here, I’m presenting my code I used to manipulate and merge multiple datasets. This is part of my dancer’s business project. Hope it is useful!

Back to top ↑

Income prediction

Dancer’s Business

In this project, I’ll predict a dancer’s income in five different cities in the U.S. by statistical modeling with various data. Please find many interesting ...

Back to top ↑

Statistical modeling

Dancer’s Business

In this project, I’ll predict a dancer’s income in five different cities in the U.S. by statistical modeling with various data. Please find many interesting ...

Back to top ↑

Chi-squared test

Dancer’s Business

In this project, I’ll predict a dancer’s income in five different cities in the U.S. by statistical modeling with various data. Please find many interesting ...

Back to top ↑

Text preprocessing

Back to top ↑

NLTK

Back to top ↑

Lemmatize

Back to top ↑

Tokenize

Back to top ↑

Part-of-speech tagging

Back to top ↑

Text cleaning

Back to top ↑

Regex

Back to top ↑

Web crawling

Back to top ↑

Web scraping

Back to top ↑

BeautifulSoup

Back to top ↑

Html

Back to top ↑

Neural Style Transfer

Back to top ↑