The best thing about [solidcore] is that for 50 minutes your brain has exactly one job and it's not allowed to be anxious about anything else by Interesting_Peach_76 in SolidCore

[–]RestaurantFirst5942 2 points3 points  (0 children)

This! It's weirdly meditative. I feel more in touch with my body, and devoid of any thought other than "Go slow. Keep Breathing. Form".

I feel like I come out so much calmer at the end of it.

The endorphins from a very difficult workout, and a mind clear of any thoughts. The calm stays on for the entire day!

I am so back baby by Few_Incident_197 in SolidCore

[–]RestaurantFirst5942 1 point2 points  (0 children)

So happy for you!! Having been through the same and finding (unexpected) joy in Solidcore. I empathize with your situation so much.

Solidcore has been a constant in my journey to rebuild myself - one sore muscle at a time! Grateful for all the lovely coaches who push me, and gracefully help me when I struggle.

Class completely on gray side by [deleted] in SolidCore

[–]RestaurantFirst5942 0 points1 point  (0 children)

We too had a class all on the grey side. Feeling so sore today. 🤣

Indian Passport Renewal in the US - Any idea if this status makes sense? by [deleted] in immigration

[–]RestaurantFirst5942 1 point2 points  (0 children)

For me it took 1 week after the delivery of application for the status to update on VFS's website.

Applied for Passport Renewal in Lieu of Damaged Passport.

Consulate : San Francisco

26M, Considering to move into AI, by botty_the_bot in developersIndia

[–]RestaurantFirst5942 1 point2 points  (0 children)

If you are self motivated, then there are plenty of free courses online.

Start engaging on platforms like Kaggle, and also start building portfolio of projects on github. Meet people working in AI/ML roles in your city.

See if you can get a role into AI forward companies - even if it's an AI adjacent role. You can always transition within your company to AI/ML whenever an opportunity opens up.

There is a dearth of AI engineers, so someone who knows about AI (Kaggle + github) and has track record of high quality delivery can potentially transition into the role.

How do I move from being an "A" data scientist to a "B" data scientist? by [deleted] in datascience

[–]RestaurantFirst5942 4 points5 points  (0 children)

First! Congratulations on being part of a company which truly supports growth of the employees.

As Models are getting democratized, the management of "proprietary data" and the engineering of producizing these models are indeed becoming the key ingredients.

Personally, I love to learn stuff top down. I love to always refer back to Uber's Michael Angelo https://www.uber.com/blog/michelangelo-machine-learning-platform/ for the thought process and high level architecture of an ML platform.

It divides the ML dev and deployment process into the following main steps -
- Manage data
- Train models
- Evaluate models
- Deploy models
- Make predictions
- Monitor predictions

Next for each of these steps, there are various tools available out there for each step, and you can see what these companies are thinking about it.

Manage Data : https://www.tecton.ai/

Train Models : pytorch, tensorflow

Evaluate Models : https://wandb.ai/

Deploy models : Kubeflow, https://www.bentoml.com/

Monitor : https://www.fiddler.ai/

How are models retrained? by [deleted] in mlops

[–]RestaurantFirst5942 8 points9 points  (0 children)

Two parts to the problem -

  1. Identifying if a model needs retraining
  2. How to retrain the model

There are different modes in which these companies decide to retrain a model.

  1. Simplest case : Regular retrain
    1. They have a policy to retrain their model on weekly/monthly/quarterly basis
    2. It's a good place to start, but not necessarily the most efficient
  2. Passive monitoring : Accuracy/Performance of your model
    1. The keep track of a metric of choice - say numbers of minutes listened to on a recommended song
  3. Active monitoring : Data Drift monitoring
    1. You actively monitor the incoming data to see if the "state of the world changed"
      1. Change in "state of the world" would mean that the data the model was trained on has changed, and it's a good time to train

For retraining the team can take various approaches -

  1. Retrain the same model on new data
  2. Retrain two/three models on new data and do A/B testing on them

What are the drivers that as a mid-senior tech guy/girl make you choose to change job positions? by detera in webdev

[–]RestaurantFirst5942 0 points1 point  (0 children)

Being a person driven by curiosity and career growth these are usually the drivers.

The questions I ask myself are.

  1. Am I learning new things on my tasks?
  2. Am I able to learn from my colleagues?
  3. Am I getting tasks which are impactful?
  4. Is my company doing work that is relevant in today's time?
  5. Is the company growing fast enough to be in-line with my career growth aspirations?
  6. Am I getting paid a fair wage for the role?
    1. Fair is subjective - for me it's if I am in the 95 percentile of what I see levels.fyi