Tagged articles
20 articles
Page 1 of 1
Baobao Algorithm Notes
Baobao Algorithm Notes
Mar 20, 2026 · Artificial Intelligence

Can AI Self‑Iterate? Inside MiniMax M2.7’s Self‑Improving Magic

The article examines MiniMax M2.7’s claim of self‑iteration, its impressive Kaggle record, and a series of technical tests—including code refactoring, real‑time chart generation, futures backtesting, business analysis, PPT creation, and news tracking—to evaluate the model’s practical AI self‑evolution capabilities.

AIAutoMLKaggle
0 likes · 8 min read
Can AI Self‑Iterate? Inside MiniMax M2.7’s Self‑Improving Magic
Sohu Tech Products
Sohu Tech Products
Oct 9, 2025 · Artificial Intelligence

Open-Source Kaggle Solution: Predicting Multi-Market Commodity Prices with Tree Models

An open-source, Kaggle‑ranked solution for the Mitsui Commodity Prediction Challenge details data preprocessing, feature engineering, and multiple tree‑based modeling strategies—including multi‑target, single‑target, and price‑difference models—with code, evaluation metrics, and suggestions for further improvements.

CatBoostCommodityFeatureEngineering
0 likes · 17 min read
Open-Source Kaggle Solution: Predicting Multi-Market Commodity Prices with Tree Models
AI Algorithm Path
AI Algorithm Path
Jul 15, 2025 · Artificial Intelligence

Day 8: Fine‑Tuning CLIP for Image‑Text Tasks – A Beginner’s Guide

This tutorial walks through fine‑tuning OpenAI's CLIP ViT‑B/32 on a small image‑text dataset in a Kaggle notebook, covering environment setup, model loading, data preprocessing with CLIPProcessor, training a linear head, and observing loss convergence to align visual and textual embeddings.

CLIPFine-tuningKaggle
0 likes · 5 min read
Day 8: Fine‑Tuning CLIP for Image‑Text Tasks – A Beginner’s Guide
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Jan 13, 2025 · Artificial Intelligence

Build a Kaggle House‑Price Prediction Pipeline with DataWorks

This guide walks you through setting up Alibaba Cloud DataWorks, creating a workspace and personal development environment, and importing a Kaggle house‑price prediction notebook to perform data loading, cleaning, feature engineering, model training, and evaluation—all without writing code from scratch.

DataWorksKaggleTutorial
0 likes · 6 min read
Build a Kaggle House‑Price Prediction Pipeline with DataWorks
Python Programming Learning Circle
Python Programming Learning Circle
Dec 31, 2024 · Big Data

Exploring Data Visualization Techniques with Python: From Pair Plots to 3D Charts

This article demonstrates how to use Python's Matplotlib and Seaborn libraries to create a variety of data visualizations—pair plots, histograms, box plots, scatter plots, 3D charts, heatmaps, and more—using the popular Kaggle red‑wine quality dataset, highlighting their practical applications in data analysis.

Big DataKaggleMatplotlib
0 likes · 6 min read
Exploring Data Visualization Techniques with Python: From Pair Plots to 3D Charts
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 14, 2022 · Artificial Intelligence

Mastering Feature Engineering: From AutoML Dictionaries to Business‑Driven Insights

This article presents a comprehensive, practical methodology for feature engineering that combines brute‑force AutoML‑style dictionary searches, business‑logic‑driven feature creation, and feature‑importance‑guided refinement, illustrating each approach with real Kaggle competition examples and concrete code snippets.

AutoMLKaggledata preprocessing
0 likes · 12 min read
Mastering Feature Engineering: From AutoML Dictionaries to Business‑Driven Insights
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 10, 2022 · Artificial Intelligence

Winning Kaggle’s Jigsaw Toxicity Challenge with Transfer Learning and Zero‑Shot Classification

This article breaks down the evolution of Kaggle’s Jigsaw toxic comment competitions and presents a three‑step solution—training on historic data, using a genetic algorithm to weight multi‑label predictions, and ensembling fifteen models—to achieve high‑accuracy zero‑shot text classification.

KaggleNLPToxicity Classification
0 likes · 5 min read
Winning Kaggle’s Jigsaw Toxicity Challenge with Transfer Learning and Zero‑Shot Classification
Meituan Technology Team
Meituan Technology Team
Jan 6, 2022 · Artificial Intelligence

Multi-domain Modeling and AutoML Techniques from Kaggle/KDD Cup Championships

Drawing on seven Kaggle and KDD Cup victories, the article outlines a multi‑domain modeling optimization strategy—covering recommendation, time‑series, and AutoML problems—alongside a three‑module AutoML pipeline and a three‑stage workflow that emphasize systematic evaluation, bias‑variance balance, and robust model‑fusion for competition and industry success.

AutoMLKDD CupKaggle
0 likes · 37 min read
Multi-domain Modeling and AutoML Techniques from Kaggle/KDD Cup Championships
Baobao Algorithm Notes
Baobao Algorithm Notes
Dec 17, 2021 · Artificial Intelligence

Why GBDT Often Beats Neural Networks in Kaggle Competitions – An Analytical Deep Dive

