Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: February 21, 2022In: Computer Science

      Suppose you are planning to develop a project on employee attendance. Design a project plan by using following scenario This …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 21, 2022 at 5:05 pm

      JUST GO THROUGH THIS LINK YOU WILL GET YOUR ANSWER: https://sikshapath.in/question/question-1-suppose-you-are-planning-to-develop-a-project-on-employee-attendance-design-a-project-plan-by-using-following/

      JUST GO THROUGH THIS LINK YOU WILL GET YOUR ANSWER:

      QUESTION 1. Suppose you are planning to develop a project on employee attendance. Design a project plan by using following …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: February 21, 2022In: Computer Science

      Consider the scenario A Online bookstore is to be implemented. This project is a website that acts as a central …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 21, 2022 at 5:04 pm

      JUST GO THROUGH THIS LINK YOU WILL GET YOUR ANSWER: https://sikshapath.in/question/consider-the-scenario-question-2-a-online-bookstore-is-to-be-implemented-this-project-is-a-website-that-acts-as/

      JUST GO THROUGH THIS LINK YOU WILL GET YOUR ANSWER:

      Consider the scenario QUESTION 2. A Online bookstore is to be implemented. This project is a website that acts as …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: February 21, 2022In: Computer Science

      How can a machine be capable of learning be built?

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 21, 2022 at 10:21 am

      A machine be capable of learning be built through: By building a machine with sufficient computational resources, offering training examples from real-world data, and by designing specific algorithms and tools that define a learning process, rather than specific data manipulations, machines can imprRead more

      A machine be capable of learning be built through:

      • By building a machine with sufficient computational resources, offering training examples from real-world data, and by designing specific algorithms and tools that define a learning process, rather than specific data manipulations, machines can improve their own performance through learning by doing, inferring patterns, and hypothesis checking.

       

      • By reinforcement learning that uses external feedback to teach the system to change its internal workings in order to guess better next time. This self-change involves identifying the factors that made the biggest difference in the algorithm’s decision, reinforcing accuracy and discouraging wrong decisions.
      See less
        • 6
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: February 21, 2022In: Computer Science

      A bank manager is given a dataset containing 1000 records of applicants who have applied for loan. How can AI …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 21, 2022 at 10:14 am

      ANSWER: This problem statement can be solved using the KNN algorithm, which will classify the applicant’s loan request into two classes: Approved Disapproved K Nearest Neighbour is a Supervised Learning algorithm that classifies a new data point into the target class, depending on the features of itRead more

      ANSWER:

      This problem statement can be solved using the KNN algorithm, which will classify the applicant’s loan request into two classes:

      1. Approved
      2. Disapproved

      K Nearest Neighbour is a Supervised Learning algorithm that classifies a new data point into the target class, depending on the features of its neighboring data points.

      The following steps can be carried out to predict whether a loan must be approved or not:

      Data Extraction: At this stage data is either collected through a survey or web scraping is performed. Data about the customers must be collected. This includes their account balance, credit amount, age, occupation, loan records, etc. By using this data, we can predict whether or not to approve the loan of an applicant.

      Data Cleaning: At this stage, the redundant variables must be removed. Some of these variables are not essential in predicting the loan of an applicant, for example, variables such as Telephone, Concurrent credits, etc. Such variables must be removed because they will only increase the complexity of the Machine Learning model.

      Data Exploration & Analysis: This is the most important step in AI. Here you study the relationship between various predictor variables. For example, if a person has a history of unpaid loans, then the chances are that he might not get approval on his loan applicant. Such patterns must be detected and understood at this stage.

      Building a Machine Learning model: There are n number of machine learning algorithms that can be used for predicting whether an applicant loan request is approved or not. One such example is the K-Nearest Neighbor, which is a classification and a regression algorithm. It will classify the applicant’s loan request into two classes, namely, Approved and Disapproved.

      Model Evaluation: Here, you basically test the efficiency of the machine learning model. If there is any room for improvement, then parameter tuning is performed. This improves the accuracy of the model.

       

      See less
        • 6
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: February 20, 2022In: Other

      QUESTION 1 How alpha beta search is different from minimax search algorithm. How does it overcome the problem of minimax …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 20, 2022 at 9:38 pm

      QUESTION 1. How alpha beta search is different from minimax search algorithm. How does it overcome the problem of minimax search algorithm. ANSWER: Alpha-beta pruning is a procedure to reduce the amount of computation and searching during minimax. Minimax is a two-pass search, one pass is used to asRead more

      QUESTION 1.

      How alpha beta search is different from minimax search algorithm. How does it overcome the problem of minimax search algorithm.

      ANSWER:

      • Alpha-beta pruning is a procedure to reduce the amount of computation and searching during minimax. Minimax is a two-pass search, one pass is used to assign heuristic values to the nodes at the ply depth and the second is used to propagate the values up the tree.
      • The Alpha-beta pruning to a standard minimax algorithm returns the same move as the standard algorithm does, but it removes all the nodes which are not really affecting the final decision but making algorithm slow. Hence by pruning these nodes, it makes the algorithm fast.

       

      QUESTION 2.

      The crop yield in India is degrading because farmers are unable to detect diseases in crops during the early stages. Can AI be used for disease detection in crops? If yes, explain.

       

      ANSWER:

      Plant diseases are one of the most important reasons that lead to the destruction of plants and crops. Detecting those diseases at early stages enable farmers to overcome and treat them appropriately.

      Artificial Intelligence in Agriculture not only helps farmers to use their farming skills but also shifts to direct farming to get higher yields and better quality with
      less resources.

      Using of AI tools/methods help farmers to diagnose their farm.

      Techniques such as:

      Drone-based images can help in crop monitoring, scanning of fields and so on. Farmers can join them with PC vision innovation and IOT to guarantee quick activities. These feeds can produce ongoing climate alarms for farmers.

      Also,

      The image sensing and analysis make sure that the plant leaf images are segmented into surface areas like background, diseased area and non-diseased area of the leaf. The infected or diseased area is then harvested and sent to the laboratory for additional diagnosis.

      Remote sensing (RS) techniques along with hyperspectral imaging and 3D laser scanning are crucial to constructing crop metrics over thousands of acres of cultivable land.

       

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: February 17, 2022In: Computer Science

      Consider software for academic activities of a university. The project will cover activities like managing of students as well as …

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 20, 2022 at 12:51 pm

      VOTE UP ANSWERS AND SUPPORT US ! JUST TAP ON THE BELOW ATTACHMENT TO DOWNLOAD THE ANSWER FILE.

      VOTE UP ANSWERS AND SUPPORT US !

      JUST TAP ON THE BELOW ATTACHMENT TO DOWNLOAD THE ANSWER FILE.
      See less
      Attachment

        • 17
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 78 79 80 81 82 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 149
    • Best Answers 89
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team
    • AI News: 🤝 Biden Meets Xi on AI Talks, 💡 Xavier Niel’s Advice for Europe, ♻️ Hong Kong’s Smart Bin Revolution, 🚀 AI x Huawei

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved