#Kaggle

Guarda 57K video Reel su Kaggle da persone di tutto il mondo.

Guarda in modo anonimo senza effettuare il login.

57K posts
NewTrendingViral

Reel di Tendenza

(12)
#Kaggle Reel by @jessramosdata (verified account) - comment "AI" for my full synthetic data tutorial Youtube video! save for later & follow for more!

You can customize any dataset for any industry, bus
152.8K
JE
@jessramosdata
comment “AI” for my full synthetic data tutorial Youtube video! save for later & follow for more! You can customize any dataset for any industry, business problem, or project and get way more interesting data than Kaggle. Plus, you can ask for imperfect data with inconsistent values, duplicates, or nulls to make it feel more realistic to the real world. You just have to know how to specify your requirements and constraints when prompt engineering. Here’s what you should specify: ✨ size of dataset(s) (rows / columns) ✨ column names and data types ✨ primary keys and foreign keys ✨ distribution and allowed values ✨ variation of datapoints ✨ downloadable as CSVs ✨ anything else that may impact your project! Full example below: You are a data engineer generating a realistic synthetic dataset for [INDUSTRY] and [PROJECT TYPE OR PURPOSE].Can you generate [NUMBER] realistic datasets with the following requirements.Create an [TABLE NAME] table with [ROW COUNT] rows and columns: [LIST REQUIRED COLUMNS], plus any additional realistic columns you think would be useful. [PRIMARY KEY] is the primary key. [FOREIGN KEY 1] and [FOREIGN KEY 2] are foreign keys that connect to the [RELATED TABLE NAME] table. Ensure that [NUMBER] foreign key values exist in the related table but do not appear in this table (to simulate missing relationships).Create a [DIMENSION TABLE NAME] table with [ROW COUNT] rows and columns: [LIST REQUIRED COLUMNS], plus any additional realistic columns. [PRIMARY KEY] is the primary key and connects to the first table. Ensure that [NUMBER] records in this table have no matching rows in the first table.For both tables, include high variation across values, non-even category distributions, and realistic data patterns. All ID fields should be random numeric values only (no letters).[Add in any other requirements, constraints, or behavior rules]Return each table as a separate, downloadable CSV file. Have you tried this hack and said goodbye to Kaggle yet?
#Kaggle Reel by @blurred_ai (verified account) - Kaggle can get you Hired without even Applying!👇✨

I'm breaking down my exact Kaggle roadmap to go from basic coding knowledge to a job-ready Data Sc
298.7K
BL
@blurred_ai
Kaggle can get you Hired without even Applying!👇✨ I’m breaking down my exact Kaggle roadmap to go from basic coding knowledge to a job-ready Data Scientist. Use it to convert your basic coding knowledge to skills required for corporate, all for free which can get you hired directly without applying to companies like Google, Nvidia, H2O, etc. Follow the exact steps that I have shared in this video to build your own Kaggle public portfolio!! Comment “Article” and I will share my members only article in Part 2 for FREE. Save the video and follow for more! [free website, kaggle, resume, tips and tricks, career hack, students, job, portfolio building] #aitools #CodingTips #linkedin #freetools #instagram #reelinstagram #collegestudents #TechCareers #blurredai
#Kaggle Reel by @tamilche_s2c (verified account) - Unlocking the power of Generative AI with Google & Kaggle 💥
Let's build the next generation of AI Agents!
#AI #GenAI #GoogleDevelopers #kaggle 
.
.
.
636.7K
TA
@tamilche_s2c
Unlocking the power of Generative AI with Google & Kaggle 💥 Let’s build the next generation of AI Agents! #AI #GenAI #GoogleDevelopers #kaggle . . . Step-by-step: how to apply and finish the Google + Kaggle Gen AI / AI Agents Intensive 1. Confirm dates & registration page • Open the official registration (RSVP) page and register there. This is the canonical signup for the November AI Agents Intensive.  2. Create / sign in to accounts you’ll need • Google account (Gmail) — used for RSVP and any Google events. • Kaggle account — the course content, notebooks and capstone are hosted on Kaggle. Create or sign in at Kaggle before the course start.  3. Register on the RSVP page • Fill in the RSVP/registration form on the Google event page. You’ll receive a confirmation email and event details (livestream links, schedule, “getting started” info) before the start.
#Kaggle Reel by @techfren - Kaggle has competitions with big prizes!

