赛题名称:AI Village Capture the Flag DEFCON31
赛题链接:https://www.kaggle.com/competitions/ai-village-capture-the-flag-defcon31
赛题背景
夺旗赛这款广受欢迎的竞技游戏,不仅可以在户外进行。数字夺旗赛指的是一系列需要参赛者利…
import numpy as np
import pandas as pd
import seaborn as sns
from sklearn import metrics
import matplotlib.pyplot as plt
datapd.read_csv(rC:\Users\BX田田\Desktop\数据挖掘\Titanic\data.csv,encodingUTF-8)
#data.csv是泰坦尼克的训练集数据
data[Age]data[Age].…
赛题名称:SenNet HOA - Hacking the Human Vasculature in 3D
赛题链接:https://www.kaggle.com/competitions/blood-vessel-segmentation
赛题背景
目前,人类专家标注员需要手动追踪血管结构,这是一个缓慢的过程。即使有专家…
赛题名称:Predict Student Performance from Game Play 从游戏中预测学生的表现
赛题链接:https://www.kaggle.com/competitions/predict-student-performance-from-game-play
赛题背景
学习意味着有趣,这就是基于游戏的学习的用武之地。这…
赛题名称:Google - Fast or Slow? Predict AI Model Runtime
赛题链接:https://www.kaggle.com/competitions/predict-ai-model-runtime
赛题背景
Alice 是一名 AI 模型开发人员,但她的团队开发的一些模型运行速度非常慢。她最近发现了编…
About TrsKAGGLE ENSEMBLING GUIDECreating ensembles from submission filesVoting ensemblesError correcting codesA machine learning exampleA pinch of maths Number of votersCorrelation模型相关性Use for Kaggle Forest Cover Type predictionWeighing Use for Kaggle…
0 背景介绍
Give Me Some Credit https://www.kaggle.com/c/GiveMeSomeCredit/overview,是Kaggle上关于信用评分的项目,通过改进信用评分技术,预测未来两年借款人会遇到财务困境的可能性。并以此为依据来决定是否给予借贷人信用授权。目标是…
Kaggle养成计一.基础知识1.1解题流程1.2常见问题——搞懂原理三.案例实战——熟悉机器学习/深度学习项目流程项目1:三.过去比赛的项目实战——锻炼代码能力比赛1:Tweet Sentiment Extraction(情感提取)比赛相关知识点比赛2:Abstraction and R…
我的Kaggle账号:SevenTailCat / SixTailCat
# This Python 3 environment comes with many helpful analytics libraries installed
# It is defined by the kaggle/python docker image: https://github.com/kaggle/docker-python
# For example, heres several h…