allcoding1_official
106K subscribers
765 photos
2 videos
70 files
754 links
Download Telegram
M1: Encode sequential order

T1: Regularization

M16: Likelihood × Prior

ML2: SGD can escape local minima due to its noisy updates

ML3: Recursive Feature Elimination (RFE)

ML4: Gini Index

M4: It overfits the training data

M7: 0

M2: Strong negative linear relationship

S13: No real solution
S17: Local minimum
S23: Converges by Limit Comparison with 1/n²
S30: Collect recent user data and evaluate model drift
S31: Data leakage inflated model performance
S39: 6/216

Amazon ML School MCQ Answers 1:15 PM
Kill the enemy
C++
Amazon 1.15 PM


#include <vector>
#include <algorithm>

int solve(std::vector<int> &A, int B) {
long long m1 = 0, m2 = 0;

for (int val : A) {
if (val > m1) {
m2 = m1;
m1 = val;
} else if (val > m2) {
m2 = val;
}
}

long long b = B;
long long s = m1 + m2;

if (s == 0) {
return b > 0 ? -1 : 0;
}

long long k = b / s;
int ans = k * 2;
long long rem = b % s;

if (rem == 0) {
return ans;
} else if (rem <= m1) {
return ans + 1;
} else {
return ans + 2;
}
}
3
Capgemini is Hiring for Network Engineer
Experience: 0 - 2 year's
Expected Salary: 4.25 LPA
Apply Now:
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/7256d39d-278e-46ab-bd0b-aad0c98e4c06
6
Company Name -Zoho Corporation
Job Role- Software Developers
Qualification -Any Degree
Experience -Freshers or experienced
Location -India
CTC/Salary -6 lpa

https://careers.zohocorp.com/jobs/careers/2803000614929615/Software-Developers?source=CareerSitel