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
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
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 DLeX: AI Python (Farzad Heydary)
Media is too big
VIEW IN TELEGRAM
چالشها و چشم اندازهای هوش مصنوعی و یادگیری ماشین
❇️ @ai_python
❇️ @ai_python
Forwarded from DLeX: AI Python (Meysam Asgari)
This media is not supported in your browser
VIEW IN TELEGRAM
❤2
Forwarded from The Economics Papers
Harvard Business Review
The Real Secret to Retaining Talent
In today’s knowledge economy, employees with unique skills have a profound impact on organizations. It’s crucial to keep them happy. Many managers believe that compensation is the key (as the eye-popping rewards paid to employees in the upper echelon show).…
👍2
Why google Bert was ahead of it's time?
Because it was a masked language model even before COVID
😂😂😂😂😂
@ai_python
Because it was a masked language model even before COVID
😂😂😂😂😂
@ai_python
👏11👍2
10 Free Resources To Learn PyTorch In 2022
List of curated PyTorch resources:
1) PyTorch Official Tutorials.
2) Intro to Deep Learning with PyTorch by Facebook AI.
3) PyTorch Fundamentals By Microsoft
4) PyTorch - Python Deep Learning Neural Network API by Deeplizard.
5) Deep Neural Networks with PyTorch by Joseph Santarcangelo
6) PyTorch Basics for Machine Learning by IBM
7) Deep Learning with Python and PyTorch
8) Pytorch - Deep learning with Python by Harrison Kinsley, Sentdex
9) Make Your First GAN Using PyTorch
10) PyTorch Tutorials By Morvan Zhou
Bonus:
Deep Learning with PyTorch book📚
#فیلم #کلاس_آموزشی #هوش_مصنوعی #الگوریتمها
❇️ @AI_Python
List of curated PyTorch resources:
1) PyTorch Official Tutorials.
2) Intro to Deep Learning with PyTorch by Facebook AI.
3) PyTorch Fundamentals By Microsoft
4) PyTorch - Python Deep Learning Neural Network API by Deeplizard.
5) Deep Neural Networks with PyTorch by Joseph Santarcangelo
6) PyTorch Basics for Machine Learning by IBM
7) Deep Learning with Python and PyTorch
8) Pytorch - Deep learning with Python by Harrison Kinsley, Sentdex
9) Make Your First GAN Using PyTorch
10) PyTorch Tutorials By Morvan Zhou
Bonus:
Deep Learning with PyTorch book📚
#فیلم #کلاس_آموزشی #هوش_مصنوعی #الگوریتمها
❇️ @AI_Python
👍5🔥4
Forwarded from دستاوردهای یادگیری عمیق(InTec)
تولید شده توسط هوش مصنوعی
عکس اول (بالا سمت چپ) چیزی هست که با توضیحات من (مهندسی) توسط stable diffusion تولید شده (اصن جذاب نیست)
برای همین از یک دوست طراح خوساتم کهکشان رو با چشم طراحی برام توصیف کنه و چندتا جمله بهم بده (درک اینکه چی میگه و تو ذهنش چی هست برام سخت بود) اما بعد از تولید stable diffusion و انتخاب بین عکسا (برای هر متن ۵ تا عسک تولید شد) قشنگ درک کردم توضیحاتش رو که خودش یک قدم بزرگی هست بنظرم.
خواستم بگم به جزئیات عکسها نگاه کنید و مدلهای هوش مصنوعیتون رو به طراحها بسپارید.
پ.ن : عکسها رو نذاشتم چون watermark - safety checker رو توی سورس کد خاموش کردم :
بخاطر اینکه بفهمم روی چه دیتایی آموزش دیده (بله امکانش هست)
عکس اول (بالا سمت چپ) چیزی هست که با توضیحات من (مهندسی) توسط stable diffusion تولید شده (اصن جذاب نیست)
برای همین از یک دوست طراح خوساتم کهکشان رو با چشم طراحی برام توصیف کنه و چندتا جمله بهم بده (درک اینکه چی میگه و تو ذهنش چی هست برام سخت بود) اما بعد از تولید stable diffusion و انتخاب بین عکسا (برای هر متن ۵ تا عسک تولید شد) قشنگ درک کردم توضیحاتش رو که خودش یک قدم بزرگی هست بنظرم.
خواستم بگم به جزئیات عکسها نگاه کنید و مدلهای هوش مصنوعیتون رو به طراحها بسپارید.
پ.ن : عکسها رو نذاشتم چون watermark - safety checker رو توی سورس کد خاموش کردم :
بخاطر اینکه بفهمم روی چه دیتایی آموزش دیده (بله امکانش هست)
❤3👏3👍2
دستاوردهای یادگیری عمیق(InTec)
تولید شده توسط هوش مصنوعی عکس اول (بالا سمت چپ) چیزی هست که با توضیحات من (مهندسی) توسط stable diffusion تولید شده (اصن جذاب نیست) برای همین از یک دوست طراح خوساتم کهکشان رو با چشم طراحی برام توصیف کنه و چندتا جمله بهم بده (درک اینکه چی میگه و تو ذهنش چی…
اگر میخواید توسط بستر اسپیس هاگینگ فیس امتحان کنید (که البته اینقدر بهش هجوم آوردن سخت جواب میده)
https://huggingface.co/spaces/stabilityai/stable-diffusion
اگر هم میخواید خودتون کد رو ران کنید (اگر خودتون GPU دارید یا حتی با کولب هم میشه ران گرفت):
https://huggingface.co/CompVis/stable-diffusion-v1-4
https://huggingface.co/spaces/stabilityai/stable-diffusion
اگر هم میخواید خودتون کد رو ران کنید (اگر خودتون GPU دارید یا حتی با کولب هم میشه ران گرفت):
https://huggingface.co/CompVis/stable-diffusion-v1-4
👍1
DLeX: AI Python
اگر میخواید توسط بستر اسپیس هاگینگ فیس امتحان کنید (که البته اینقدر بهش هجوم آوردن سخت جواب میده) https://huggingface.co/spaces/stabilityai/stable-diffusion اگر هم میخواید خودتون کد رو ران کنید (اگر خودتون GPU دارید یا حتی با کولب هم میشه ران گرفت): htt…
کیفیت تصاویری خروجیش خیلی عالیه که نشون میده ایده ای Latent Diffusion خوب کار میکنه اما ارتباط اش با متن از اونی که توی مدل Imagen دیده بودیم خیلی کمتره. این مدل حجم Text Encoder اش تقریبا 10 برابر کوچیک تر از Imagen هست. مقاله Imagen اشاره کرده بود که حجم مدل Text Encoder خیلی مهمه و هر چقدر بزرگ تر باشه تصاویر خیلی مرتبط تری تولید می شه.
اینجا می تونید چند تا از نمونه های خروجی Imagen رو ببینید و مقایسه کنید:
https://imagen.research.google/
@cvisio
اینجا می تونید چند تا از نمونه های خروجی Imagen رو ببینید و مقایسه کنید:
https://imagen.research.google/
@cvisio
👍5
DLeX: AI Python
کیفیت تصاویری خروجیش خیلی عالیه که نشون میده ایده ای Latent Diffusion خوب کار میکنه اما ارتباط اش با متن از اونی که توی مدل Imagen دیده بودیم خیلی کمتره. این مدل حجم Text Encoder اش تقریبا 10 برابر کوچیک تر از Imagen هست. مقاله Imagen اشاره کرده بود که حجم…
اگه می خواید به صورت تخصصی تر بررسی کنید از مقاله زیر استفاده کنید .
https://arxiv.org/abs/2112.10752
#مقاله
https://arxiv.org/abs/2112.10752
#مقاله
Forwarded from The Economics Papers
Smart.Contract.Auditor.pdf
57.2 KB
✔️ نقشه راه برای تبدیل شدن به یک Smart Contract Auditor
@ai_python
@soliditylang_fa
@theeconomicspapers
@ai_python
@soliditylang_fa
@theeconomicspapers
Learning Affordance Grounding from Exocentric Images
Github: https://github.com/lhc1224/Cross-View-AG
Paper: https://arxiv.org/abs/2208.13196v1
Dataset: https://paperswithcode.com/dataset/3d-affordancenet
Github: https://github.com/lhc1224/Cross-View-AG
Paper: https://arxiv.org/abs/2208.13196v1
Dataset: https://paperswithcode.com/dataset/3d-affordancenet
GitHub
GitHub - lhc1224/Cross-View-AG: Official PyTorch Implementation of Learning Affordance Grounding from Exocentric Images, CVPR 2022
Official PyTorch Implementation of Learning Affordance Grounding from Exocentric Images, CVPR 2022 - GitHub - lhc1224/Cross-View-AG: Official PyTorch Implementation of Learning Affordance Grounding...
👍3
Independent Encoder for Deep Hierarchical Unsupervised Image-to-Image Translation
Github: https://github.com/Elvinky/IEGAN
Paper: https://arxiv.org/abs/2107.02494
Datasets: https://github.com/Elvinky/IEGAN/tree/main/dataset
Image-to-Image Translation: https://paperswithcode.com/task/image-to-image-translation
Github: https://github.com/Elvinky/IEGAN
Paper: https://arxiv.org/abs/2107.02494
Datasets: https://github.com/Elvinky/IEGAN/tree/main/dataset
Image-to-Image Translation: https://paperswithcode.com/task/image-to-image-translation
GitHub
GitHub - Elvinky/IEGAN
Contribute to Elvinky/IEGAN development by creating an account on GitHub.
اینجا کلی سرویس ابری رایگان هست که میتونید پروژههای آزمایشی خودتونو روشون پیاده کنید:
https://github.com/ripienaar/free-for-dev
#منابع
❇️ @AI_Python
https://github.com/ripienaar/free-for-dev
#منابع
❇️ @AI_Python
GitHub
GitHub - ripienaar/free-for-dev: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev - ripienaar/free-for-dev
👍11
مصاحبه جذابی از گروه Fully connected با دکتر Vahid Behzadan و با موضوع امنیت سیستمهای هوشمند انجام شده است. از طریق لینک زیر میتونید به ویدیو دسترسی داشته باشید.
https://youtu.be/8LGH9lfBDXw
#فیلم
❇️ @AI_Python
https://youtu.be/8LGH9lfBDXw
#فیلم
❇️ @AI_Python
Google
Vahid Behzadan
Assistant Professor - University of New Haven - Cited by 1,686 - AI Safety - Security - Wireless Communications - Game Theory - Complex Systems
🔥3
Text-Free Learning of a Natural Language Interface for Pretrained Face Generators
pip install git+https://github.com/openai/CLIP.git
Github: https://github.com/duxiaodan/fast_text2stylegan
Paper: https://arxiv.org/abs/2209.03177v1
Dataset: https://paperswithcode.com/dataset/ffhq
pip install git+https://github.com/openai/CLIP.git
Github: https://github.com/duxiaodan/fast_text2stylegan
Paper: https://arxiv.org/abs/2209.03177v1
Dataset: https://paperswithcode.com/dataset/ffhq
GitHub
GitHub - duxiaodan/Fast_text2StyleGAN: Official repo of Text-Free Learning of a Natural Language Interface for Pretrained Face…
Official repo of Text-Free Learning of a Natural Language Interface for Pretrained Face Generators - duxiaodan/Fast_text2StyleGAN
👍3