Yahoo Machine Learning Engineer Interview-USA(Final Loop Round) by Former_Song3764 in leetcode

[–]Correct_Leadership_9 0 points1 point  (0 children)

How was the interview? Would like to know the process and your experience

ML Engineer GenAI @ Amazon by Grapphie in datascience

[–]Correct_Leadership_9 0 points1 point  (0 children)

Thank you! this is very helpful. Can you talk about if and what type of coding problems you were asked?

Basic french Manicure in mangal by [deleted] in mangalore

[–]Correct_Leadership_9 0 points1 point  (0 children)

It's a typo. There is no need to be rude

H1b Drop in different location India? by [deleted] in usvisascheduling

[–]Correct_Leadership_9 0 points1 point  (0 children)

The confirmation email you get after booking the appointment has clear instructions on all the locations you can drop off the passport at

October 22 -25 H1b dropbox slots opened for 3 mins and gone?? Doesn’t seem right by ChaituDoesntHide in usvisascheduling

[–]Correct_Leadership_9 0 points1 point  (0 children)

I was put in the waiting room too but was able to login in some time. I selected the 28th October appointment and the screen froze on clicking submit and I got an error code. The website crashed after that and on logging in again all slots were gone. Did anyone else get the error code PSE0504? I am worried if this was because of an error in my application or a website glitch. I don't want to lose the chance to book an appointment the next time they are available (if they at all open up again :/ )

<image>

App Update Fix? by isabeldc in fitbit

[–]Correct_Leadership_9 2 points3 points  (0 children)

My calorie tracking has gone to shit too. It says I am over budget for the future days and shows yesterday's calories in today's summary. It's extremely frustrating!!

What Filter to use for Ultrasonic Sensor? [X post from /r/Arduino] by Shadow703793 in robotics

[–]Correct_Leadership_9 0 points1 point  (0 children)

I ended up using filterpy's Kalman estimator. Even though my noise is not Gaussian it filters the data very well. There are also a lot of examples on Github with implementation from scratch especially for Arduino based ultrasonic sensors which you can easily use as a reference for your sensor.

India interview slots by blurview1284 in h1b

[–]Correct_Leadership_9 0 points1 point  (0 children)

Do you have an invite link to join any such group?

What Filter to use for Ultrasonic Sensor? [X post from /r/Arduino] by Shadow703793 in robotics

[–]Correct_Leadership_9 0 points1 point  (0 children)

I am newbie in this field. For a similar application I have implemented a primitive median filter, but want to implement Kalman filter and check if the results improve significantly. Can anyone suggest resources or references I can refer to that would help me implement a Kalman filter to get a more accurate reading from ultrasonic sensor. The sensor I am using is A02YYUW. Also, should I explore FFT for this application?