#hackathon #ai #math #datascience
9.8K
TE
@techfren
Kaggle has competitions with big prizes! #hackathon #ai #math #datascience
#Kaggle Reel by @pycode.hubb (verified account) - 5 Platforms to Find Datasets for Your Machine Learning Projects

👉 | Kaggle: offers thousands of real-world datasets with notebooks and competitions
132.7K
PY
@pycode.hubb
5 Platforms to Find Datasets for Your Machine Learning Projects 👉 | Kaggle: offers thousands of real-world datasets with notebooks and competitions for hands-on practice. 👉 | UCI: Machine Learning Repository provides classic, clean tabular datasets used in research and courses. 👉 | OpenML: hosts datasets linked to benchmarks and experiments, great for model comparisons. 👉 | Google Dataset Search: indexes millions of datasets from governments and repos by topic. 👉 | GitHub: curates open datasets via "awesome-public-datasets" lists across all domains. #MachineLearning #Datasets #DataScience #MLProjects #python3
#Kaggle Reel by @googlefordevs (verified account) - Community Hackathons on Kaggle provide a full stack at no cost for any scale. Simplify AI hackathon management with a self-serve platform that handles
25.1K
GO
@googlefordevs
Community Hackathons on Kaggle provide a full stack at no cost for any scale. Simplify AI hackathon management with a self-serve platform that handles infrastructure and data hosting:⁠ ⁠ 📚 Interactive notebooks⁠ 🖌️ Project gallery⁠ 🛠️ Self-serve management tools⁠ ⁠ Get started → Link in bio.
#Kaggle Reel by @emrcodes (verified account) - 3 ML Engineering Projects You Can Build For Your Resume 👇

If you want to break into ML or data engineering, building systems is much more valuable t
33.9K
EM
@emrcodes
3 ML Engineering Projects You Can Build For Your Resume 👇 If you want to break into ML or data engineering, building systems is much more valuable than just training models. Here are three projects you can build using Kaggle datasets: 1. ETL Pipeline - Spotify Tracks Dataset Build a data pipeline that ingests Spotify track data, cleans and transforms the features (danceability, energy, popularity, etc.), and stores the processed data in PostgreSQL. You can schedule the pipeline and create queries for analysis or downstream ML models. Dataset: (https://www.kaggle.com/datasets/maharshipandya/-spotify-tracks-dataset) 2. Time-Series Forecasting Pipeline - PJM Energy Consumption Build a forecasting pipeline that predicts electricity demand using historical hourly consumption data. Create a data pipeline for preprocessing, train a time-series model (ARIMA, Prophet, or LSTM), and evaluate predictions using metrics like RMSE or MAE. Dataset: (https://www.kaggle.com/datasets/robikscube/hourly-energy-consumption) 3. Fraud Detection System - Credit Card Transactions Build a machine learning system that detects fraudulent credit card transactions. Train a classification model and expose it through a simple API that can flag suspicious transactions in real time. Dataset: (https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud) Save these so you don’t lose them, and build one to add to your resume. #machinelearning #ai #university #coding
#Kaggle Reel by @rewaislivin - Comment Kaggle and I'll send you the link. 🤗 Kaggle is literally the best with everything you need for data analyses, from datasets to analysis and e
17.4K
RE
@rewaislivin
Comment Kaggle and I’ll send you the link. 🤗 Kaggle is literally the best with everything you need for data analyses, from datasets to analysis and everything else.
#Kaggle Reel by @sopi.iscoding (verified account) - The Kaggle Workbook is filled with practical tips to use in Kaggle data science competitions and also applicable in personal data science projects as
34.5K
SO
@sopi.iscoding
The Kaggle Workbook is filled with practical tips to use in Kaggle data science competitions and also applicable in personal data science projects as well ! 👏 Participating in competitions are such a good way to create your portfolio and understand EDA, model creation, inference and evaluation! 😌 I like how they have exercises to enhance your data science skillset 💪 My personal favourite chapters are Vision competition and NLP competition 😊 I have put the link of the book in my Linktree, check it out if you are interested :) #computerscience #datascience #computervision #girlwhocodes #codinglife #coding #learnpython #softwareengineer #artificialintelligence #studygram #data #machinelearning #chatgpt #womenintech #womenwhocode #tech #kaggle #datascienceprojects
#Kaggle Reel by @chrispathway (verified account) - 10 tech/AI certificates to do instead of scrolling

