マガジンのカバー画像

IT技術散歩

78
開発技術の実践過程について書きまします!
運営しているクリエイター

#python

【Python】ドローンの自動操縦をプログラミングする!

1. はじめにこんにちは、今日は最近人気のあるドローンtelloをPythonでプログラミングしてみ…

ソンさん
6か月前
69

【Python3エンジニア認定基礎試験】誤答ノート(関数・コレクション)

1.はじめにこんにちは、今日はPython3検定試験の準備問題を解いてみました。 関数とコレク…

ソンさん
7か月前
26

Trying Data Science(14) : k平均法 & 主成分分析 (PCA)

はじめにこんにちは、今日は「k平均法」と「主成分分析」について勉強します!二つの概念はデ…

ソンさん
9か月前
17

Trying Data Science(11): KNN, データの隣探し

1. はじめに こんにちは、今日はデータ科学の重要なが概念であるKNN(K-Nearest Neighbors)に…

ソンさん
9か月前
4

Trying Data Science(10) : Cramming Logistic Regression

1. IntroHello, everyone! Logistic regression is a simple yet powerful algorithm useful …

ソンさん
10か月前
2

Trying Data Science(9) : Cramming Linear Regression

This posting is a practice for Linear Regression. Let's suppose that a company is trying…

ソンさん
10か月前
3

Trying Data Science(8) : Cramming Machine Learning Basic Concepts

Intro Hello, everyone! Last time, I covered data visualization. This time, I'm going to cover some important concepts surrounding machine learning. What is Machine Learning? ● Machine learning is a method of data analysis that automates

Trying Data Science(7) : Cramming Data Visualizaion - Choropleth Map

Intro Hello, everyone! Last time, I've posted about Seaborn, which can generates var…

ソンさん
11か月前
3

Trying Data Science(6) : Cramming Data Visualization - Seaborn

Hello, everyone! Surprisingly, I haven't stopped studying data science yet(celebrating m…

ソンさん
11か月前
3

Trying Data Science(5) : Cramming Data Visualizaion - Matplotlib

Hello, everyone! Starting today, I'm going to talk about data visualization that looks c…

ソンさん
11か月前
9

Trying Data Science(4) : Cramming Pandas - 5 miscellaneous skills

Hello, everyone! Today I'm going to cover Pandas following the last posting: 5 miscella…

宋英和
11か月前
2

Trying Data Science(3) : Cramming Pandas - Series / DataFrames

Hello, everyone! Fortunately, my study for data science is still going on. Today I'm g…

宋英和
11か月前
2

Trying DataScience(2) : Cramming Numpy

Hello, everyone! Last time, I briefly covered the basics of Python for data science. Tod…

宋英和
11か月前
2

Trying DataScience(1) : Cramming Python with Jupyter

Hello everyone! Nowadays Python is getting more popular, because, it can be used in so many fields. Especially, 'Data Science' becomes highly sought out. Actually, same here! I have a strong interest in Python/Data-science, so I have trie