Python | Machine Learning | Coding | R
62.1K subscribers
1.12K photos
67 videos
140 files
769 links
List of our channels:
https://t.me/addlist/8_rRW2scgfRhOTc0

Discover powerful insights with Python, Machine Learning, Coding, and R—your essential toolkit for data-driven solutions, smart alg

Help and ads: @hussein_sheikho

https://telega.io/?r=nikapsOH
Download Telegram
⚡️ Big ML cheat sheet

Here you will find the basic theory of Machine Learning and examples of the implementation of specific ML algorithms - in general, this is just the thing to brush up on your knowledge before the interview.

📎 Crib

✅️ http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡️ Neural Networks: Zero to Hero - a block of 8 lectures and practical exercises from Andrey Karpati

This is a course on neural networks from the very basics, perhaps the best on the entire Internet.
The course is a series of YouTube videos in which Karpathy shows how to design and train neural networks.
All these results are written in Jupyter-Notebooks, you can download them and experiment

▶️ Neural Networks: Zero to Hero

✅️ http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
🌟 Megatron-Core - PyTorch library for training Transformers

docker run --ipc=host --shm-size=512m --gpus all -it nvcr.io/nvidia/pytorch:24.02-py3

pip install megatron_core
pip install tensorstore==0.1.45
pip install zarr


Megatron-Core is a self-contained, lightweight PyTorch library that contains everything you need to train Transformers.
Offers a large collection of GPU techniques for optimizing memory and calculations, uses a lot of developments from Megatron-LM and Transformer Engine.

Megatron-Core provides flexibility for developers and makes it easy to develop their own LLM framework on NVIDIA computing infrastructure.

🖥 GitHub
🟡 Docks

✅️ http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🧰 A comprehensive toolbox of data scientists
Access to 500+ TB of data science content

🖥 The Data Scientist Toolkit is the result of my five-year effort in the field of data science, which is an extremely comprehensive and extensive resource for those who want to become a professional data scientist. So don't miss this source

⚙️ This toolbox includes the following sections:

📚 Access to a wide bank of scientific files, training courses and professional resources in the field of data science.

💯 More than a decade of applied data science theses in finance, medicine, logistics and security.

🏛 The latest data science courses from leading universities in the world such as Stanford, MIT and Berkeley.

🚀 And over 300+ terabytes of data science courses for experienced data scientists.

🐱 GitHub Repository
The Data Scientist's Toolbox

🌐 http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
📄 The best free courses to learn data science


🏷 CS229: Machine Learning
✅️ LINK

🏷 MIT: Linear Algebra
✅️ LINK

🏷 MIT: Introduction to Algorithms
✅️ LINK

🏷 MIT: Applied Probability
✅️ LINK

🏷 Stanford: Relational Databases & SQL
✅️ LINK

🌐 http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
A collection of completely free neural nets on hugginface

You can use them to do cool photo upscaling, remove backgrounds, edit images and more.

All the models are free and opensource here: huggingface.

🌐 http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Python Machine Learning Notebooks (Tutorial style)

🔗 Link: https://machine-learning-with-python.readthedocs.io/en/latest/

🌐 http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
🤖 Mistral has released a neural network that knows more than 80 programming languages. Codestral surpasses such giants as Llama-3 and CodeLlama, as well as... GPT-4o, and yet weighs three times less!

This model knows how to write and improve code, suggests the best solutions to problems and even knows design patterns. You can connect it to your projects via API or just use it in VS Code. For olds: the neural network even knows Fortran and COBOL.

Use it here or directly in your browser here.

#GPT4 #AI #PYTHON

🌐 http://t.me/codeprogrammer ✅️
🚀 Top 10 YouTube Channels to Explore AI

We’ve carefully selected the best YouTube channels for diving deep into AI:

1. Sentdex: Python and machine learning tutorials.
2. Two Minute Papers: Quick AI research summaries.
3. Siraj Raval: Accessible AI education.
4. TensorFlow: Tutorials and demos on this open-source library.
5. Lex Fridman: Interviews with AI experts.
6. Matt Wolfe: AI news, reviews, and tutorials.
7. AI Explained: Simplifying complex AI concepts.
8. DeepLearning.AI: Courses by Andrew Ng.
9. Yannic Kilcher: Practical AI tutorials.
10. Data School: Data science and machine learning tutorials.

Check out these channels for more!

#AI #MACHINELEARNING #PYTHON

🌐 http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Python cheat sheet, which contains small scripts for solving everyday problems

By the way, here are some of them:

✔️ add the sample.txt file to the .tar.gz archive:
import tarfile
with tarfile.open('sample.tar.gz', 'w:gz') as tar:
tar.add('sample.txt')


✔️ clear output of differences between strings
import difflib
diff = difflib.ndiff('one\ntwo\nthree\n'.splitlines(keepends=True),
'ore\ntree\nemu\n'.splitlines(keepends=True))
print(''.join(diff))


📎 Crib ✔️ #python

🌐 http://t.me/codeprogrammer ✅️
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM