Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

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

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7621327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:10:10+00:00 2026-05-31T04:10:10+00:00

Consider the following code: struct TrainingExample { array<double, N> input; array<double, M> output; };

  • 0

Consider the following code:

struct TrainingExample
{
    array<double, N> input;
    array<double, M> output;
};

struct Predictor
{
    Predictor(const vector<TrainingExample>& trainingSet);

    array<double, M> predict(const array<double, N>& input);
}

The class is used as follows:

  1. Model some easily measured characteristics of an entity type to an array of N input doubles.
  2. Model some harder to measure characteristics of an entity type to M output doubles.
  3. Sample the universe of entities, measuring both input and output.
  4. This data is then passed to the constructor of Predictor as trainingSet which then “studys” it.
  5. Measure input of a subject entity and pass it to the predict function
  6. Predict will return a guess at the output based on training examples.

My question is, assume this class had to be reused by many different problems/models without modifying the code for each specific problem – which of the machine learning algorithms would be best to implement such a general-purpose Predictor? (If there is no clear best one in your opinion, than what are some of the popular competing algorithms and how do you select between them?)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T04:10:11+00:00Added an answer on May 31, 2026 at 4:10 am

    Well, without the general knowledge of the problem it is almost impossible to answer your question. You basically specified the process of machine learning: Take input, study it, and generate some parameters of the model and then predict results for validation set. it is the insight you provide based on the problem itself as to which algo to use.

    Usually neural nets generate good results in many different domains (that would be gradient decent learning rule algo). In many cases bayesian models perform really well, case based reasoning is often used for discrete, recurring inputs etc. It is up to you to choose one based on the definition of your problem

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the following code: struct Calc { Calc(const Arg1 & arg1, const Arg2 &
Consider the following code: struct Foo { }; struct Bar { explicit Bar(const Foo&)
Consider the following code: #include <vector> struct S { int a; double b; };
Consider the following code: #include <iostream> #include <memory> #include <vector> using namespace std; struct
Let's consider the following 3 code lines: struct stat buffer; status = lstat(file.c_str(), &buffer);
Consider the following code. #include <stdio.h> #include <vector> #include <iostream> struct XYZ { int
Consider the following code struct foo { const int txt_len; const int num_len; char
Consider the following code: struct Vec2 : IEquatable<Vec2> { double X,Y; public bool Equals(Vec2
Consider the following code: #include <vector> struct A { explicit A(int i_) : i(i_)
Consider the following code: #include <iostream> struct A { const char *name; A() :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.