๋ชฉ๋ก๐ฉ๐ป ์ธ๊ณต์ง๋ฅ (ML & DL)/Serial Data (42)
๐ ๊ณต๋ถํ๋ ์ง์ง์ํ์นด๋ ์ฒ์์ด์ง?

๐ฆ ์ ์ฒ๋ฆฌ ํ๊ธฐ ์ ์ ๋ฐ์ดํฐ ๊ตฌ๊ฒฝ~ ๐ธ1. ์ฌ๋ฌ ํด๋ ์์ CSV ํ์ผ ํฉ์น๊ธฐ import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) import matplotlib.pyplot as plt import math as math %matplotlib inline import pickle import os # Load the data forder_list = os.listdir("./DATA") forder_list csv1 = [] csv2 = [] csv3 = [] csv4 = [] csv5 = [] csv6 = [] for forder in forder_list : p..

https://pythonprogramming.net/dynamic-data-visualization-application-dash-python-tutorial/ Python Programming Tutorials Dynamic Graph based on User Input - Data Visualization GUIs with Dash and Python p.3 Welcome to part three of the web-based data visualization with Dash tutorial series. Up to this point, we've learned how to make a simple graph and how to dynamically upda pythonprogramming.net..

https://pythonprogramming.net/live-graphs-data-visualization-application-dash-python-tutorial/ Python Programming Tutorials Live Graphs - Data Visualization GUIs with Dash and Python p.4 Welcome to part four of the web-based data visualization with Dash tutorial series. In this tutorial, we're going to be create live updating graphs with Dash and Python. Live graphs can be usef pythonprogramming..

https://data-newbie.tistory.com/31 ๋ชจ๋ธํ๊ฐ์ ์ฑ๋ฅํ๊ฐ _๋ฏธ์์ฑ ๋์์ด ๋์ จ๋ค๋ฉด, ๊ด๊ณ ํ๋ฒ๋ง ๋๋ฌ์ฃผ์ธ์. ๋ธ๋ก๊ทธ ๊ด๋ฆฌ์ ํฐ ํ์ด ๋ฉ๋๋ค ^^ ์ง๋์ ๋น์ง๋ ๋ค์ํ ๋จธ์ ๋ฌ๋ ์๊ณ ๋ฆฌ์ฆ ์ดํด๋ด -> ๋ชจ๋ธ ํ๊ฐ์ ๋งค๊ฐ๋ณ์ ์ ํ์ ๋ํด ์์๋ณด์ ๋น์ง๋ ํ์ต์ ์ data-newbie.tistory.com ๐ฅ 1D CNN (1 Dimensional Convolution Neural Network) CNN ๋ชจ๋ธ์ 1D, 2D, 3D๋ก ๋๋๋๋ฐ, ์ผ๋ฐ์ ์ธ CNN์ ๋ณดํต ์ด๋ฏธ์ง ๋ถ๋ฅ์ ์ฌ์ฉ๋๋ 2D๋ฅผ ํต์นญ D๋ ์ฐจ์์ ๋ปํ๋ dimensional์ ์ฝ์๋ก, ์ธํ ๋ฐ์ดํฐ ํํ์ ๋ฐ๋ผ 1D, 2D, 3..

๐ข LSTM (Long Short term Memory) : ์ด์ ์๊ฐ ์คํ ์ ์ ๋ ฅ๊ฐ์ผ๋ก ์ฌ์ฉํด์ ์๊ณ์ด ๋๋ ์ํ์ค์ ํ์ ๊ฐ์ ์์ธก 1) Forget : ๊ณผ๊ฑฐ ์ ๋ณด๋ฅผ ์ผ๋ง๋ ์ ์งํ ์ง 2) Input : ์๋ก ์ ๋ ฅ๋ ์ ๋ณด๋ฅผ ์ผ๋ง๋ ํ์ฉํ ์ง +) ('๊ณผ๊ฑฐ์์ ์ ์งํ ์ ๋ณด' + 'ํ์ฌ์์ ์ ์งํ ์ ๋ณด')๋ฅผ ํตํด ํ์ฌ ์์ ์ cell state๋ฅผ update 3) Output : ๋ ์ ๋ณด๋ฅผ ๊ณ์ฐํด ๋์จ ์ถ๋ ฅ ์ ๋ณด๋ฅผ ์ผ๋ง๋งํผ ๋๊ฒจ์ค ๊ฒ์ธ์ง ๐ขConvolution : ์ปค๋์ ์ฌ์ฉํด ์๋ณธ ์ด๋ฏธ์ง์ ์ปจ๋ณผ๋ฃจ์ (convolution)์ ์ทจํ๋ฉด ํํฐ์ ํน์ฑ์ ๋ง๊ฒ ๊ฐ์กฐ๋ ์ด๋ฏธ์ง๋ฅผ ์ป์ ๐ต ๋ชจ๋ธ ๋์ ์๋ฆฌ 1. epoch : ํ์ต ๋ฐ๋ณต ํ์ : ๊ฐ์ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ง๊ณ , ๋ฐ๋ณต์ ํ๋ฉฐ loss๋ฅผ ์ค์ฌ๋๊ฐ๋ ๊ฒ์ด ๋ฅ๋ฌ๋์ ํ์ต ..

