MENU
01
All
02
IT Audit
03
Blockchain
04
Insight
05
Data Analytics
Article
게시물 검색
검색대상
Subject
Content
All
Hashtag
검색어
필수
검색
Blog 카테고리
All
IT Audit
Blockchain
Insight
열린 분류
Data Analytics
13
Data Analytics
Predict cryptocurrency prices with Deep Learning (1)
Actually, this post wasn't planned, but the blog has been getting a little too theoretical, so I thought it would be a good refresher to show you how to use deep learning to predict cryptocurrency pri..
12
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 8, Regression Analysis ②)
As an example of the multiple regression analysis discussed in the previous post, let's look at how to predict home prices using the California housing dataset. We'll walk through the process of loadi..
11
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 8, Regression Analysis ①)
In today's data-driven world, making informed decisions is critical to success, and understanding regression analysis is a fundamental and important key to gaining valuable insights from your data. In..
10
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 7, Bayes' Theorem)
Bayes' theorem is a fundamental concept in probability theory, and can be thought of as a formula for finding conditional probabilities given some prior knowledge or data. In other words, we can..
9
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 6, Normal distribution example for business data analysis)
We'll walk through the process of analyzing real-world sales data using probability distributions such as the normal distribution. Analyzing sales trends is the most common business use case, but it c..
8
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 5, Probability Distributions)
Probability distributions are widely used in data analysis to model various phenomena, understand data patterns, and make informed decisions. 1. Predict data trends and patterns: ..
7
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 4, Pearson's correlation coefficient)
Understanding correlation coefficients is crucial in business.It can be extended to identifying relationships, modeling forecasting and risk management to infer causality.1. Identify relationships:It ..
6
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 3, Null and Alternative Hypotheses (3) - Hypothesis Testing Python Code)
In the previous article we learned about the null hypothesis testing procedure.Link: http://tokenterrace.com/eng/212Let's implement it in Python code so that you can put the theory into practice.First..
5
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 3, Null and Alternative Hypotheses (2) - Hypothesis Testing)
In the previous article, we discussed the null and alternative hypotheses. It gets a little boring when we get too theoretical, so let's look at a hypothesis testing scenario and create a h..
4
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 3, Null and Alternative Hypotheses (1))
Hypothesis testing is a statistical method used to evaluate the validity of a hypothesis by examining differences in sample statistics and population parameters. In business, it is very important..
3
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 2, Independent and Dependent Variables)
You've probably heard of independent and dependent variables in statistics, but do you know what they are and how they relate to each other?An independent variable is a variable that a researcher can ..
2
Data Analytics
Learn the basic theory of statistics and implement it in Python (Part 1, Random Variables)
In truth, statistics has lost some of its significance as programming languages, machine learning, and deep learning have advanced. Of course, data scientists and analysts who examine data to comprehe..
1
Data Analytics
Predict cryptocurrency prices with Deep Learning (2)
I was prompted to write a continuation of my previous post due to exceeding the character length I could write in a post. 4. This is the data preprocessing part, which involves processing th..
LIST
상단으로