1. Elements of AI (University of Helsinki)
2. Kaggle Learn: Python 
3. Kaggle Learn: Intro to Mach
220.8K
CH
@chrispathway
10 tech/AI certificates to do instead of scrolling 1. Elements of AI (University of Helsinki) 2. Kaggle Learn: Python 3. Kaggle Learn: Intro to Machine Learning 4. Getting Started with Artificial Intelligence (IBM SkillsBuild) 5. Introduction to Cybersecurity (Cisco Networking Academy) 6. Responsive Web Design Certification (freeCodeCamp) 7. Data Analysis with Python Certification (freeCodeCamp) 8. Machine Learning with Python Certification (freeCodeCamp) 9. Classify Images with TensorFlow on Google Cloud 10. ChatGPT Prompt Engineering for Developers #tech #ai #coding #study #university
#Kaggle Reel by @code_with_deeksha - Not participated in any #hackathon this year 😔!!!
Don't worry 🥳🥳

@google has launched biggest #ai hackathon of this year 😎

Top 50 participants w
102.0K
CO
@code_with_deeksha
Not participated in any #hackathon this year 😔!!! Don’t worry 🥳🥳 @google has launched biggest #ai hackathon of this year 😎 Top 50 participants will get 10000$ worth of credit🤑🤑 Last date to register is 12th December Comment link to get registration link 🔗 #google #ai #gemini #kaggle #hackathon #coding #vibecoding #projects #startup #business #womenintech #tech #viral #viralvideos #trending [google ai gemini kaggle hackathon coding vibecoding projects startup business womenintech tech softwareengineer programminglife developercommunity coders girlswhocode trendingreels viralvideo explorepage instareels reelitfeelit] Will you participate in this hackathon?

✨ Guida alla Scoperta #Kaggle

Instagram ospita 57K post sotto #Kaggle, creando uno degli ecosistemi visivi più vivaci della piattaforma.

L'enorme raccolta #Kaggle su Instagram presenta i video più coinvolgenti di oggi. I contenuti di @tamilche_s2c, @blurred_ai and @chrispathway e altri produttori creativi hanno raggiunto 57K post a livello globale.

Cosa è di tendenza in #Kaggle? I video Reels più visti e i contenuti virali sono in evidenza sopra.

Categorie Popolari

📹 Tendenze Video: Scopri gli ultimi Reels e video virali

📈 Strategia Hashtag: Esplora le opzioni di hashtag di tendenza per i tuoi contenuti

🌟 Creator in Evidenza: @tamilche_s2c, @blurred_ai, @chrispathway e altri guidano la community

Domande Frequenti Su #Kaggle

Con Pictame, puoi sfogliare tutti i reels e i video #Kaggle senza accedere a Instagram. Nessun account richiesto e la tua attività rimane privata.

Analisi delle Performance

Analisi di 12 reel

✅ Competizione Moderata

💡 I post top ottengono in media 327.2K visualizzazioni (2.2x sopra media)

Posta regolarmente 3-5x/settimana in orari attivi

Suggerimenti per la Creazione di Contenuti e Strategia

🔥 #Kaggle mostra alto potenziale di engagement - posta strategicamente negli orari di punta

✨ Molti creator verificati sono attivi (75%) - studia il loro stile di contenuto

📹 I video verticali di alta qualità (9:16) funzionano meglio per #Kaggle - usa una buona illuminazione e audio chiaro

✍️ Didascalie dettagliate con storia funzionano bene - lunghezza media 698 caratteri

Ricerche Popolari Relative a #Kaggle

🎬Per Amanti dei Video

Kaggle ReelsGuardare Kaggle Video

📈Per Cercatori di Strategia

Kaggle Hashtag di TendenzaMigliori Kaggle Hashtag

🌟Esplora di Più

Esplorare Kaggle#kaggle competition#kaggle datasets#kaggle exercises#choice of kaggle merchandise#kaggle ai course#nakul raghav kaggle work#eric gugua's impact on kaggle#sam filter kaggle tutorials