MHB Master algorithm design and upper bound proof

AI Thread Summary
The discussion revolves around a user seeking help with a past exam question related to online learning. The user has made some initial progress by establishing a loss function for a binary classification scenario, represented as Loss(S) = ∑|yt - ŷt|. However, they express uncertainty about how to advance from this point. Other participants emphasize the importance of sharing progress to facilitate better assistance, encouraging the user to provide more details about their thought process or any attempts made to solve the problem. This collaborative approach aims to enhance the effectiveness of the help provided.
akerman
Messages
26
Reaction score
0
Hello,

I am currently preparing myself for exams and I have a past exam question which I can't solve. This question concerns online learning and the following picture illustrates it: View attachment 5486
Is anyone able to help me out and propose a solution to this question?
 

Attachments

  • question.JPG
    question.JPG
    99.2 KB · Views: 91
Technology news on Phys.org
Hello, akerman! :D

We ask that our users show their progress (work thus far or thoughts on how to begin) when posting questions. This way our helpers can see where you are stuck or may be going astray and will be able to post the best help possible without potentially making a suggestion which you have already tried, which would waste your time and that of the helper.

Can you post what you have done so far?
 
All I have right now is the initial setting where we do not have k classes but we just use {0,1}. For this setting I have that the mistakes or loss for S (online sequence of data) is:
$Loss(S) = \sum_{t=1}^{m} |y_{t} - \hat{y_{t}} |$

From there I don't know how to progress or solve this question...
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
What percentage of programmers have learned to touch type? Have you? Do you think it's important, not just for programming, but for more-than-casual computer users generally? ChatGPT didn't have much on it ("Research indicates that less than 20% of people can touch type fluently, with many relying on the hunt-and-peck method for typing ."). 'Hunt-and-peck method' made me smile. It added, "For programmers, touch typing is a valuable skill that can enhance speed, accuracy, and focus. While...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top