AI Algorithms (74)
AI Natural Language Processing (96)
AI Knowledge Representation Reasoning (12)
AI Robotics (183)
AI Computer Vision (13)
AI Neural Networks (66)
AI Fuzzy Logic (31)
AI Games (8)
AI Languages (141)
AI Tools (11)
AI Machine Learning (659)
Data Science (671)
Data Mining (120)
AI Deep Learning (111)
Generative AI (153)
AI Frameworks Libraries (197)
AI Ethics Safety (100)
AI Applications (427)
AI General (197)
AI AllOther (6) On rolling a dice if you get $1 per dot on the upturned face,what are your expected earnings from rolling a dice?
289You have two sorted array of integers, write a program to find a number from each array such that the sum of the two numbers is closest to an integer i.
328
Explain the function of Unsupervised Learning?
How many types of activation function are available?
What are the recommended systems?
Describe different methods for model interpretability.
Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.
Explain the different types of classifiers?
What are the drawbacks of the linear model?
Why is resampling done?
How will you decide which version (Version 1 or Version 2) of the Surge Pricing Algorithms is working better for Uber ?
What are the three types of artificial intelligence?
What is the role of multi-agent systems in Generative AI?
Discuss the potential biases that AI might introduce in legal applications.
What do you understand by confusion matrix?
Explain about the box cox transformation in regression models?
What is conditional probability?