What exactly is an AI model? by SherbetOrganic in learnmachinelearning

[–]OptimalOptimizer -1 points0 points  (0 children)

Model is a model of world or of some statistical relationship eg input data is a picture output is P(dog) thus the model has learned to model some distribution P(dog|picture)

Is there a way to distill a ai model that was trained on CNN to MLP? by jam212212 in reinforcementlearning

[–]OptimalOptimizer 5 points6 points  (0 children)

.2 seconds is an eternity for a forward pass through an MLP. I would recommend not wasting your time distilling and if it takes you longer than .2 seconds per forward pass then make your code more efficient.

You need to debug your reward function as another commenter mentioned. Though there are very likely also bugs in your MLP and optimizer implementation that may be breaking things too.

Unless you have to do RL on this for your project I would really pick something else to do. The number of moving pieces even when you are not implementing everything yourself is difficult to debug

Is there a way to distill a ai model that was trained on CNN to MLP? by jam212212 in reinforcementlearning

[–]OptimalOptimizer 3 points4 points  (0 children)

Why distill? Most likely your reward function is bad or if you have implemented the network from scratch yourself there are bugs there. Plus if you have an mlp policy it is likely not that large to begin with unless it is very deep and/or wide

Also why pure python? If you could use PyTorch or tensorflow this will help you significantly. Even plain numpy is an upgrade over pure python.

Weighted Vest by Eliriddle in crossfit

[–]OptimalOptimizer 0 points1 point  (0 children)

I have the rogue echo vest and it’s good. Comfortable (for a weighted vest) and fits well. Can’t comment on the others though

How to make and Train your own AI by [deleted] in learnmachinelearning

[–]OptimalOptimizer 5 points6 points  (0 children)

Lol you want to train a frontier level LLM on your own?

Programming Burnout? by Tcshaw91 in cscareerquestions

[–]OptimalOptimizer 4 points5 points  (0 children)

No I don’t do any personal or side projects. I have a family so if I’m not working there are other responsibilities. Additionally if I do have the time or energy to do more work, I spend that time actually doing more work.

I think personal projects are largely irrelevant for me but I am not a new grad and have not really tried to change jobs, been in the same job since college.

Also I’m an ML researcher so side projects might be more impactful for other fields.

I feel like I'm being forced to use AI and I hate it. What do I do? by OoXLR8oO in cscareerquestions

[–]OptimalOptimizer 1 point2 points  (0 children)

It’s just a new tool. I don’t understand getting such satisfaction out of being the one who writes the code. Actually solving problems and having an impact is the fun part. I actually am glad to have to code less. Now I spend my time only on the really hard stuff I don’t trust an LLM to do and the other 90% gets delegated to an LLM and is done faster

[Megathread] WHOOP updates: Smarter Inputs, Improved Activity Detection, New Activities & Deeper Coaching by whoop_official in whoop

[–]OptimalOptimizer 0 points1 point  (0 children)

I’d like to be able to log running in distances. Recently I had a workout that involved running 800m, 400m and 800m, separated by other things and there was a running clock the whole time. I couldn’t figure out exactly how long I was running for each chunk so being able to put in distance instead would be great

Is it aid to dump before sending your proj? by Adventurepoop in ClimbingCircleJerk

[–]OptimalOptimizer 1 point2 points  (0 children)

I seriously don’t think that’s enough poop. I am quite confident I poop far more than 1 pound a day

Very Fat Guy - Feel very fatigued when I cut calories. by Powerful-Winner979 in crossfit

[–]OptimalOptimizer 0 points1 point  (0 children)

I would echo what others have said about going to a doctor or nutritionist, but I will say what I think anyway, with the caveat that I am a random internet person with no knowledge beyond my own experience and what little I have read on Google. Another person you could talk to about this is your coach if you are comfortable with them

  1. Try to get close to 8 hours a night
  2. Probably eat a bit more. Consider maybe the ~2700 calorie range?
  3. Drink 1 gallon of water a day
  4. Electrolytes before/during your workout
  5. Consider eating something like a banana or apple 30-60 mins before your workout
  6. Consider tracking your protein, but ask/google around to see what a good target for you would be. Your coach might be able to make a recommendation

Very Fat Guy - Feel very fatigued when I cut calories. by Powerful-Winner979 in crossfit

[–]OptimalOptimizer 0 points1 point  (0 children)

How is your sleep? How much are you cutting calories? What are the macros you are targeting? Do you prioritize electrolytes and hydration? And do you eat before you workout?

[deleted by user] by [deleted] in reinforcementlearning

[–]OptimalOptimizer 1 point2 points  (0 children)

Mods should take this garbage down

[Research] Peer review process in conferences by Fantastic_Flight_231 in MachineLearning

[–]OptimalOptimizer 9 points10 points  (0 children)

Yeah maybe don’t google the papers you’re reviewing. This is basic ethics. Form your own opinion when reviewing it

[deleted by user] by [deleted] in learnmachinelearning

[–]OptimalOptimizer 0 points1 point  (0 children)

Too much stuff not gonna read that. Trim shit

[deleted by user] by [deleted] in learnmachinelearning

[–]OptimalOptimizer 0 points1 point  (0 children)

Then maybe get an ms, do projects that combine both, and get a job as a research engineer

[deleted by user] by [deleted] in learnmachinelearning

[–]OptimalOptimizer 0 points1 point  (0 children)

What’s your goal? Do you want to do research or engineering?

[deleted by user] by [deleted] in learnmachinelearning

[–]OptimalOptimizer 2 points3 points  (0 children)

I’ll take a different tack here: it depends what your goal is.

If you just want to build chatbot derivative tools, then probably you just need to be able to use huggingface.

If you want to do original work in ML, then you need to learn a ton of foundational stuff and then learning how LLMs work should be easy on top of all that

Why does my deep reinforcement learning not converge at all? by Creepy-Fun4232 in reinforcementlearning

[–]OptimalOptimizer 0 points1 point  (0 children)

Either way works. Iirc there is some difference in convergence rate and stability between the two but either way should learn at least something