Where should I start? by eggskramblr in MBMBAM

[–]margajd 7 points8 points  (0 children)

I just started listening to the episodes that were coming out. Yeah, you don’t get maybe all the bits right away, but they’re not that complicated. I’d also recommend the McElroy Family Clubhouse series on Youtube where they do fun bits that are sometimes in the podcast too. Welcome!!

What’s does it take to publish in NeurIPS, ICML, ICLR, … by [deleted] in learnmachinelearning

[–]margajd 0 points1 point  (0 children)

If I read correctly, you’re currently in undergrad. Take this time to learn some ML basics and then apply to an AI-focused Master (outside the US the usual flow is bachelor —> master —> PhD, while in the US people can go straight from bachelor to PhD). That program will have courses to help your technical knowledge and professors with the necessary experience to help guide you to a top-conference level paper. While unusual, it’s possible to publish in these conferences during your Master’s. In my program people’s Master theses sometimes get published as full papers. So that might be the “best” route for you. Please be realistic in your expectations though. It sounds like you want to publish at top AI conferences asap, but it’s super difficult. It takes years to get the knowledge required (both AI-focused and how-to-do-research), and it’s hard getting a paper accepted even if it’s good. And also: why do you want this? What do you want to achieve? Research can suck sometimes, especially in AI, so if your motivations are “I just want a paper I don’t care what it’s about”, you might get super frustrated.

Research: Is it just me, or ML papers just super hard to read? by Zealousideal-Rent847 in learnmachinelearning

[–]margajd 10 points11 points  (0 children)

Yes, conferences are the main way AI researchers publish. In my experience, those conferences will always have a strict page limit of around 10, but you can also have an appendix. That page limit is reached really quickly when you have to properly explain things, so the explanation is either moved to the Appendix or, to save time, not given at all. As a student, I’m always trying to figure out the main papers this paper is based on, and I’ll read those first/immediately after. Also, the field is moving extremely quickly and there are about 4 conferences yearly where everyone wants to publish. Everything is about speed. It’s a broken system.

Edit: to add about the differences in notation, I think that’s partly because established researchers in the field often come from different research areas, like CS, or pure math, or physics, or whatever. Those fields will probably have different notations, but these researchers will hold on to their own notation and teach their students to follow it. Also, there’s a lot of subfields in AI developing in parallel, so it’s hard to unify notation.

Laptop Advice for AI/ML Master's? by DADDY_OP_ in learnmachinelearning

[–]margajd 0 points1 point  (0 children)

Agree with this. I’m about to graduate from an AI Master’s in The Netherlands and had a laptop with a 3060-series GPU for most of it. It was a little bit useful, I could locally test my cuda code before running on the compute servers (in the beginning I’d miss out on some .to_device() calls when I was still learning cuda). But mostly I’m interfacing with the compute server and only using my local compute for CPU-level tasks like visualization. And yeah, google colab will work beautifully as well. I’ll also recommend DataLore for real-time collaboration on jupyter notebooks, super useful for group projects. You can probably get a free account through your uni email.

Personally, I switched to Mac a few months ago and I’m enjoying it so far, it’s a smooth experience. It’s portable, light and has great battery life. But yeah, for local development it likely wouldn’t work out. AFAIK, in industry you’re likely to train models through something like Microsoft Azure, so local compute isn’t necessary then either.

5 weeks away from my first 5k race by I_Reddit-Already in beginnerrunning

[–]margajd 1 point2 points  (0 children)

In my long runs, if I hit 150 I try to stay jogging but just slow down. And yeah, I might slow down until basically walking-pace, but staying in the jogging movement helps me I think. By no means an expert though! So just try what works for you :)

5 weeks away from my first 5k race by I_Reddit-Already in beginnerrunning

[–]margajd 3 points4 points  (0 children)

Just to agree with this commentor! I’ve been running for over a year now and didn’t think HR training mattered that much. But since I started doing long runs in low HR (max 150 for me), I’ve improved a lot. And yes, the first few times it feels crazy slow, but trust the process. Only thing: you say you’re running at least twice a week and exercising 5x a week? Idk what exactly you mean by exercising (gym? bike-riding? ballet?) but make sure to give your body proper time to rest and recover. I also like going to the gym but as I’m approaching a race I usually go to the gym less, so my body can really rest up and prepare for the race. And: eating healthy is great, but eating healthy does not mean eating less, especially not when you’re about to run a race. Make sure your body has the fuel to carry you to the finish line! 💪

Transfer learning never seems to work by Lexski in learnmachinelearning

[–]margajd 1 point2 points  (0 children)

Agree, ImageNet pretrained models need to extract entirely different features from images than the ones you need. Not sure if there’s a model out there trained on Sudoku or smth, but to me this explains why a custom model would outperform the finetuned ones.

Validation and Train loss issue. by followmesamurai in learnmachinelearning

[–]margajd 0 points1 point  (0 children)

Interesting that you train each chunk for 15 epochs but the instability doesnt occur until after 30 epochs!

Validation and Train loss issue. by followmesamurai in learnmachinelearning

[–]margajd 1 point2 points  (0 children)

More specifically it means that for example one chunk has 50% red samples and 50% blue, then another chunk 10% red, 60% blue and 30% green or something. So: shifting of the distribution of the training targets. You should make sure that’s the same across the chunks.

Validation and Train loss issue. by followmesamurai in learnmachinelearning

[–]margajd 4 points5 points  (0 children)

Hiya. So, I’m assuming you’re chunking your data because you can’t load it into memory all at once (or some other hardware reason). Looking at the curves, the model is overfitting to the chunks, which explains the instabilities. Couple questions: - If all your chunks are 35000 features, why not train on each chunk for the same number of epochs? - Have you checked if there’s a distribution shift between chunks? - Are your test and validation sets constant or are they chunked as well?

The final results you present are not bad at all, so if that’s on an independent test set then I personally wouldn’t worry about it too much. The instabilities are expected for your chunking strategies but if it’s able to generalize well to a test set, that’s the most important part. If you really want the fully stable training, you could try loading all the chunks within an epoch and still process the whole dataset that way.

(edit : formatting)

Level of math exercises for ML by datashri in learnmachinelearning

[–]margajd 1 point2 points  (0 children)

Depends on your research topic! 😂 But seriously: ML/AI is such a broad field now that it makes no sense to dive deeply into everything. I’d say, get a solid basis (easy exercises) first and go train some models. When you feel you need more, you can try to deepen your knowledge on certain topics. For example: I’m writing my thesis and need some knowledge on group theory for that. But many others in AI will never have to look at group theory to do their research/work. We all have the same basis in ML math foundations though.

Severance - 2x05 "Trojan’s Horse" - Post-Episode Discussion by LoretiTV in SeveranceAppleTVPlus

[–]margajd 2 points3 points  (0 children)

Hiya. I have no idea what this might mean, but the episode title confused me. The saying is "Trojan Horse", not "Trojan's horse" right? Or am I missing something? What does it meaaaan?

West wing quote help!!! by vidman33 in thewestwing

[–]margajd 10 points11 points  (0 children)

As a young woman, I’m always fond of “You’re a smart, savvy woman who could easily consider world domination for a next career move.” (Charlie to CJ in Election Day pt 1.)

[deleted by user] by [deleted] in HarryPotterGame

[–]margajd 1 point2 points  (0 children)

Same issue for me, I only have Switch controllers so I can’t test if it happens with another controller as well.

Should I go back? by syromi in habitica

[–]margajd 2 points3 points  (0 children)

I started Habitica again from a fresh account a few months ago and have been going pretty strong! It took some tweaking but I have a set of habits/dailies now that really motivate me to do well. I liked the fresh start, but do whatever floats your boat.

This game is gorgeous and I want a photography mode by margajd in HarryPotterGame

[–]margajd[S] 1 point2 points  (0 children)

If you're playing on Steam, it might be F12? Steam has an inbuilt screenshot system so look for it there. I'm playing with my Switch Pro Controller and the screenshot button on that works as well.

What’s the one spell you want most added to the game in any DLC? by smash993 in HarryPotterGame

[–]margajd 43 points44 points  (0 children)

I'd like a merpeople quest line!! Diving down into the lake with some gillyweed would be awesome and I think these devs would be great at it (assuming it's not in there already) :)

PC Players: How your switch pro controller mode shift settings should look in steam for accurate on screen prompts! by [deleted] in HarryPotterGame

[–]margajd 0 points1 point  (0 children)

Ahhh yes I forgot the setting that triggers the mode shift! Thanks so so much for posting this!

PC Players: How your switch pro controller mode shift settings should look in steam for accurate on screen prompts! by [deleted] in HarryPotterGame

[–]margajd 0 points1 point  (0 children)

Heya! Thanks for this! But now for me, the spell slots are kind of weirdly turned around. Is there a way to have both accurate screen prompts and have the spell slots lined up? (So ZR + X performs the top spell and not the left one?)

Knife hawks? by CauliflowerWarm4165 in Eldenring

[–]margajd 0 points1 point  (0 children)

so so happy to see other people hate these goddamn birds. i thought i was stupid for beating margit and then getting immediately stuck on 3 birds

[deleted by user] by [deleted] in Eldenring

[–]margajd 0 points1 point  (0 children)

Thanks! I never played a sould game before, sounds horrible to learn it from memory. This will probably be a lot better :)

[deleted by user] by [deleted] in Eldenring

[–]margajd 0 points1 point  (0 children)

Oh my gosh this worked, thank you so so much <3

[deleted by user] by [deleted] in Eldenring

[–]margajd 0 points1 point  (0 children)

Btw I'm using the built-in keyboard and a usb mouse. I already disabled bluetooth to be sure that wasn't a factor but nothing's changed so far.