Machine Learning & Artificial Intelligence | Data Science Free Courses
67.4K subscribers
591 photos
2 videos
98 files
447 links
Perfect channel to learn Data Analytics, Data Sciene, Machine Learning & Artificial Intelligence

Admin: @coderfun
Download Telegram
GigaChat 3.5 Ultra Publicly Released โ€” The New Generation of the Flagship Model

The GigaChat team has released GigaChat 3.5 Ultra as open sourceโ€”a new 432B model under the MIT license. This is the first open-source hybrid of GatedDeltaNet and MLA scaled to hundreds of billions of parameters, featuring a proprietary training recipe we refined through more than 1,500 experiments. The model has grown in terms of code, mathematics, agent scenarios, and application domainsโ€”yet itโ€™s 40% smaller than GigaChat 3.1 Ultra.


Whatโ€™s inside:

๐Ÿ”˜A proprietary hybrid MLA + Gated DeltaNet architecture with a dedicated stabilization framework, without which this hybrid setup would not train reliably at this scale;
๐Ÿ”˜ Gated Attention: the model can locally down-weight overly strong signals from the attention layer;
๐Ÿ”˜GatedNorm: normalization with an explicit gate that controls signal magnitude across features;
๐Ÿ”˜Approximately 4x lower KV cache per token: with the same memory budget, the model can support 2.14x longer context and deliver a 20% throughput increase under load;
๐Ÿ”˜Two MTP heads, enabling up to 2.2x faster generation;
๐Ÿ”˜FP8 across all training stages with no quality degradation compared with bf16, enabled by custom Triton and CUDA kernels;
๐Ÿ”˜A new online RL stage after SFT and DPO.

Results:

๐Ÿ”˜ GigaChat-3.5-Ultra-Base outperforms DeepSeek V3.2 Exp Base and DeepSeek V4 Flash Base on average across a set of general, math, and code benchmarks:
๐Ÿ”˜ GigaChat-3.5-Ultra-Instruct is comparable to DeepSeek V3.2 in terms of average score, despite having half the size;
๐Ÿ”˜ According to the MiniMax-M2.7 LLM judge, the average win rate against GigaChat 3.1 Ultra is 75.9%, and against GPT-5 is 68.7%.

The entire stack โ€” data (our own LLM-filtered Common Crawl, 600+ programming languages in the code), architecture, training methodology, and infrastructure โ€” was built end-to-end by GigaChat team.

โžก๏ธ HuggingFace
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3
๐— ๐—ถ๐—ฐ๐—ฟ๐—ผ๐˜€๐—ผ๐—ณ๐˜ ๐—™๐—ฅ๐—˜๐—˜ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—ฅ๐—ฒ๐˜€๐—ผ๐˜‚๐—ฟ๐—ฐ๐—ฒ๐˜€๐ŸŽ“

Offers a wide range of free learning resources through Microsoft Learn, helping students, freshers, and professionals build job-ready skills at their own pace.

โœ… 100% FREE self-paced learning modules
โœ… Official learning platform from Microsoft

๐Ÿ”— ๐—˜๐—ป๐—ฟ๐—ผ๐—น๐—น ๐—™๐—ผ๐—ฟ ๐—™๐—ฅ๐—˜๐—˜๐Ÿ‘‡:

https://pdlink.in/4paqRJS

Explore Microsoftโ€™s free resources. Build in-demand skills and make your profile stronger.
โค2
โœ… If you're serious about learning Python for data science, automation, or interviews โ€” just follow this roadmap ๐Ÿ๐Ÿ’ป

1. Install Python Jupyter Notebook (via Anaconda or VS Code)
2. Learn print(), variables, and data types ๐Ÿ“ฆ
3. Understand lists, tuples, sets, and dictionaries ๐Ÿ”
4. Master conditional statements (if, elif, else) โœ…โŒ
5. Learn loops (for, while) ๐Ÿ”„
6. Functions โ€“ defining and calling functions ๐Ÿ”ง
7. Exception handling โ€“ try, except, finally โš ๏ธ
8. String manipulations formatting โœ‚๏ธ
9. List dictionary comprehensions โšก
10. File handling (read, write, append) ๐Ÿ“
11. Python modules packages ๐Ÿ“ฆ
12. OOP (Classes, Objects, Inheritance, Polymorphism) ๐Ÿงฑ
13. Lambda, map, filter, reduce ๐Ÿ”
14. Decorators Generators โš™๏ธ
15. Virtual environments pip installs ๐ŸŒ
16. Automate small tasks using Python (emails, renaming, scraping) ๐Ÿค–
17. Basic data analysis using Pandas NumPy ๐Ÿ“Š
18. Explore Matplotlib Seaborn for visualization ๐Ÿ“ˆ
19. Solve Python coding problems on LeetCode/HackerRank ๐Ÿง 
20. Watch a mini Python project (YouTube) and build it step by step ๐Ÿงฐ
21. Pick a domain (web dev, data science, automation) and go deep ๐Ÿ”
22. Document everything on GitHub ๐Ÿ“
23. Add 1โ€“2 real projects to your resume ๐Ÿ’ผ

