Questions tagged [kaggle]

For questions related to Kaggle, an online community of data scientists and machine learning practitioners that allows users to find and publish datasets, explore and build models, work with other people, and enter competitions to solve data science challenges.

5 questions
11
votes
4 answers

Are there any online competitions for Reinforcement Learning?

Kaggle is limited to only supervised learning problems. There used to be www.rl-competition.org but they've stopped. Is there anything else I can do other than locally trying out different algorithms for various RL problems?
Dhanush Giriyan
  • 355
  • 2
  • 11
3
votes
3 answers

Is Kaggle a good place to find projects in ML to work on?

I am starting to learn machine learning (ML). I'm thinking about starting to take part in some projects in ML. Is Kaggle is a good place to find projects in ML to work on?
Artem
  • 51
  • 2
1
vote
2 answers

ML-based algorithm/software for solving a sudoku puzzle a human way

I am a new contributor and have no experience in ML, so this first question is a general one. I've developed a sudoku solving app and since then I wonder whether it would be feasible to design a ML-based algorithm/software which would mimic the…
0
votes
0 answers

Kaggle notebook from keras 2 to keras 3 problems

as the title suggests, I'm trying to convert a notebook in keras 3, but idk why it's not working properly. This is the original notebook (tell me if it's better to put here the code), I'm trying to do the same task but with car fronts; at the end…
0
votes
0 answers

Getting an error importing SWin transformer using tensorflow in colab

I am trying to load swin transformer from tfhub as follows but on loading the model I get an error. def load_model(): model_url = "https://tfhub.dev/google/swin_transformer/base_patch4_window7_224/1" model = hub.KerasLayer(model_url,…