Activity
Ratings Progression
Challenge Categories
Challenges Entered
Using AI For Buildingβs Energy Management
Latest submissions
Machine Learning for detection of early onset of Alzheimers
Latest submissions
The first, open autonomous racing challenge.
Latest submissions
5 Puzzles 21 Days. Can you solve it all?
Latest submissions
See Allgraded | 170688 | ||
graded | 170687 | ||
graded | 170686 |
Latest submissions
5 Puzzles 21 Days. Can you solve it all?
Latest submissions
See Allgraded | 148982 | ||
graded | 148419 | ||
graded | 148418 |
Latest submissions
See Allgraded | 127331 | ||
graded | 127287 |
Sample-efficient reinforcement learning in Minecraft
Latest submissions
Recognizing bird sounds in monophone soundscapes
Latest submissions
Can you identify who spoke these lines?
Latest submissions
See Allgraded | 170688 | ||
graded | 170687 | ||
graded | 170686 |
Participant | Rating |
---|
Participant | Rating |
---|
AI Blitz #9
Submission format for the NLP feature engineering challenge
Over 3 years agoThank you so much for the information. Itβs clear now.
Yes, those were my mistakes. I was not running it on colab at first hence the different format and may have lead to changes in the markdown.
Noted, Iβll keep that unchanged and submit.
Thanks again.
Notebook submissions at the end
Over 3 years agoI think if youβre using the submission as per the starter kit, the notebook is bundled together with the test.csv. So, you wonβt need to submit that separately.
Submission format for the NLP feature engineering challenge
Over 3 years agoHi!
I tried submitting a notebook to the challenge, but it showed error suggesting a zip file was to be submitted. Uploading the zip file using the command in the starter kit also gave error. Could you please clarify the submission format? The submission section has very few details.
Thanks.
NLP Feature Engineering-9be8f9
Kernel died error while running the colab
Over 3 years agoI tried a smaller model and this still fails in the Generate Predictions On Test Data
phase. The logs do not point to any particular code failure.
Kernel died error while running the colab
Over 3 years agoThis time the validation step ran fine and it stopped during predictions on test data. https://www.aicrowd.com/challenges/ai-blitz-9/problems/nlp-feature-engineering/submissions/146420
Ideally though, as per my understanding if it worked on validation, it shouldβve been same process on test data - right?
Kernel died error while running the colab
Over 3 years agoThank you so much for looking into this and the fix. Trying out now.
Kernel died error while running the colab
Over 3 years agoI was running the colab for generating word vectors for the NLP feature engineering task where I get this error log: https://aicrowd-evaluation-logs.s3.us-west-002.backblazeb2.com/logs/desiml/blitz-9/feature-engineering/17724c17-2a58-4083-84d9-1c3c9766a802.log
Itβs unclear to me what the issue is in this case. Any help would be very much appreciated. Thanks!
Emotion Detection
Nlp.pipe() processing
Over 3 years agoHi!
Try out the BERT based model from the notebook I just shared: https://www.aicrowd.com/showcase/bert-for-emotion-detection
Should get you above 0.8 I think. Let me know in case of any issues.
Thanks.
Notebooks
-
Autocorrect on sound files prediction Adding on the benchmark solution to include autocorrect on the predictions to push up on the LB :)falakΒ· Over 3 years ago
-
Solution for submission 146912 A detailed solution for submission 146912 submitted for challenge NLP Feature EngineeringfalakΒ· Over 3 years ago
-
Solution for submission 146452 A detailed solution for submission 146452 submitted for challenge Sound PredictionfalakΒ· Over 3 years ago
-
BERT for research paper classification Fine tuning BERT pretrained on MLM for paper classification taskfalakΒ· Over 3 years ago
-
BERT for emotion detection Fine tuning BERT pretrained on MLM for emotion detection taskfalakΒ· Over 3 years ago
Denoising the sound prediction files
Over 3 years agoThe ASR models for sound prediction are usually pre trained on clean speech. However, the samples in this dataset appear to have a variety of noise added. Has anyone tried any denoising approaches to clean those out/ any pointers to some libraries?