AI/Kaggle 30 Days of ML
30 Days of ML with Kaggle [Day 11]-Machine Learning Competitions
30 Days of ML with Kaggle [Day 11]-Machine Learning Competitions
2021.08.14Day 11이다! 오늘은 intro to ML 의 lesson 7이다. Today's Assignment - day 11 Read this tutorial (from Lesson 7 of the Intro to ML course) Complete this exercise (from Lesson 7 of the Intro to ML course) Machine Learning Competitions 머신러닝 대회는 데이터사이언스 기술을 향상시키고, 진행 상황을 측정하는 좋은 방법이다. 다음 연습에서 House Prices Competition for Kaggle Learn Users. 의 결과를 작성하여 제출해라. Housing Prices Competition for Kaggle Learn Users w..
30 Days of ML with Kaggle [Day 10]-Underfitting and Overfitting, Random Forests
30 Days of ML with Kaggle [Day 10]-Underfitting and Overfitting, Random Forests
2021.08.13오늘은 Day10이다! 오늘 Assignment를 잘 수행하면, 1/3이 지난다! 오늘도 열심히 해보자! Today's Assignment - day 10 Read this tutorial (from Lesson 5 of the Intro to ML course) Complete this exercise (from Lesson 5 of the Intro to ML course) Read this tutorial (from Lesson 6 of the Intro to ML course) Complete this exercise (from Lesson 6 of the Intro to ML course) 오늘은 Underfitting and Overfitting이라는 주제와, Random Forests mod..
30 Days of ML with Kaggle [Day 9]-Your First Machine Learning Model, Model Validation
30 Days of ML with Kaggle [Day 9]-Your First Machine Learning Model, Model Validation
2021.08.11오늘은 Day9 차례다. 오늘 해볼 내용은, Machine_learning model을 만들고, Model Validation(모델검증)에 관한 것이다. Today's Assignment - day 9 Read this tutorial (from Lesson 3 of the Intro to ML course) Complete this exercise (from Lesson 3 of the Intro to ML course) Read this tutorial (from Lesson 4 of the Intro to ML course) Complete this exercise (from Lesson 4 of the Intro to ML course) 오늘도 Keep going! Selecting Data fo..
30 Days of ML with Kaggle [Day 8]-How Models Work, Basic Data Exploration
30 Days of ML with Kaggle [Day 8]-How Models Work, Basic Data Exploration
2021.08.10Day8부터는 파이썬코스 다음인 ML과정으로 진입한다. Today's Assignment - day 8 Read this tutorial (from Lesson 1 of the Intro to ML course) Read this tutorial (from Lesson 2 of the Intro to ML course) Complete this exercise (from Lesson 2 of the Intro to ML course) 오늘도 즐겁게 공부해보자. Introduction machine_learning model의 작동 방식과 사용 방법에 대한 개요부터 살펴보자. 이전에 통계 모델링이나 machine_learning을 해본 적이 있다면, 너무 쉽게 느껴질 수도 있다. 하지만, 뒤이어 더 복잡한..
Kaggle python Course Certificate
Kaggle python Course Certificate
2021.08.10
30 Days of ML with Kaggle [Day 7]-Working with External Libraries
30 Days of ML with Kaggle [Day 7]-Working with External Libraries
2021.08.10오늘은 Day7이다. 파이썬의 외부 라이브러리에 관련된 내용인 것 같다. Today's Assignment - day 7 Read this tutorial (from Lesson 7 of the Python course) Complete this exercise (from Lesson 7 of the Python course) 이 튜토리얼에서는 파이썬의 라이브러리에 대한 몇가지 팁을 얻을 수 있을 것 같다. Imports 지금까지 우리는 언어에 내장된 type과 function에 대해 알아보았었다. 하지만, 파이썬의 가장 좋은 점 중 하나는 파이썬을 위해 작성된 수많은 고품질 사용자 지정 라이브러리가 존재한다는 것이다. 이러한 라이브러리 중 일부는 "표준 라이브러리"에 있으며, 이는 파이썬을 실행하는 모..