221026 ์์ฑ https://data-panic.tistory.com/33 [PyTorch] LSTM์ ํ์ฉํ COVID-19 ํด์ธ์ ์ ํ์ง์ ์ ์์ธก ๊ทผ๋์ ๊ฐ์ฅ ํฐ ์ด์๋ผ๊ณ ํ ์ ์๋ ์ฝ๋ก๋ ๋ฐ์ด๋ฌ์ค์ ๋ํ ํ๋ก์ ํธ์ ๋๋ค. ๊ตญ๋ด์์๋ 2020๋ ์ด๋ถํฐ ๊ตญ๋ดํ์ง์๊ฐ ํ์ธ๋๊ธฐ ์์ํด์ ์ฌ๋ฌ๊ฐ์ง ์ง๋จ๊ฐ์ผ ์ฌํ๋ฅผ ํตํด ํ์ง์๊ฐ ๊ธ์ฆํ์ต๋ data-panic.tistory.com ๐ ์ฝ๋ก๋ ํ์ง ์๋ฐฉ ํด์ธ์ ์ ํ์ง์์ ๋ํ ์๊ณ์ด(Time-Series) ๋ฐ์ดํฐ๋ฅผ ์ฌ์ฉํ์ฌ ์์ธก ๋ชจ๋ธ ๋ง๋ค๊ธฐ ๊ฐ๊น์ด ๋ฏธ๋์ ๋ฐ์ํ๋ ํด์ธ์ ์ ์ฌ๋ก๋ฅผ ์์ธก 14์ผ์ ๋ฏธ๋๊ฐ์ ์์ธกํ๋ ๊ฒ์ด ํ๋ก์ ํธ์ ๋ชฉํ ๋ชจ๋ธ๋ง์๋ PyTorch ๊ธฐ๋ฐ LSTM ๋ชจ๋ธ ๐ ์ฝ๋ ๋ฆฌ๋ทฐ 1๏ธโฃ Load libraries import torch import ..

221025 ์์ฑ https://3dpit.tistory.com/398?category=819929 WEB ๋ง๋ค๊ธฐ - 0 ๋ฆฌ์กํธ ์ด๊ธฐ ์ค์ vs code ๋ค์ด๋ก๋ํ๊ธฐ code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud a.. 3dpit.tistory.com ๐ฅฉ DB ๋ฃ๊ธฐ ์ฑ๊ณต # 8. MongoDB ์ ์ฅํ๊ธฐ data_dict = load_file() data_dict = pd.DataFrame(data_dict) data_dict = data_d..

221024 ์์ฑ https://wooiljeong.github.io/python/mongodb-01/ Python์ผ๋ก MongoDB ์ด์ฉํ๊ธฐ 01 PyMongo Tutorial wooiljeong.github.io ๐ MongoDB PyMongo ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ํตํด Python์ผ๋ก MongoDB๋ฅผ ์ด์ฉ pip install pymongo MongoDB Compass ์์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ปฌ๋ ์ ๋ง๋ค๊ธฐ https://www.mongodb.com/cloud/atlas/lp/try4?utm_source=google&utm_campaign=search_gs_pl_evergreen_atlas_core_prosp-brand_gic-null_apac-kr_ps-all_desktop_eng_lead&utm_term=mo..