Python | Machine Learning | Coding | R
63.8K subscribers
1.14K photos
69 videos
144 files
795 links
Help and ads: @hussein_sheikho

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

List of our channels:
https://t.me/addlist/8_rRW2scgfRhOTc0

https://telega.io/?r=nikapsOH
Download Telegram
⭕️ Data science learning roadmap in 2024
📂 with all videos, projects, books and pamphlets

👨🏻‍💻 Krish Naik, one of the famous Indian data scientists, with more than 845 thousand users on his YouTube channel , has published a comprehensive roadmap for learning data science in the new year.

🔷 This roadmap is excellent for all those who are planning to start learning data science or are experienced in this field and want to get acquainted with the latest training in this field.👌🏼

This comprehensive roadmap includes learning from scratch Python, machine learning, deep learning, MLOPS, LLM, Generative AI and many other things.


🏷 Data Science Perfect Roadmap
📝 Roadmap To Learn Data Science 2024

https://t.me/CodeProgrammer

More Likes, Share, Subscribe 😉
👍291🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 DataQA extractor

App to extract structured fields into a spreadsheet from unstructured text.

DataQA extractor is a Python application for extracting structured fields from unstructured text and adding them to a spreadsheet.

GitHub: https://github.com/dataqa/extractor

https://t.me/CodeProgrammer

More Likes, Share, Subscribe 😉
👍141
Using Haar Cascade for Object Detection


Before the deep learning revolution redefined computer vision, Haar features and Haar cascades were the tools you must not ignore for object detection. Even today, they are very useful object detectors because they are lightweight. In this post, you will learn about the Haar cascade and how it can detect objects. After completing this post, you will know:

🟢 What is Haar features
🟢 How Haar cascade is using Haar features to detect objects
🟢 Some predefined Haar cascade object detectors in OpenCV
❤️ Let’s get started.

https://machinelearningmastery.com/using-haar-cascade-for-object-detection/

https://t.me/CodeProgrammer

More Likes, Share,
👍8
🔅 Compress Images

from PIL import Image
in_img = 'input.png'
out_img = 'compressed.png'

# Open the image
with Image.open(in_img) as img:
# Save the compressed image
img.save(out_img, 'PNG', quality=80)

print(f"Image compressed successfully!")

https://t.me/CodeProgrammer

More Likes, Share,
10👍5💯5😍1
Deep Learning with PyTorch Cheat Sheet
Learn everything you need to know about PyTorch in this convenient cheat sheet

PyTorch is an open-source machine learning library primarily developed by Facebook's AI Research Lab (FAIR). It is widely used for various machine learning and deep learning tasks, including neural network development, natural language processing (NLP), computer vision, and reinforcement learning. In this cheat sheet, learn all the fundamentals of working with PyTorch in one convenient location!

Download 👇👇👇
👍13😍1
@codeprogrammer Deep Learning with PyTorch Cheat Sheet.pdf
5.8 MB
Deep Learning with PyTorch Cheat Sheet

https://t.me/CodeProgrammer

More Likes, Share ❤️👍
👍22👏21❤‍🔥1🫡1
👤 The best free data science learning courses

👨🏻‍💻 I want today I shared with you five of the best free data science learning courses that helped me become a successful data scientist and get a job at Google . 👇🏼

🏷 CS229: Machine Learning
◼️
LINK

🏷 MIT: Linear Algebra
◼️
LINK

🏷 MIT: Introduction to Algorithms
◼️
LINK

🏷 MIT: Applied Probability
◼️
LINK

🏷 Stanford: Relational Databases & SQL
◼️
LINK

https://t.me/CodeProgrammer

More Likes, Share ❤️👍 please
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2210
Python Cheat Sheet for Beginners

Python is the most popular programming language in data science. Use this cheat sheet to jumpstart your Python learning journey.

Download 👇👇👇
👍21👏52😍2
@codeprogrammer Python Cheat Sheet for Beginners.pdf
7.1 MB
Python Cheat Sheet for Beginners

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy)
👍293
DeepFake Detection using Convolutional Neural Networks🆕

https://techvidvan.com/tutorials/deepfake-detection-using-cnn/

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
👍222
🖥 Machine learning tutorials (mainly in Python3)

Machine learning tutorials. A collection of 100+ machine learning lessons written primarily in python.

Github: https://github.com/ethen8181/machine-learning

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
👍22❤‍🔥3😍1
Deep Learning
NLP
AI
Python
ML
Data Mining
Tensorflow
Keras

👇👇👇👇👇
@Machine_learn
👍15
Forwarded from Shohruh
Artificial Intelligence && Deep Learning
Channel for who have a passion for -

* Artificial Intelligence
* Machine Learning
* Deep Learning
* Data Science
* Computer vision
* Image Processing
* Research Papers

https://t.me/DeepLearning_ai

https://t.me/MachineLearning_Programming
👍11❤‍🔥2
190+ Python Interview Questions and Answers.pdf
1.1 MB
190+ Python Interview Questions and Answers (2024)

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
👍217
🖥 Reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps.

Marimo is an open source reactive notebook for Python - reproducible, git friendly, as a script or app.

Github: https://github.com/marimo-team/marimo

Examples: https://github.com/marimo-team/marimo/tree/main/examples

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
👍203
🔍 Accurate line-level text detection and recognition (OCR) in any language

Python tool for high-precision line-level text detection and recognition (OCR). Works for any language.

😶‍🌫️ Github: https://github.com/VikParuchuri/surya

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
Please open Telegram to view this post
VIEW IN TELEGRAM
👍164
Do you enjoy reading this channel?

Perhaps you have thought about placing ads on it?

To do this, follow three simple steps:

1) Sign up: https://telega.io/c/codeprogrammer
2) Top up the balance in a convenient way
3) Create an advertising post

If the topic of your post fits our channel, we will publish it with pleasure.
👍18🤔2
🖥 Hide 🕵️‍♂️ your files of any type inside a image of your choice using steganography

A Python library that allows you to hide files of any type inside an image of your choice using steganography.

Github: https://github.com/JoshuaKasa/van-gonography

https://t.me/CodeProgrammer

More Likes, Share (Interact and don't be stingy) ❤️👍❤️
👍242