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) You own a clothing enterprise and want to improve your place in the market. How will you do it from the ground level ?
271A box has 12 red cards and 12 black cards. Another box has 24 red cards and 24 black cards. You want to draw two cards at random from one of the two boxes, which box has a higher probability of getting cards of same colour and why?
733How would add new Facebook members to the database of members, and code their relationships to others in the database?
328You are given two tables- friend_request and request_accepted. Friend_request contains requester_id, time and sent_to_id and request_accepted table contains time, acceptor_id and requestor_id. How will you determine the overall acceptance rate of requests?
310
Can you explain the concept of feature attribution in Explainable AI?
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.
I have two multifiles i.e. datapartition2 and datapartition3 .how i join these two?
What is statistical reasoning in artificial intelligence?
What are your thoughts on the future of AI in your field of expertise?
How will you handle missing data ?
What is hierarchical method?
Can radeon run cuda?
Explain how to use dmx-the data mining query language?
Comparision between Machine Learning and Big Data?
Which depends on the percepts and actions available to the agent? a) Agent b) Sensor c) Design problem d) None of the mentioned
Tell us what do you think of our current data process?
Where do you think AI will have the most significant impact?
Mention the difference between statistical ai and classical ai ?
Name methods of classification methods?