uk
Feedback
allcoding1_official

allcoding1_official

Відкрити в Telegram

Показати більше
2025 рік у цифрахsnowflakes fon
card fon
101 354
Підписники
-7924 години
-3327 днів
-1 28630 день
Архів дописів
2
Фото недоступнеДивитись в Telegram
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
Показати все...
7
CGI is Hiring | PeopleSoft Developer – Fresher | 0 Years | B.Tech (CS/IT/ECE) Role: PeopleSoft Developer (Apprenticeship) Qualification: B.Tech in Computer Science, Information Technology, or ECE (2024/2025 pass-outs) Experience: 0 Years (Freshers only) Location: Bangalore, Karnataka Apply Now:https://cgi.njoyn.com/corp/xweb/xweb.asp?clid=21001&page=jobdetails&jobid=J0625-1569&BRID=1227523&SBDID=943
Показати все...
Фото недоступнеДивитись в Telegram
⏰ Last Day to Claim – Only 25 Seats Left! 🎓 Become a Certified Data Analyst for Just ₹399 Course by LearnTube | Backed by Google 🚀 Why Join? ✅ Recognized Certificate (Google, Amazon & More) ✅ 40+ Hours | 150+ Lessons ✅ No Experience Needed – Perfect for Beginners ✅ Real Projects: Predictive Analytics, Fraud Detection & More 📘 What You’ll Learn: 🔹 Data Visualization (Tableau, Power BI) 🔹 Machine Learning Basics 🔹 Big Data Tools (Hadoop, Spark) 🔹 Python, R, SQL, Excel 💥 Get Job-Ready + Lifetime Access 🎯 Enroll Now – Just ₹399! 🔥 Offer Ends Tonight! 📲 Tap Below to Join Now 👇 https://tinyurl.com/CompleteDataAnalyticsXCoACD
Показати все...
Фото недоступнеДивитись в Telegram
⏰ Last Day to Claim – Only 25 Seats Left! 🎓 Become a Certified Data Analyst for Just ₹399 Course by LearnTube | Backed by Google 🚀 Why Join? ✅ Recognized Certificate (Google, Amazon & More) ✅ 40+ Hours | 150+ Lessons ✅ No Experience Needed – Perfect for Beginners ✅ Real Projects: Predictive Analytics, Fraud Detection & More 📘 What You’ll Learn: 🔹 Data Visualization (Tableau, Power BI) 🔹 Machine Learning Basics 🔹 Big Data Tools (Hadoop, Spark) 🔹 Python, R, SQL, Excel 💥 Get Job-Ready + Lifetime Access 🎯 Enroll Now – Just ₹399! 🔥 Offer Ends Tonight! 📲 Tap Below to Join Now 👇 https://tinyurl.com/CompleteDataAnalyticsXCoACD
Показати все...
6
Ashok IT AWS Devops Azure Devops 30 rupees Contact:- @meterials_available
Показати все...
00:28
Відео недоступнеДивитись в Telegram
Screenrecorder-2025-08-04-20-02-55-927.mp43.25 MB
2
Ashok IT AWS Devops Azure Devops 30 rupees Contact:- @meterials_available
Показати все...
Фото недоступнеДивитись в Telegram
Показати все...
4
Ashok IT AWS Devops Azure Devops 30 rupees Contact:- @meterials_available
Показати все...
1👍 1
2
Courses from Top Educators & Platforms: ✅  Codehelp Course - Data Structure & Algorithm Bootcamp, Supreme-3.0, Low-Level System Design BootCamp, Supra ✅  Coding Shuttle - DSA Prime 3.0, Java Spring Boot 0 to 100, Java React Full Stack Course ✅  Harkiraat Course - Complete Web Development + DevOps + Blockchain Cohort ✅  Namaste Dev - Namaste React, Namaste Node.js, Namaste Frontend System Design ✅  Sheryians Coding School - Frontend Domination, Backend Domination, Three.js Domination ✅  Algocamp - Lambda 3.0 - Backend, Cloud & DevOps, Hands-on System Design HLD + LLD, Advanced Full Stack Web Development, DSA with JavaScript, Java Spring Bootcamp, Frontend with React.js, Master Java + DSA + Backend ✅ Neat Root - Android App Development ✅ TLE Eliminators - Level 1, Level 2, Level 3, Level 4 ✅ iNeuron - Full Stack Blockchain, Full Stack Java, Full Stack JavaScript, DevOps Pro, Full Stack Python Web Dev, System Design Patterns, Cyber Security Full Stack ✅ Programming Pathshala - Master Data Structures & Algorithms, Master Low-Level Design ✅ Logic Mojo - Interview Cracking ✅ Swag Developer - DSA with Java ✅ Log2Base2 - DSA with Java, DSA with C++, DSA with JavaScript ✅ Geeks for Geeks - Complete Interview Preparation, DSA Self-Paced, JAVA Backend Development ✅ Applied AI - Applied Machine Learning, Diploma in AI and ML, GATE CS Blended Course ✅ Apna College - Delta - Full Stack Web Dev, Alpha - DSA with Java, Alpha Plus Plus ✅ Naresh IT - All Courses ✅ Durgasoft - All Courses ✅ Pep Coding - All Courses ✅ Scaler Academy - All Courses ✅ PrepInsta - All Courses ✅ Coding Ninja - All Courses ✅ Coding Blocks - All Courses ✅ WsCube - All Courses ✅ Pw Skills - All Courses ✅ Relevel - All Courses ✅ Ayush Singh - ML Course ✅ Code Eater - Full Stack Blockchain ✅ Prepinsta Prime - All Courses ✅ DSA, High and Low Level System Design by Get SDE Ready ✅ Mera Placement Hoga ✅ Data Engineering by DataWithDrashil ✅ Campus X - Deep Learning for Computer Vision ✅ Cuvette - Placement and Job Guarantee Courses (Full Stack Web Development) ✅ Code Basic - Data Analyst 4.0 ✅ TechTFQ - SQL ✅ Tap Academy - All Courses ✅ Bosscoder - MERN Web Development, DSA In JAVA, C++, and Python ✅ Smart Programming - All Courses DM to Get Access! 200 rupees Contact:- @meterials_available
Показати все...
4
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
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
Показати все...
Courses from Top Educators & Platforms: ✅  Codehelp Course - Data Structure & Algorithm Bootcamp, Supreme-3.0, Low-Level System Design BootCamp, Supra ✅  Coding Shuttle - DSA Prime 3.0, Java Spring Boot 0 to 100, Java React Full Stack Course ✅  Harkiraat Course - Complete Web Development + DevOps + Blockchain Cohort ✅  Namaste Dev - Namaste React, Namaste Node.js, Namaste Frontend System Design ✅  Sheryians Coding School - Frontend Domination, Backend Domination, Three.js Domination ✅  Algocamp - Lambda 3.0 - Backend, Cloud & DevOps, Hands-on System Design HLD + LLD, Advanced Full Stack Web Development, DSA with JavaScript, Java Spring Bootcamp, Frontend with React.js, Master Java + DSA + Backend ✅ Neat Root - Android App Development ✅ TLE Eliminators - Level 1, Level 2, Level 3, Level 4 ✅ iNeuron - Full Stack Blockchain, Full Stack Java, Full Stack JavaScript, DevOps Pro, Full Stack Python Web Dev, System Design Patterns, Cyber Security Full Stack ✅ Programming Pathshala - Master Data Structures & Algorithms, Master Low-Level Design ✅ Logic Mojo - Interview Cracking ✅ Swag Developer - DSA with Java ✅ Log2Base2 - DSA with Java, DSA with C++, DSA with JavaScript ✅ Geeks for Geeks - Complete Interview Preparation, DSA Self-Paced, JAVA Backend Development ✅ Applied AI - Applied Machine Learning, Diploma in AI and ML, GATE CS Blended Course ✅ Apna College - Delta - Full Stack Web Dev, Alpha - DSA with Java, Alpha Plus Plus ✅ Naresh IT - All Courses ✅ Durgasoft - All Courses ✅ Pep Coding - All Courses ✅ Scaler Academy - All Courses ✅ PrepInsta - All Courses ✅ Coding Ninja - All Courses ✅ Coding Blocks - All Courses ✅ WsCube - All Courses ✅ Pw Skills - All Courses ✅ Relevel - All Courses ✅ Ayush Singh - ML Course ✅ Code Eater - Full Stack Blockchain ✅ Prepinsta Prime - All Courses ✅ DSA, High and Low Level System Design by Get SDE Ready ✅ Mera Placement Hoga ✅ Data Engineering by DataWithDrashil ✅ Campus X - Deep Learning for Computer Vision ✅ Cuvette - Placement and Job Guarantee Courses (Full Stack Web Development) ✅ Code Basic - Data Analyst 4.0 ✅ TechTFQ - SQL ✅ Tap Academy - All Courses ✅ Bosscoder - MERN Web Development, DSA In JAVA, C++, and Python ✅ Smart Programming - All Courses DM to Get Access! 200 rupees Contact:- @meterials_available
Показати все...
1
S2: 4xy S7: 6 S12: 0 Q4: 1/2 S22: (2, 3) S28: Target/Mean Encoding S29: TimeSeriesSplit S38: 15 S43: 2/5 S59: Mode > Median > Mean ML - 2: The data has a Gaussian distribution ML - 7: Updating prior beliefs with observed data using Bayes' theorem ML - 12: The probability distribution over actions given states ML - 17: Internal covariate shift ML - 23: Boosting reduces bias, bagging reduces variance ML - 24: Binary Cross-Entropy S48: 30/84 S60: 150 S53: 2/3 S68: Prior × Likelihood
Показати все...
1
S2: 4xy S7: 6 S12: 0 Q4: 1/2 S22: (2, 3) S28: Target/Mean Encoding S29: TimeSeriesSplit S38: 15 S43: 2/5 S59: Mode > Median > Mean ML - 2: The data has a Gaussian distribution ML - 7: Updating prior beliefs with observed data using Bayes' theorem ML - 12: The probability distribution over actions given states ML - 17: Internal covariate shift ML - 23: Boosting reduces bias, bagging reduces variance ML - 24: Binary Cross-Entropy S48: 30/84 S60: 150 S53: 2/3 S68: Prior × Likelihood Amazon ML School 100% Correct MCQ Answers 10:30 AM
Показати все...
Фото недоступнеДивитись в Telegram
Mode>median>mean
Показати все...