This article analyzes why gradient‑boosted decision trees frequently outperform neural networks in many Kaggle contests, examining data characteristics, model strengths and weaknesses, real competition examples, and practical guidelines for choosing the right model based on nonlinearity and interpretability.

GBDTKaggleModel Selection
0 likes · 9 min read
Why GBDT Often Beats Neural Networks in Kaggle Competitions – An Analytical Deep Dive
Sohu Tech Products
Sohu Tech Products
Jul 21, 2021 · Artificial Intelligence

Kaggle Jane Street Market Prediction Competition Summary and Model Insights

This article summarizes the author's participation in the Kaggle Jane Street Market Prediction competition, detailing the anonymous feature dataset, utility‑score metric, data preprocessing, the combined AE‑MLP and XGBoost modeling approach, threshold tuning, experimental findings, and references for further study.

AutoencoderKaggleMLP
0 likes · 8 min read
Kaggle Jane Street Market Prediction Competition Summary and Model Insights
Tencent Tech
Tencent Tech
Dec 31, 2020 · Artificial Intelligence

How Tencent’s WeKick AI Dominated the Google Football Kaggle Competition

Tencent AI Lab’s WeKick AI clinched the inaugural Google Football Kaggle championship with a score of 1785.8, outpacing over 1,100 research teams by leveraging a migrated full‑stack architecture, custom reinforcement‑learning frameworks, GAIL imitation learning, and a multi‑style League training pipeline that together showcase the power and generality of deep reinforcement learning for complex multi‑agent tasks.

AIGAILGoogle Football
0 likes · 8 min read
How Tencent’s WeKick AI Dominated the Google Football Kaggle Competition
ITPUB
ITPUB
Sep 25, 2019 · Artificial Intelligence

From Physics to Kaggle Grandmaster: A Data Scientist’s Journey and Advice

Physicist‑turned‑Kaggle Grandmaster Bojan Tunguz shares his journey from academia to industry, the challenges of becoming a data‑science competitor, his workflow, favorite tools, and practical advice for newcomers seeking to excel in machine‑learning competitions.

Data ScienceKaggleartificial intelligence
0 likes · 10 min read
From Physics to Kaggle Grandmaster: A Data Scientist’s Journey and Advice
Baobao Algorithm Notes
Baobao Algorithm Notes
Jun 30, 2018 · Artificial Intelligence

Winning Kaggle’s Avito Demand Prediction with Multi‑Source Neural Nets and Transfer Learning

This article breaks down the Avito demand‑prediction Kaggle competition, detailing the data mix of text, images, structured fields and time series, the layered feature‑engineering tactics, multi‑source heterogeneous neural network designs, and a transfer‑learning trick that propelled the top solutions.

AvitoKaggleMulti-Source Learning
0 likes · 11 min read
Winning Kaggle’s Avito Demand Prediction with Multi‑Source Neural Nets and Transfer Learning
Baobao Algorithm Notes
Baobao Algorithm Notes
May 8, 2018 · Industry Insights

Cracking the TalkingData Ad Fraud Kaggle Challenge: Tips, Pitfalls & CV Strategies

This article details a data‑science team’s end‑to‑end approach to the TalkingData ad‑fraud Kaggle competition, covering dataset quirks, performance‑critical optimizations, a multi‑stage cross‑validation workflow, feature‑engineering tactics, model experiments with LightGBM and neural nets, and key lessons learned.

KaggleLightGBMad fraud detection
0 likes · 11 min read
Cracking the TalkingData Ad Fraud Kaggle Challenge: Tips, Pitfalls & CV Strategies
Baobao Algorithm Notes
Baobao Algorithm Notes
Mar 25, 2018 · Artificial Intelligence

How to Crush the Kaggle Toxic Comment Challenge: Data Prep, Models, and Ensemble Secrets

This article breaks down the Kaggle toxic comment classification competition, detailing thorough data cleaning, advanced word‑vector techniques, pseudo‑labeling, BPE tokenization, diverse neural models and ensemble strategies, and shares practical insights and pitfalls from the author's nine‑month competition journey.

BPEKaggleNLP
0 likes · 9 min read
How to Crush the Kaggle Toxic Comment Challenge: Data Prep, Models, and Ensemble Secrets
ITPUB
ITPUB
Nov 20, 2017 · Fundamentals

Which Programming Languages Developers Hate Most – Survey Insights and Trends

Based on Stack Overflow's Developer Story tags and Kaggle's 2017 data science survey, this article reveals the programming languages and technologies developers dislike most, examines growth versus dislike rates, and highlights key trends and recommendations for aspiring data scientists.

Data ScienceKaggledeveloper survey
0 likes · 12 min read
Which Programming Languages Developers Hate Most – Survey Insights and Trends
Tencent Advertising Technology
Tencent Advertising Technology
May 9, 2017 · Artificial Intelligence

Kaggle Competition Overview and Practical Guide for Data Mining

This article provides a comprehensive introduction to Kaggle, covering its history, competition formats, participation rules, public and private leaderboard mechanics, and a step‑by‑step workflow that includes data analysis, cleaning, feature engineering, model training, validation, hyper‑parameter tuning, ensemble techniques, and automation frameworks for successful data‑mining contests.

Kagglefeature engineeringmachine learning
0 likes · 24 min read
Kaggle Competition Overview and Practical Guide for Data Mining