30-Days-of-ML-Kaggle

授权协议 MIT License
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 壤驷喜
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

30-Days-of-ML-Kaggle ��

About the Hands On Program ��

Machine learning beginner → Kaggle competitor in 30 days. Non-coders welcome

The program starts Monday, August 2, and lasts four weeks. It's designed for people who: ✏️

  • Have not coded in Python much (or at all!)
  • Want to make the most of Kaggle, but aren't sure how.

Program Highlights

  • 2 weeks of daily, hands-on assignments (with emails to keep you on track)
  • Course completion certificates
  • Learning community chat room access
  • Elective workshops by Google's Developer Expert Data Science Program
  • Invitation to a beginner-friendly, invite-only Kaggle competition
  • Competition prizes (Kaggle Swag for top 10 teams on leaderboard)

�� Table of Content

Day �� Task Code Link ��
01 Titanic-Random Forest Day_01_Link
02 Hello, Python Day_02_Link
03 Function & Getting Help Day_03_Link
04 Booleans and Conditionals Day_04_Link
05 Lists and Loops & List Comprehensions Day_05_Link
06 Strings and Dictioniaries Day_06_Link
07 Working with External Libraries Day_07_Link
08 Model-Work & Basic-Data-Exploration Day 08_Link
09 First-Machine-Learning-Model-and-Model-Validation Day 09 Link
10 Underfitting-and-Overfitting-&-Random-Forests Day 10_Link
11 Machine-Learning-Competitions Day 11 Link
12 Introduction-to-Missing-values-&categorical-values Day 12 Link
13 Pipelines-&-Cross-validations Day 13 Link
14 XGBoost-&-Data-validation Day 14 Link
15 15 Day Kaggle Competition Day_15_link
16 16 Day Kaggle Competition Day_16_link
17 17 Day Kaggle Competition Day_17_link
18 18 Day Kaggle Competition Day_18_link
19 19 Day Kaggle Competition Day_19_link
20 20 Day Kaggle Competition Day_20_link
21 Final-Days-21-30 Kaggle Day_21_30_link

Save a copy with you !!

Fork �� the repository

Learned Something !!

Give a �� to support me ��

@misc{Charged Neuron,
    author       = {Roja Achary},
    title        = {30-Days-Of-ML-Kaggle},
    month        = {August-Sept},
    year         = {2021}
}
 相关资料
  • 30 Days of Python For the next 30 days, learn the Python Programming language. Watch the official tutorial series on CFE or YouTube. 30 Days of Python using Python 3.6 has been moved to here. Happy Coding!

  • 25 Days of Serverless OOF Announcement The unthinkable has happened: after weeks of community members all over the globe chipping in to help solve people's problems with serverless technology, the evi

  • Note: this resource is old! I will be archiving this repository by the end of July 2021 as I feel that many of the recommendations here are outdated for learning front-end web development in 2021. Ple

  • 30-seconds-of-code-texteditorsnippets Included in this repository are the files you need to import all the snippets from the amazing resource 30-seconds-of-code into you text editor of choice (VSCode,

  • https://github.com/30-seconds/30-seconds-of-code 原生JS提供的原型方法,在我们实际工作需要在常常感觉不够用,有些常用的场景不得不自己再去封装一些方法,30-seconds-of-code这个项目提供了大量优秀的JavaScript代码片段,提供原型方法之外的一些常用方法,思路清奇优秀。 【Adapter】适配器 参数截取:只保留前n位参数,忽略其他

  • PHP-ml 是 PHP 的机器学习库。同时包含算法,交叉验证,神经网络,预处理,特征提取等。 PHP-ML 要求 PHP >= 7.0。 示例 简单的分类示例: use Phpml\Classification\KNearestNeighbors;$samples = [[1, 3], [1, 4], [2, 4], [3, 1], [4, 1], [4, 2]];$labels = ['a',