# Kaggle

Published articles for Kaggle.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Updates on HEIR, the homomorphic encryption compiler project

DevFeed: [Updates on HEIR, the homomorphic encryption compiler project](<https://devfeed.tech/articles/updates-on-heir-the-homomorphic-encryption-compiler-project-40496.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2026/09/04/updates-on-heir-homomorphic-encryption/>)

Published: 2026-09-04T18:53:40Z

Content type: article

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [homomorphic encryption](<https://devfeed.tech/topics/homomorphic-encryption.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [bazel](<https://devfeed.tech/topics/bazel.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>)

Tags: [bazel](<https://devfeed.tech/tags/bazel.md>), [ckks](<https://devfeed.tech/tags/ckks.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [github](<https://devfeed.tech/tags/github.md>), [homomorphic-encryption](<https://devfeed.tech/tags/homomorphic-encryption.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [mathematics](<https://devfeed.tech/tags/mathematics.md>), [ml](<https://devfeed.tech/tags/ml.md>), [programming](<https://devfeed.tech/tags/programming.md>)

### AI overview

This companion article explains HEIR, a homomorphic encryption compiler that converts programs to operate directly on encrypted data. It discusses compiling pre-trained machine-learning models for private inference, describes the repository and setup, and reports an example involving encrypted credit-card fraud detection.

### Source excerpt

On 2026-08-14 I published an article on the Google Security blog with an update on HEIR, our homomorphic encryption (HE) compiler. This is a companion article, in which I have no limits on word count or jargon, and I can feel free to be honest. So strap in. Assuming you won't read the linked corporate blog post, HEIR is a compiler that converts an input program to a program that operates directly on encrypted data.

## Lessons From the Leaderboard: What 5,000+ Kagglers Taught Us About Improving AI Reasoning

DevFeed: [Lessons From the Leaderboard: What 5,000+ Kagglers Taught Us About Improving AI Reasoning](<https://devfeed.tech/articles/lessons-from-the-leaderboard-what-5-000-kagglers-taught-us-about-improving-ai-reasoning-6875.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/lessons-from-the-leaderboard-what-5000-kagglers-taught-us-about-improving-ai-reasoning/>)

Author: Elizabeth Goodman

Published: 2026-07-14T18:20:32Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Chain-of-thought](<https://devfeed.tech/topics/chain-of-thought.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Google](<https://devfeed.tech/topics/google.md>), [NCCL](<https://devfeed.tech/topics/nccl.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [blackwell](<https://devfeed.tech/tags/blackwell.md>), [chain-of-thought](<https://devfeed.tech/tags/chain-of-thought.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [featured](<https://devfeed.tech/tags/featured.md>), [google](<https://devfeed.tech/tags/google.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [lora](<https://devfeed.tech/tags/lora.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pre-trained-foundation-models](<https://devfeed.tech/tags/pre-trained-foundation-models.md>), [synthetic](<https://devfeed.tech/tags/synthetic.md>), [techniques](<https://devfeed.tech/tags/techniques.md>)

### AI overview

The article distills lessons from NVIDIA's Nemotron Model Reasoning Challenge, where more than 5,000 Kaggle participants tested ways to improve AI reasoning under shared model, infrastructure, and evaluation constraints. It highlights synthetic chain-of-thought data, trace quality, targeted solvers, validation beyond public leaderboards, and careful training and context-budget management.

### Source excerpt

The NVIDIA Nemotron Model Reasoning Challenge invited the Kaggle community to explore a focused question: What techniques can improve reasoning accuracy when...

## Fine-tuning a DistilBERT classifier with numerical and text inputs

DevFeed: [Fine-tuning a DistilBERT classifier with numerical and text inputs](<https://devfeed.tech/articles/fine-tuning-a-distilbert-classifier-with-numerical-and-text-inputs-30004.md>)

Original publisher: [Read original article](<https://engineering.freeagent.com/2026/04/10/fine-tuning-a-distilbert-classifier-with-numerical-and-text-inputs/>)

Author: Paloma Jol

Published: 2026-04-10T10:04:33Z

Content type: tutorial

Language: en

Sources: [FreeAgent](<https://devfeed.tech/sources/freeagent.md>)

Topics: [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>), [scikit-learn](<https://devfeed.tech/topics/scikit-learn.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [aws](<https://devfeed.tech/tags/aws.md>), [data](<https://devfeed.tech/tags/data.md>), [data-ml](<https://devfeed.tech/tags/data-ml.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [encoding](<https://devfeed.tech/tags/encoding.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [llms](<https://devfeed.tech/tags/llms.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [performance](<https://devfeed.tech/tags/performance.md>), [text-classification](<https://devfeed.tech/tags/text-classification.md>), [training-data](<https://devfeed.tech/tags/training-data.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

This tutorial explains how to fine-tune a DistilBERT text classifier while incorporating a numerical feature into the same network. It uses the Kaggle wine reviews dataset, combining review descriptions with price and preprocessing the data for training, validation, and testing.

### Source excerpt

Text classification is often done through fine-tuning of a pretrained foundation model with domain-specific data. In FreeAgent we use transformer based models to automatically classify incoming bank transactions. Specifically we use a DistilBERT model that is fine-tuned on hundreds of millions of bank transactions with customer-labelled accounting categories. The model inputs are currently text-based, built from a combination of bank transaction descriptions and amounts. In this post we describe an approach to fine-tuning the DistilBERT model and training the classifier including the numerical amount feature as a single network.

## Measuring progress toward AGI: A cognitive framework

DevFeed: [Measuring progress toward AGI: A cognitive framework](<https://devfeed.tech/articles/measuring-progress-toward-agi-a-cognitive-framework-6218.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/measuring-progress-toward-agi-a-cognitive-framework/>)

Author: Ryan Burnell

Published: 2026-03-17T16:03:47Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [ai observability](<https://devfeed.tech/topics/ai-observability.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [framework](<https://devfeed.tech/tags/framework.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [learning](<https://devfeed.tech/tags/learning.md>), [memory](<https://devfeed.tech/tags/memory.md>), [none](<https://devfeed.tech/tags/none.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>)

### AI overview

The article introduces a cognitive framework for measuring progress toward AGI. It proposes evaluating AI systems across cognitive tasks, comparing results with human baselines, and maps performance against human distributions; it also announces a Kaggle hackathon to help build evaluations.

### Source excerpt

We're introducing a framework to measure progress toward AGI, and launching a Kaggle hackathon to build the relevant evaluations.

## Next generation medical image interpretation with MedGemma 1.5 and medical speech to text with MedASR

DevFeed: [Next generation medical image interpretation with MedGemma 1.5 and medical speech to text with MedASR](<https://devfeed.tech/articles/next-generation-medical-image-interpretation-with-medgemma-1-5-and-medical-speech-to-text-with-medasr-6842.md>)

Original publisher: [Read original article](<https://research.google/blog/next-generation-medical-image-interpretation-with-medgemma-15-and-medical-speech-to-text-with-medasr/>)

Published: 2026-01-13T20:57:16Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Medical imaging](<https://devfeed.tech/topics/medical-imaging.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [asr](<https://devfeed.tech/topics/asr.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>)

Tags: [ai-models](<https://devfeed.tech/tags/ai-models.md>), [asr](<https://devfeed.tech/tags/asr.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [google](<https://devfeed.tech/tags/google.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [health](<https://devfeed.tech/tags/health.md>), [health-bioscience](<https://devfeed.tech/tags/health-bioscience.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [medical-imaging](<https://devfeed.tech/tags/medical-imaging.md>)

### AI overview

Google Research describes MedGemma 1.5 4B, an updated open medical generative AI model with improved support for medical imaging, text, medical records, and 2D images. The article also presents MedASR, an open medical speech-to-text model for dictation that can pair with MedGemma for advanced reasoning. The models are available for research and commercial use through Hugging Face and Vertex AI, with a related medical AI hackathon on Kaggle.

### Source excerpt

Generative AI

## Google Research 2025: Bolder breakthroughs, bigger impact

DevFeed: [Google Research 2025: Bolder breakthroughs, bigger impact](<https://devfeed.tech/articles/google-research-2025-bolder-breakthroughs-bigger-impact-6801.md>)

Original publisher: [Read original article](<https://research.google/blog/google-research-2025-bolder-breakthroughs-bigger-impact/>)

Published: 2025-12-18T23:29:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Quantum Computing](<https://devfeed.tech/topics/quantum-computing.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [data centers](<https://devfeed.tech/topics/data-centers.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Bioinformatics](<https://devfeed.tech/topics/bioinformatics.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [cloud-data](<https://devfeed.tech/tags/cloud-data.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [energy](<https://devfeed.tech/tags/energy.md>), [generative](<https://devfeed.tech/tags/generative.md>), [google](<https://devfeed.tech/tags/google.md>), [health](<https://devfeed.tech/tags/health.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [llm](<https://devfeed.tech/tags/llm.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [quantum-computing](<https://devfeed.tech/tags/quantum-computing.md>), [research](<https://devfeed.tech/tags/research.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [science](<https://devfeed.tech/tags/science.md>), [year-in-review](<https://devfeed.tech/tags/year-in-review.md>)

### AI overview

Google Research's 2025 review describes accelerated progress across AI, generative UI, algorithmic research, agentic models, quantum computing, Earth sciences, genomics, biology, neuroscience, climate resilience, health, and education. It also highlights work improving efficiency, reliability, factuality, and cost and energy use in Google products and cloud infrastructure.

### Source excerpt

Year in Review

## FACTS Benchmark Suite: Systematically evaluating the factuality of large language models

DevFeed: [FACTS Benchmark Suite: Systematically evaluating the factuality of large language models](<https://devfeed.tech/articles/facts-benchmark-suite-systematically-evaluating-the-factuality-of-large-language-models-6150.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/facts-benchmark-suite-systematically-evaluating-the-factuality-of-large-language-models/>)

Author: FACTS team

Published: 2025-12-09T11:29:03Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [responsibility-safety](<https://devfeed.tech/tags/responsibility-safety.md>), [search](<https://devfeed.tech/tags/search.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Google DeepMind and Kaggle introduce the FACTS Benchmark Suite, which evaluates the factuality of large language models across internal-knowledge, search, multimodal, and grounded-answering tasks. The suite contains 3,513 publicly available examples, with held-out private sets used to calculate an overall FACTS Score and publish results on a leaderboard.

### Source excerpt

Systematically evaluating the factuality of large language models with the FACTS Benchmark Suite.

## Improving Hugging Face Model Access for Kaggle Users

DevFeed: [Improving Hugging Face Model Access for Kaggle Users](<https://devfeed.tech/articles/improving-hugging-face-model-access-for-kaggle-users-7299.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/kaggle-integration>)

Author: Vincent Roseberry; Meg Risdal; Julien Chaumond; Pedro Cuenca; Vaibhav Srivastav

Published: 2025-05-14T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>), [qwen](<https://devfeed.tech/topics/qwen.md>), [spaces](<https://devfeed.tech/topics/spaces.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [code](<https://devfeed.tech/tags/code.md>), [community](<https://devfeed.tech/tags/community.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [model](<https://devfeed.tech/tags/model.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [qwen3](<https://devfeed.tech/tags/qwen3.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [spaces](<https://devfeed.tech/tags/spaces.md>), [token](<https://devfeed.tech/tags/token.md>)

### AI overview

Kaggle is integrating Hugging Face models into its platform, improving model discovery, navigation, and reuse in Kaggle Notebooks. Public notebooks using Hugging Face models can contribute code examples to Kaggle model pages, while private and gated models continue to require Hugging Face authentication. Support for offline Kaggle competition submissions is still in development.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## The TensorFlow Lite Plugin for Flutter is Officially Available

DevFeed: [The TensorFlow Lite Plugin for Flutter is Officially Available](<https://devfeed.tech/articles/the-tensorflow-lite-plugin-for-flutter-is-officially-available-7385.md>)

Original publisher: [Read original article](<https://blog.tensorflow.org/2023/08/the-tensorflow-lite-plugin-for-flutter-officially-available.html>)

Author: TensorFlow Blog (noreply@blogger.com)

Published: 2023-08-18T16:00:00Z

Content type: news

Language: en

Sources: [The TensorFlow Blog](<https://devfeed.tech/sources/the-tensorflow-blog.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [TensorFlow Lite](<https://devfeed.tech/topics/tensorflow-lite.md>), [Tensorflow](<https://devfeed.tech/topics/tensorflow.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Google](<https://devfeed.tech/topics/google.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [explore](<https://devfeed.tech/tags/explore.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [github](<https://devfeed.tech/tags/github.md>), [google](<https://devfeed.tech/tags/google.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [tensorflow](<https://devfeed.tech/tags/tensorflow.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>), [tensorflowlite](<https://devfeed.tech/tags/tensorflowlite.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

The TensorFlow Lite plugin for Flutter has been officially migrated to the TensorFlow GitHub account and released. The updated plugin adds features and example apps, including live-camera object detection, and enables local TensorFlow model inference in Flutter apps across supported platforms.

### Source excerpt

Posted by Paul Ruiz, Developer Relations Engineer We're excited to announce that the TensorFlow Lite plugin for Flutter has been officially migrated to the TensorFlow GitHub account and released! Three years ago, Amish Garg, one of our talented Google Summer of Code contributors, wrote a widely used TensorFlow Lite plugin for Flutter. The plugin was so popular that we decided to migrate it to our official repo, making it easier to maintain directly by the Google team. We are grateful to Amish for his contributions to the TensorFlow Lite Flutter plugin. Through the efforts of developers in the community, the plugin has been updated to the latest version of TensorFlow Lite, and a collection of new features and example apps have been added, such as object detection through a live camera feed. So what is TensorFlow Lite? TensorFlow Lite is a way to run TensorFlow models on devices locally, supporting mobile, embedded, web, and edge devices. TensorFlow Lite's cross-platform support and on-device performance optimizations make it a great addition to the Flutter development toolbox. Our goal with this plugin is to make it easy to integrate TensorFlow Lite models into Flutter apps across mobile platforms, with desktop support currently in development through the efforts of our developer community. Find pre-trained TensorFlow Lite models on model repos like Kaggle Models or create your own custom TensorFlow Lite models. Let's take a look at how you could use the Flutter TensorFlow Lite plugin for image classification: TensorFlow Lite Image Classification with Flutter First you will need to install the plugin from pub.dev. Once the plugin is installed, you can load a TensorFlow Lite model into your Flutter app and define the input and output tensor shapes. If you're using the MobileNet model, then the input tensor will be a 224 by 224 RGB image, and the output will be a list of confidence scores for the trained labels. // Load model Future<void> _loadModel() async { final opt

## Hand Gesture Recognition on ESP32-S3 with ESP-Deep Learning

DevFeed: [Hand Gesture Recognition on ESP32-S3 with ESP-Deep Learning](<https://devfeed.tech/articles/hand-gesture-recognition-on-esp32-s3-with-esp-deep-learning-13881.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/hand-gesture-recognition-on-esp32-s3-with-esp-deep-learning/>)

Author: John Lee

Published: 2022-12-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [Deep learning](<https://devfeed.tech/topics/deep-learning.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>), [quantization](<https://devfeed.tech/topics/quantization.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [classification](<https://devfeed.tech/tags/classification.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [esp-dl](<https://devfeed.tech/tags/esp-dl.md>), [esp-id](<https://devfeed.tech/tags/esp-id.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [quantization](<https://devfeed.tech/tags/quantization.md>)

### AI overview

This tutorial explains how to deploy a deep-learning model for classifying six hand gestures on the ESP32-S3 using Espressif's ESP-DL framework. It covers prerequisites, model development, dataset preparation, train/test/calibration splits, and model quantization.

### Source excerpt

Artificial intelligence transforms the way computers interact with the real world. Decisions are carried by getting data from Tiny low-powered devices and sensors into the cloud. Connectivity, high cost and data privacy are some of the demerits of this method. Edge artificial intelligence is another way to process the data right on the physical device without sending data back and forth improving the latency and security and reducing the bandwidth and power.

## UK Bank Holidays with Pandas on Jupyter

DevFeed: [UK Bank Holidays with Pandas on Jupyter](<https://devfeed.tech/articles/uk-bank-holidays-with-pandas-on-jupyter-19177.md>)

Original publisher: [Read original article](<https://medium.com/bbc-product-technology/uk-bank-holidays-with-pandas-on-jupyter-35591e52a4ae?source=rss----ccd524e1760a---4>)

Author: Simone Spaccarotella

Published: 2022-09-21T17:22:24Z

Content type: tutorial

Language: en

Sources: [BBC](<https://devfeed.tech/sources/bbc.md>)

Topics: [pandas](<https://devfeed.tech/topics/pandas.md>), [Jupyter Notebook](<https://devfeed.tech/topics/jupyter-notebook.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Python](<https://devfeed.tech/topics/python.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [coding](<https://devfeed.tech/tags/coding.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [json](<https://devfeed.tech/tags/json.md>), [jupyter-notebook](<https://devfeed.tech/tags/jupyter-notebook.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [pandas](<https://devfeed.tech/tags/pandas.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

A hands-on tutorial about using Pandas in a Jupyter Notebook to retrieve UK bank holiday data in JSON format and prepare it for analysis in a DataFrame. The article also describes the author's self-study practice in Python, data science, and machine learning.

### Source excerpt

How I learned to manipulate JSON data with Pandas on a Jupyter Notebook and deconstruct it to a DataFrame ready for queries.Image by author created from Jupiter photo by NASA and Pandas photo by Pascal Müller on UnsplashA bit of context first I started a self-study path to learn the theoretical fundamentals of Data Science and Machine Learning. I have also been playing with Python ever since, with coding exercises during the "Friday 10% time" here at the BBC and on my own time when I have some to spare. I created this playground repository to refresh my Pythonic knowledge that was buried deep inside the funny head of mine. This repo is a mix of material and exercises to keep my Python coding skills sharp. GitHub - simonespa/python-playground: A playground repo for Python I also created a specific playground focused on Data Science and Machine learning. In this playground I practice with libraries such as NumPy, Pandas, Scikit-Learn, TensorFlow (et. all) with a Jupyter Notebook. It also contains notes and summaries of what I learn in forms of README or notebooks. GitHub - simonespa/machine-learning-playground: A playground to practice machine learning, data modelling and visualisation Nothing fancy or ground-breaking, just a couple of playground repos for me to practice and learn at my own pace. The 10% time at the BBC This happens every other Friday and it is about learning. Engineers use this time to learn new technologies and/or languages, discover new approaches and techniques. We can organise the day as we want. It could be a self-paced learning session (reading, watching tutorials, etc.), a day of study for an apprenticeship or a university degree etc., an actual hands-on prototyping session to work on a long-running personal project, or a group collaboration with other like-minded people. There is no limitation to how we plan our day, as long as we keep in mind the end goal. In simple terms, satisfy our own curiosity and creativity by strengthening our technic

## Announcing Our Market Prediction Kaggle Competition

DevFeed: [Announcing Our Market Prediction Kaggle Competition](<https://devfeed.tech/articles/announcing-our-market-prediction-kaggle-competition-20152.md>)

Original publisher: [Read original article](<https://blog.janestreet.com/announcing-our-market-prediction-kaggle-competition-index/>)

Author: Craig Falls

Published: 2020-11-24T00:00:00Z

Content type: release

Language: en

Sources: [Jane Street](<https://devfeed.tech/sources/jane-street.md>)

Topics: [Kaggle](<https://devfeed.tech/topics/kaggle.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [data](<https://devfeed.tech/topics/data.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>)

Tags: [competition](<https://devfeed.tech/tags/competition.md>), [data](<https://devfeed.tech/tags/data.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [financial](<https://devfeed.tech/tags/financial.md>), [hiring](<https://devfeed.tech/tags/hiring.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [london](<https://devfeed.tech/tags/london.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml](<https://devfeed.tech/tags/ml.md>)

### AI overview

Jane Street announces a Kaggle competition based on a real problem and real financial data, with $100,000 in total prizes. The company says the contest aims to introduce more people to its data-science work and encourage applications.

### Source excerpt

Jane Street is running a Kaggle contest based on a real problem with real financial data. If you like ML projects, or think you might, head over and check it out. We think it's a pretty fun one. The prizes are pretty good too, with a total $100K being paid out.

## Machine Learning Datasets for NLP

DevFeed: [Machine Learning Datasets for NLP](<https://devfeed.tech/articles/machine-learning-datasets-for-nlp-28202.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/netlabeler/2020/03/09/machine-learning-datasets-for-nlp.html>)

Author: Fuzzygroup

Published: 2020-03-09T00:00:00Z

Content type: article

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [datasets](<https://devfeed.tech/topics/datasets.md>), [Natural language processing](<https://devfeed.tech/topics/nlp.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [data](<https://devfeed.tech/topics/data.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [netlabeler](<https://devfeed.tech/tags/netlabeler.md>), [nlp](<https://devfeed.tech/tags/nlp.md>)

### AI overview

A short list of machine-learning datasets for natural language processing, including resources from Kaggle, LionBridge.ai, the Million Song Dataset, Synced Review, Twitter, and Sample Stream.

### Source excerpt

Today is a short one, just pointers to some datasets for Machine Learning data sets that I keep losing. Kaggle LionBridge.ai Million Song Dataset Synced Review Twitter Sample Stream

## Preparing your product for machine learning

DevFeed: [Preparing your product for machine learning](<https://devfeed.tech/articles/preparing-your-product-for-machine-learning-32026.md>)

Original publisher: [Read original article](<https://tech.finn.no2018/08/09/preparing-your-product-for-ml/>)

Author: Joakim Rishaug

Published: 2018-08-09T08:00:00Z

Content type: tutorial

Language: en

Sources: [Finn.no](<https://devfeed.tech/sources/finn-no.md>)

Topics: [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [data](<https://devfeed.tech/topics/data.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Google](<https://devfeed.tech/topics/google.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [introduction](<https://devfeed.tech/tags/introduction.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>)

### AI overview

This article explains how engineering teams can prepare products for future machine learning work, even when data scientists are not yet available. It emphasizes engineering fundamentals, useful features, numerical data, and reducing problems caused by unstructured or incomplete data.

### Source excerpt

At many companies, there are few data scientists and many projects which may be very interesting for the business to apply machine learning on. For most of these companies, starting greenfield projects with a data scientist on the team might be either a difficult political battle (to get assigned resources) or impossible, if there are no data scientists yet. But how can a team prepare their project for the day when there will be a data scientist around, and in the process, maybe improve their current product as well? In Google's "Rules of ML", they make some good suggestions for this in their introduction: Do machine learning like the great engineer you are, not the great machine learning expert you aren't. Most of the problems you will face, are in fact engineering problems. Most of the gains come from great features, not great machine learning algorithms. This means, the team already has great potential to improve their product in ways that the data scientist might help them do in a more structured way later. I believe as long as the engineers and programmers know how machine learning algorithms like having the data shaped, they can take advantage of this to move forward confidently. What kind of data does a machine learning algorithm like? Computers like things that are quantifiable by numbers, and this is probably obvious to many programmers, but it's easy to forget this when we have tools like Google that can find and seemingly understand what we want just by typing a couple of words. According to a Kaggle survey from 2017, "dirty data" is the biggest problem faced by machine learning practitioners. This means data being unstructured in some form, either by being severely skewed in one direction or the other, being full of holes (only subsets of users even have a given feature), or data that has to go through processing before actually becoming a usable feature. Making sure that this friction is minimized is important later for the progress of machine learning