보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
Python for Machine Learning Python Ecosystem for ML ch2_0_Python Ecosystem for Machine Learning.pdf drive.google.com How to learn machine learning ch2_1_ml_overview.pdf drive.google.com Representing a model ch2_2_Representing a model (2).pdf drive.google.com
1)Numpy ch3_Numpy (1).pdf drive.google.com 2)Pandas(1) ch3_pandas_1.pdf drive.google.com 3)Pandas(2) ch3_pandas_2.pdf drive.google.com 4)Matplotlib ch3_matplotlib.pdf drive.google.com 5) Data Cleansing ch3_data_cleansing.pdf drive.google.com 6)Kaggle ch3_kaggle.pdf drive.google.com # # # # #
Pythonic Code Overview Split & Join List Comprehension List Comprehension Enumerate & Zip # for loop + zip alist = ['a1', 'a2', 'a3'] blist = ['b1', 'b2', 'b3'] for a, b in zip(alist, blist): print(a, b) #list comprehension + zip a, b, c = zip((1, 2, 3), (10, 20, 30), (100, 200, 300)) print(a, b, c) print([sum(x) for x in zip((1, 2, 3), (10, 20, 30), (100, 200, 300))]) #enumerate + zip alist = [..
1) Variables is_in extend insert del 다양한 Data Type이 하나에 List에 들어감 2) Function_and_io print formatting - (1) % string (2) format 함수(3) fstring p21 print(f" value is {value}) check %-format - %s , %c, %d, %f, %o, %x, %% p11 sorted(list_ex) 와 list.sorted 의 차이 input() 3) Conditionals_and_loops 4) Str_and_advanced_functio 5) Python_datastructure 6) Pythonic_codes 7) Object_oriented_programming 8) Mod..
- Total
- Today
- Yesterday
- probablity graph model
- flask
- opencv
- Ai
- 머신러닝
- 시각화
- AutoTrading
- CertifiedAIExpert
- BatchNormalization
- spotfire
- cnn
- EDA
- 대시보드 #정보시각화
- SeSAC
- kaggle
- 자본시장 위험 분석 보고서
- CS231
- 인공지능
- LeNet
- ising model
- ssac
- zfill(x)
- #시각화 #데이터시각화 #인포그래픽 #차트 #그래프 #데이터분석 #빅데이터 #시각화툴 #파이썬시각화
- Transfomer
- miniSGD
- Python
- natural language
- ALFFEL
- kinsman
- scikit learn map
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |