TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
121
Not published
19
To review
0
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
121
Not published
19
To review
0
121 questions
Medium
18 votes1294 runs0 comment
Easy
15 votes812 runs0 comment
Easy
14 votes787 runs0 comment
Medium
11 votes1259 runs0 comment
Medium
10 votes1168 runs0 comment
Easy
8 votes794 runs0 comment
Easy
7 votes1195 runs0 comment
Easy
6 votes650 runs0 comment
Medium
6 votes621 runs0 comment
Fuzzy logic is a method of reasoning used in AI that aims at reproducing human reasoning. The outcome is the opposite of the boolean outcome (binary) . It can be any value between 0 and 1 (true and false). For example, the outcome can be possibly yes (0.7), not sure (0,6) , possibly no (0,4), or certainly no (0,18)...
Martinat Mar 15, 2022
Hard
5 votes1143 runs2 comments
Easy
5 votes1081 runs0 comment
Easy
5 votes732 runs0 comment
Medium
4 votes1205 runs0 comment
Easy
4 votes1127 runs0 comment
Easy
4 votes481 runs0 comment
Which code language is the most used to implement AI?
Martinat Mar 15, 2022
Medium
3 votes1126 runs0 comment
Easy
3 votes1080 runs0 comment
Easy
3 votes714 runs0 comment
Cross validation is a technique used for evaluating DL (deep learning) models (an ML models in general). The method consists in training several models on subsets of the input data and evaluating them on the complementary subset of this same data. It aims at avoiding overfitting.
Martinat Apr 4, 2022