Python_Labs🐍
587 subscribers
267 photos
11 videos
28 files
204 links
加入频道
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
#آموزش #سورس_کد
#andrew_ng #python #machinelearning
بی شک یکی از بهترین آموزش هایی که رو اینترنت هست کورس یادگیری ماشین Andrew Ng است، و واقعا حس شیرین یادگیریو به آدم منتقل میکنه و گذروندن این کورس بی نظیر جزو خاطرات خوب من هست...
همان طور که میدانید متاسفانه در آن زمان به جای پایتون، متلب برای تمارین و آموزش ها استفاده شده بود.
حالا در زیر فردی پیدا شده که همه کدهای این کورس را را با پایتون بازنویسی کرده:

https://github.com/dibgerge/ml-coursera-python-assignments
🤖⚡️ scikit-learn tip :
GridSearchCV taking too long? Try RandomizedSearchCV with a small number of iterations.

Make sure to specify a distribution (instead of a list of values) for continuous parameters!


#sklearntips #MachineLearning #Python #DataScience

منبع
تو پایتون، تابع int از اون چیزی که فکر میکنید به مراتب قوی تره!
برای مثال اعداد به هر زبانیو براتون معادل یونیکدشون تو انگلیسی میکنه

https://twitter.com/raymondh/status/1288332005373960193?s=09
A free available book about Simple patterns for building complex applications
کتابی در مورد پترن‌های ساده برای ساختن اپلیکیشن‌های پیچیده با پایتون که به رایگان و آنلاین قابل مطالعه است.

#python #book #architecture #pattern #design #anti

https://www.cosmicpython.com/book/preface.html
👍2
When Python can’t thread: a deep-dive into the GIL’s impact.
چرا در پایتون به معنای واقعی نمیتوانیم thread داشته باشیم. توی این مقاله جالب بصورت ملموس در مورد GIL در پایتون صحبت میشه.

#python #gil #thread #deepdive

https://pythonspeed.com/articles/python-gil
👍1
💥 A list of python libraries & frameworks!
منبع:
https://twitter.com/AfricaDataSch
#Python #Framework #Libraries
Need to create a unique identifier? #Python has you covered with the uuid module! 🐍🔥