Microsoft Q# Coding Contest - Summer 2020 - Warmup

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
1356 Microsoft Q# Coding Contest - Summer 2020 - Warmup FINISHED False 259200 139845599 June 12, 2020, 4 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 137 ) D1 Quantum Classification - 1 PROGRAMMING *special

B'You are given a training dataset, in which each entry is a features vector (an array of 2 real numbers) and a label 0 or 1 indicating the class to which this vector belongs. Your goal is to use this dataset to train a quantum classification model that will accurately classify a validation dataset - a different dataset generated using the same data distribution as the training one. The error rate of classifying the validation dataset using your model (the percentage of incorrectly classified samples) should be less than 5 Your code will not be given any inputs. Instead, you should use the provided dataset file to train your model. The training dataset is represented as a JSON file and consists of two arrays, "Features" and "Labels". Each array has exactly 200 elements. Each element of the "Features" array is an array with 2 elements, each of them a floating-point number between -1 and 1. Each element of the "Labels" array is the label of the class to which the corresponding element of the "Features" array belongs, 0 or 1. Your code should return the description of the model you 'd like to use in the following format: Your code should have the following signature: Please refer to the documentation and examples for details on each parameter. Note that majority of the data analysis is going to happen "offline" before you submit the solution. The solution has to contain only the description of the trained model, not the training code itself - if you attempt to train the model "online" in your submitted code during the evaluation process, it will very likely time out. Training your model offline is likely to involve: '...

Tutorials

Microsoft Q# Coding Contest – Summer 2020 — Warmup: editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
83659555 Derzeed D1 June 13, 2020, 4:07 p.m. OK Q# TESTS 1 296 6860800
83876176 TexanElite D1 June 15, 2020, 8:28 p.m. OK Q# TESTS 1 311 6860800
83820565 Pranjal2041 D1 June 15, 2020, 7:44 a.m. OK Q# TESTS 1 311 6860800
83598809 vilim_l D1 June 13, 2020, 9:59 a.m. OK Q# TESTS 1 326 6860800
83780783 amir_e D1 June 14, 2020, 8:42 p.m. OK Q# TESTS 1 326 6963200
83669802 cirpis D1 June 13, 2020, 4:33 p.m. OK Q# TESTS 1 326 7065600
83847445 barrettotte D1 June 15, 2020, 1:57 p.m. OK Q# TESTS 1 327 6860800
83824595 daman1209arora D1 June 15, 2020, 8:44 a.m. OK Q# TESTS 1 327 6860800
83692779 wilwxk D1 June 13, 2020, 6:57 p.m. OK Q# TESTS 1 327 6860800
83785498 kobae964 D1 June 14, 2020, 11:56 p.m. OK Q# TESTS 1 327 6963200

remove filters

Back to search problems