Trick: Copy each topic above, search it on YouTube, watch a 10-15 min video, then code along.

๐ŸŽฏ This method builds actual understanding + project experience for interviews!

๐Ÿ’ฌ Tap โค๏ธ for more!
โค16
โœ… Statistics & Probability Cheatsheet ๐Ÿ“š๐Ÿง 

๐Ÿ“Œ Descriptive Statistics:
โฆ  Mean = (ฮฃx) / n
โฆ  Median = Middle value
โฆ  Mode = Most frequent value
โฆ  Variance (ฯƒยฒ) = ฮฃ(x - ฮผ)ยฒ / n
โฆ  Std Dev (ฯƒ) = โˆšVariance
โฆ  Range = Max - Min
โฆ  IQR = Q3 - Q1

๐Ÿ“Œ Probability Basics:
โฆ  P(A) = Outcomes A / Total Outcomes
โฆ  P(A โˆฉ B) = P(A) ร— P(B) (if independent)
โฆ  P(A โˆช B) = P(A) + P(B) - P(A โˆฉ B)
โฆ  Conditional: P(A|B) = P(A โˆฉ B) / P(B)
โฆ  Bayesโ€™ Theorem: P(A|B) = [P(B|A) ร— P(A)] / P(B)

๐Ÿ“Œ Common Distributions:
โฆ  Binomial (fixed trials)
โฆ  Normal (bell curve)
โฆ  Poisson (rare events over time)
โฆ  Uniform (equal probability)

๐Ÿ“Œ Inferential Stats:
โฆ  Z-score = (x - ฮผ) / ฯƒ
โฆ  Central Limit Theorem: sampling dist โ‰ˆ Normal
โฆ  Confidence Interval: CI = xโ€Œ ยฑ z*(ฯƒ/โˆšn)

๐Ÿ“Œ Hypothesis Testing:
โฆ  Hโ‚€ = No effect; Hโ‚ = Effect present
โฆ  p-value < ฮฑ โ†’ Reject Hโ‚€
โฆ  Tests: t-test (small samples), z-test (known ฯƒ), chi-square (categorical data)

๐Ÿ“Œ Correlation:
โฆ  Pearson: linear relation (โ€“1 to 1)
โฆ  Spearman: rank-based correlation

๐Ÿงช Tools to Practice: 
Python packages: scipy.stats, statsmodels, pandas 
Visualization: seaborn, matplotlib

๐Ÿ’ก Quick tip: Use these formulas to crush interviews and build solid ML foundations!

๐Ÿ’ฌ Tap โค๏ธ for more
โค23๐Ÿ‘Œ1
Data is the fuel but AI is the Machinery.

The people who know how to use both will lead the future.

Become one with TiHAN IIT Hyderabad's AI & ML Program.

โœ… Learn live from TiHAN scientists, IIT professors & industry experts
โœ… Build hands-on projects with Flipkart & Mamaearth
โœ… Assured interview at TiHAN IIT Hyderabad with 9+ CGPA
โœ… Placement support across 5000+ companies through Masai

Online Entrance Exam: 19th July

๐Ÿ”— Register: https://tinyurl.com/datasimplifier-17jul-tihan-006
โค3
Machine Learning & Artificial Intelligence | Data Science Free Courses
Data is the fuel but AI is the Machinery. The people who know how to use both will lead the future. Become one with TiHAN IIT Hyderabad's AI & ML Program. โœ… Learn live from TiHAN scientists, IIT professors & industry experts โœ… Build hands-on projects withโ€ฆ
Final 6 Hours Left!

To register for TiHAN IIT Hyderabad's AI & ML Program.

Don't miss your chance to:

โ€ข Learn from India's best scientists at TiHAN, IIT Professors and industry experts
โ€ข Direct Interview at TiHAN IIT Hyderabad with 9+ CGPA

Register before the Admission Closes!
โค2
Preparing for an SQL Interview? Hereโ€™s What You Need to Know!

If youโ€™re aiming for a data-related role, strong SQL skills are a must.

Basics:
โ†’ Learn about the difference between SQL and MySQL, primary keys, foreign keys, and how to use JOINs.

Intermediate:
โ†’ Get into more detailed topics like subqueries, views, and how to use aggregate functions like COUNT and SUM.

Advanced:
โ†’ Explore more complex ideas like window functions, transactions, and optimizing SQL queries for better performance.

๐Ÿกฒ Quick Tip: Practice writing these queries and explaining your thought process.
๐Ÿ‘1
Machine Learning โ€“ Essential Concepts ๐Ÿš€

1๏ธโƒฃ Types of Machine Learning

Supervised Learning โ€“ Uses labeled data to train models.

Examples: Linear Regression, Decision Trees, Random Forest, SVM


Unsupervised Learning โ€“ Identifies patterns in unlabeled data.

Examples: Clustering (K-Means, DBSCAN), PCA


Reinforcement Learning โ€“ Models learn through rewards and penalties.

Examples: Q-Learning, Deep Q Networks



2๏ธโƒฃ Key Algorithms

Regression โ€“ Predicts continuous values (Linear Regression, Ridge, Lasso).

Classification โ€“ Categorizes data into classes (Logistic Regression, Decision Tree, SVM, Naรฏve Bayes).

Clustering โ€“ Groups similar data points (K-Means, Hierarchical Clustering, DBSCAN).

Dimensionality Reduction โ€“ Reduces the number of features (PCA, t-SNE, LDA).


3๏ธโƒฃ Model Training & Evaluation

Train-Test Split โ€“ Dividing data into training and testing sets.

Cross-Validation โ€“ Splitting data multiple times for better accuracy.

Metrics โ€“ Evaluating models with RMSE, Accuracy, Precision, Recall, F1-Score, ROC-AUC.


4๏ธโƒฃ Feature Engineering

Handling missing data (mean imputation, dropna()).

Encoding categorical variables (One-Hot Encoding, Label Encoding).

Feature Scaling (Normalization, Standardization).


5๏ธโƒฃ Overfitting & Underfitting

Overfitting โ€“ Model learns noise, performs well on training but poorly on test data.

Underfitting โ€“ Model is too simple and fails to capture patterns.

Solution: Regularization (L1, L2), Hyperparameter Tuning.


6๏ธโƒฃ Ensemble Learning

Combining multiple models to improve performance.

Bagging (Random Forest)

Boosting (XGBoost, Gradient Boosting, AdaBoost)



7๏ธโƒฃ Deep Learning Basics

Neural Networks (ANN, CNN, RNN).

Activation Functions (ReLU, Sigmoid, Tanh).

Backpropagation & Gradient Descent.


8๏ธโƒฃ Model Deployment

Deploy models using Flask, FastAPI, or Streamlit.

Model versioning with MLflow.

Cloud deployment (AWS SageMaker, Google Vertex AI).

Data Science Resources
๐Ÿ‘‡๐Ÿ‘‡
https://whatsapp.com/channel/0029Va4QUHa6rsQjhITHK82y

Like for more ๐Ÿ˜„
โค5
๐Ÿ”ฐ Important python functions
โค7๐Ÿ‘1
โณ Every month you postpone learning a new skill...

Someone else is building one.

Don't wait for the market to force you to adapt.

Get ahead with E&ICT Academy IIT Roorkee's AI & ML Program.

โœ… 6 Months | Online | Open for all backgrounds
โœ… Live sessions from IIT professors & industry mentors
โœ… Placement support through Masai's network of 5000+ companies

๐Ÿ—“ Entrance Test: 26th July
๐Ÿ”—
https://tinyurl.com/DS-26Jul-008
โค6
Machine Learning & Artificial Intelligence | Data Science Free Courses
โณ Every month you postpone learning a new skill... Someone else is building one. Don't wait for the market to force you to adapt. Get ahead with E&ICT Academy IIT Roorkee's AI & ML Program. โœ… 6 Months | Online | Open for all backgrounds โœ… Live sessionsโ€ฆ
Last 6 Hours Remaining!

Before the application closes for E&ICT IIT Roorkee AI & ML Program.

Don't miss out on the chance to:

โ€ข Learn live from IIT professors & industry experts

โ€ข Build real AI projects

โ€ข Get Placement Support from Masai.

Register NOW
โค5๐ŸŽ‰1