DLeX: AI Python
22.6K subscribers
4.99K photos
1.22K videos
764 files
4.35K links
هوش‌مصنوعی و برنامه‌نویسی

توییتر :

https://twitter.com/NaviDDariya

هماهنگی و تعرفه تبلیغات : @navidviola
Download Telegram
10 سایت برتر برای یافتن شغل در سال 2022:
(Top 10 sites for your career in 2022)
1) Linkedin
2) Indeed
3) Naukri
4) Monster
5) JobBait
6) Careercloud
7) Dice
8) CareerBuilder
9) Jibberjobber
10) Glassdoor

10 مهارت فنی مورد تقاضا در سال 2022:
(Top 10 Teach skills in demand in 2022)

1) Machine Learning
2) Mobile Development
3) SEO/SEM Marketing
4) Data Visualization
5) Data Engineering
6) UI/UX Design
7) Cyber Security
8) Cloud Computing/AWS
9) Blockchain
10) IOT

10 سایت برای آموزش آنلاین رایگان در سال 2022:
(Top 10 sites for free online education in 2022)

1) Coursera
2) edX
3) Khan Academy
4) Udemy
5) iTunesU Free Courses
6) MIT OpenCourseWare
7) Stanford Online
8) Codecademy
9) ict iitr
10) ict iitk


10 سایت برای بررسی رایگان رزومه در سال 2022:
(Top 10 sites to review your resume for free in 2022)

1) Zety Resume Builder
2) Resumonk
3) Resume dot com
4) VisualCV
5) Cvmaker
6) ResumUP
7) Resume Genius
8) Resume builder
9) Resume Baking
10) Enhance

10 سایت برای آماده سازی مصاحبه در سال 2022:
(Top 10 sites for interview Preparation in 2022)

1) Ambitionbox
2) AceThelnterview
3) Geeksforgeeks
4) Leetcode
5) Gainlo
6) Careercup
7) Codercareer
8) InterviewUp
9) InterviewBest
10) Indiabix


@BIMining
👍38
Forwarded from DLeX: AI Python (Meysam Asgari)
Media is too big
VIEW IN TELEGRAM
چرا برنامه نویسی؟
* حتما ببینید و به دیگران نشان بدهید که چرا برنامه نویس هستید.
باتشکر از:@DaysGone
❇️ @ai_python
👏6
Forwarded from DLeX: AI Python (Deleted Account)
How to Combine Neural Networks and Decision Trees.pdf
8.9 MB
❗️ مطلب داغ روز

مقایسه تفاوت « شبکه های عصبی و درخت تصمیم»

#NeuralNetworks #decisiontree
#شبکه_عصبی #درخت_تصمیم #آموزش #منابع


❇️ @AI_Python
🗣 @AI_Python_arXiv
✴️ @AI_Python_EN
Forwarded from DLeX: AI Python (Deleted Account)
How_To_Create_Your_first_ANN_Artificial.pdf
549.3 KB
چگونه اولین شبکه عصبی مصنوعی را در پایتون درست کنیم ؟؟

#مقاله #کتاب #آموزش #شبکه_عصبی_مصنوعی #منابع #فیلم #پایتون

❇️ @AI_Python
🗣 @AI_Python_arXiv
✴️ @AI_Python_EN
👍2
انتشار دوره کلاس آموزشی دانشگاه Purdue
Machine Learning For Cyber Security

#یادگیری_ماشین #منابع #کلاس_آموزشی

🔰 @AI_Python
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
#معرفی سایت

تو این سایت می‌تونید یه کلمه یا collocation تو انگلیسی را سرچ کنید، و براتون توی روزنامه ها و سایتهای معروف میگرده و هر جا این عبارت استفاده شده را میاره،
یه کاربرد عالیش برای پیدا کرد مثالهای واقعی استفاده از یک اصطلاح یا لغته:

https://ludwig.guru/
👍6🔥4👏2
Forwarded from DLeX: AI Python (Meysam Asgari)
گروه DeepLearning and AI

https://t.me/DeepLearningAIExperts

گروه پردازش زبان طبیعی NLP:

https://t.me/NLPExperts

گروه زبانهای برنامه نویسی پایتون و لینوکس و...

https://t.me/PythonLinuxExperts

کانال گروه :
❇️ @AI_Python
3
دوره کلاسی جدید دانشگاه MIT
MIT Deep Learning for Art, Aesthetics, and Creativity

Generating photorealistic images and arts has been the highlight of AI in 2022.
Covering AI + creativity, GANs, diffusion models, etc.

Videos: https://youtube.com/playlist?list=PLCpMvp7ftsnIbNwRnQJbDNRqO6qiN3EyH

Website: https://ali-design.github.io/deepcreativity/

#منابع #فیلم #کلاس_آموزشی #یادگیری_عمیق
#DeepLearning

❇️ @AI_Python
👍7
Harvard CS109A #DataScience course materials — huge collection free & open!

1. Lecture notes
2. R code, #Python notebooks
3. Lab material
4. Advanced sections
and more ...

https://harvard-iacs.github.io/2019-CS109A/pages/materials.html
👍6
Google engineers offered 28 actionable tests for #machinelearning systems. 👇

Introducing 👉 The ML Test Score: A Rubric for ML Production Readiness and Technical Debt Reduction (2017). 👈

If #ml #training is like compilation, then ML testing shall be applied to both #data and code.

7 model tests

1⃣ 👉 Review model specs and version-control it. It makes training auditable and improve reproducibility.

2⃣ 👉 Ensure model loss is correlated with user engagement.

3⃣ 👉 Tune all hyperparameters. Grid search, Bayesian method whatever you use, tune all of them.

4⃣ 👉 Measure the impact of model staleness. The age-versus-quality curve shows what amount of staleness is tolerable.

5⃣ 👉 Test against a simpler model regularly to confirm the benefit more sophisticated techniques.

6⃣ 👉 Check the model quality is good across different data segment, e.g. user countries, movie genre etc.

7⃣ 👉 Test model inclusion by checking against the protected dimensions or enrich under-represented categories.

7 data tests

1⃣ 👉 Capture feature expectations in schema using statistics from data + domain knowledge + expectations.

2⃣ 👉 Use beneficial features only, e.g. training a set of models each with one feature removed.

3⃣ 👉 Avoid costly features. Cost includes running time, RAM as well as upstream work and instability. 

4⃣ 👉 Adhere to feature requirements. If certain features can’t be used, enforce it programmatically.

5⃣ 👉 Set privacy controls. Budget enough time for new feature that depends on sensitive data.

6⃣ 👉 Add new features quickly. If conflicting with 5⃣ , privacy goes first.

7⃣ 👉 Test code for all input features. Bugs do exist in feature creation code.

See 7 Infrastructure & 7 monitoring tests in paper. 👇

They interviewed 36 teams across Google and found

👉 Using a checklist helps avoid mistakes (like a surgeon would do).

👉 Data dependencies leads to outsourcing responsibility. Other teams’ validation may not validate your use case.

👉 A good framework promotes integration test which is not well adopted.

👉 Assess the assessment to better assess your system.
https://research.google.com/pubs/archive/aad9f93b86b7addfea4c419b9100c6cdd26cacea.pdf
👍1
Forwarded from The Economics Papers
Media is too big
VIEW IN TELEGRAM
✔️ چرا اپل تنها یک شرکت تکنولوژی نیست؟

#business
#کسب‌وکار

@Theeconomicspapers
👍2