Tech And Events 2026
1.11K subscribers
333 photos
23 videos
34 files
749 links
Sharing Events In 2026-2027
Technology Updates
World Level Hackathons
Up To Date In Tech Soft Skills For Your Knowledge
Download Telegram
SQL Interview Questions with Answers

Like for more ❀️
πŸ‘1
Please open Telegram to view this post
VIEW IN TELEGRAM
ML interview Question πŸ“š

What is Quantization in machine learning?

Quantization the process of reducing the precision of the numbers used to represent a model's parameters, such as weights and activations. This is often done by converting 32-bit floating-point numbers (commonly used in training) to lower precision formats, like 16-bit or 8-bit integers.

Quantization is primarily used during model inference to:
1. Reduce model size: Lower precision numbers require less memory.
2. Improve computational efficiency: Operations on lower-precision data types are faster and require less power.
3. Speed up inference: Smaller models can be loaded faster, improving performance on edge devices like smartphones or IoT devices.

Quantization can lead to a small loss in model accuracy, as reducing precision can introduce rounding errors. But in many cases, the trade-off between accuracy and efficiency is worthwhile, especially for deployment on resource-constrained devices.

There are different types of quantization:
1. Post-training quantization: Applied after the model has been trained.
2.Quantization-aware training (QAT): Takes quantization into account during the training process to minimize the accuracy drop.

Best Data Science & Machine Learning Resources:
https://topmate.io/sumit_kumar80/1151675

ENJOY LEARNING πŸ‘πŸ‘
πŸ› οΈ Must-Know SQL Commands & Functions βœ…

1. SELECT – Retrieve data 
   β€Ί SELECT * FROM customers;

2. WHERE – Filter rows 
   β€Ί SELECT * FROM orders WHERE amount > 500;

3. ORDER BY – Sort results 
   β€Ί SELECT name FROM users ORDER BY age DESC;

4. GROUP BY – Aggregate data 
   β€Ί SELECT department, COUNT(*) FROM employees GROUP BY department;

5. JOIN – Combine tables 
   β€Ί SELECT a.name, b.salary FROM employees a JOIN salaries b ON a.id = b.emp_id;

6. INSERT INTO – Add new data 
   β€Ί INSERT INTO users (name, age) VALUES ('John', 30);

7. UPDATE – Modify existing data 
   β€Ί UPDATE products SET price = 100 WHERE id = 1;

8. DELETE – Remove data 
   β€Ί DELETE FROM logs WHERE date < '2023-01-01';

9. LIKE – Pattern matching 
   β€Ί SELECT * FROM customers WHERE name LIKE 'A%';

10. LIMIT – Restrict result rows 
    β€Ί SELECT * FROM sales LIMIT 10;

πŸ’‘ Tip: Practice on real datasets. Learn JOIN and GROUP BY earlyβ€”they’re game changers!

SQL Resources:
https://topmate.io/sumit_kumar80/1151675

Placement Resources:
https://topmate.io/sumit_kumar80/1148833

✨ Tap ❀️ if this helped you!
Live stream started
Live stream finished (1 hour)
Live stream started
Data Analyst Interview Resources
SQL Interview Questions with Answers Like for more ❀️
In live session we will discuss these questions

You can join me Fast 8:45 pm
Thank you for joining guys.
Tomorrow at same time will discuss next chapter
Live stream finished (14 minutes)
Live stream started
Forwarded from The Daily Stats
Infographic: China Is the World Leader in Solar PV Deployment

This chart shows the share of total installed solar capacity in 2024, by country (in %).

πŸ“Œ Source | πŸ‘₯ Chat
Please open Telegram to view this post
VIEW IN TELEGRAM