Sunday, 22 March 2026

For Infosys

To be eligible, start your learning journey in your selected technology area and complete all recommended courses in the corresponding learning path on or before May 5, 2026. For instance, if you've opted for Artificial Intelligence, proceed with the courses outlined in the 'Artificial Intelligence' Learning Path.

 supervised machine learning:

    is a function maps input variable to output variable: f(x1,x2, ....,xn)=>f(y)

    here we have lebeled data and output

    two types:

     regression and clasification 

    regression does predict discrete values where classification does make classes



No comments:

Post a Comment

SDE floyd-warshall algorithm

 // User function template for C++ class Solution {   public:     void floydWarshall(vector<vector<int>> &dist) {         //...