Machine Learning NLP + CV
#معرفی_کتاب محبوبترین کتابهای هوشمصنوعی سال 2019 https://pbs.twimg.com/media/D9yDCvNWsAIrfjT.jpg براساس اعلام کمپانی آمازون به ترتیب کتابهای ذیل در حوزههای هوشمصنوعی، علمداده، یادگیری عمیق و.... جز محبوبترین و پرفروشترین کتابهای سال 2019 بودهاند.…
Hands_On_Machine_Learning_with_Scikit_Learn,_Keras,_and_TensorFl.pdf
53.9 MB
#Machine_Learning #AI #Keras #Deep_Learning #TensorFlow
hands-on machine learning with scikit-learn and tensorflow 2nd edition
سلام. از میان تمامی منابع موجود در حوزه ی هوش مصنوعی، جامع ترین منبعی که کدزنی رو هم پوشش داده همین کتاب است.
#کدنویسی #هوش_مصنوعی
#معرفی_کتاب #مراجع #یادگیری_ماشین
@ml_nlp_cv
hands-on machine learning with scikit-learn and tensorflow 2nd edition
سلام. از میان تمامی منابع موجود در حوزه ی هوش مصنوعی، جامع ترین منبعی که کدزنی رو هم پوشش داده همین کتاب است.
#کدنویسی #هوش_مصنوعی
#معرفی_کتاب #مراجع #یادگیری_ماشین
@ml_nlp_cv
animation.gif
10.9 MB
Face and hand tracking in the browser with MediaPipe and TensorFlow.js
Here we are recommending two new TensorFlow packages: facemesh and handpose for tracking key landmarks on faces and hands respectively.
Once the packages are installed, you only need to load the model weights and pass in an image to start detecting facial landmarks or tracking hand landmarks:
#TensorFlow #Deep_Learning
#Hand_Tracking #Computer_Vision #Face_Tracking #CV #AI
@ml_nlp_cv
Here we are recommending two new TensorFlow packages: facemesh and handpose for tracking key landmarks on faces and hands respectively.
Once the packages are installed, you only need to load the model weights and pass in an image to start detecting facial landmarks or tracking hand landmarks:
#TensorFlow #Deep_Learning
#Hand_Tracking #Computer_Vision #Face_Tracking #CV #AI
@ml_nlp_cv
400016300419_232449.jpg
41.1 KB
کتابخانه tf.explain ابزاری است برای درک بهتر رفتار شبکه عصبی که امکان تحلیل گرادیان ها و ترسیم المان های مصور سازی نظیر heatmap ها را میدهد.
همچنین قابل ترکیب با tensorboard و قابل استفاده از طریق tf.keras API هم میباشد.
The library is adapted to the Tensorflow 2.0 workflow, using tf.keras API as possible. It provides:
- Heatmaps Visualizations & Gradients Analysis
- Both off-training and tf.keras.Callback Usages
- Tensorboard Integration
tf-explain respects the new TF2.0 API, and is primarily based on tf.keras when possible. It benefits from the @tf.function decorator which helps to keep support for both eager and graph mode. This allows keeping most algorithms computation time negligible compared to full training.
Algorithms implemented in tf-explain:
- Activations Visualizations
- Grad CAM
- Occlusion Sensitivity
- SmoothGrad
Documentation: https://tf-explain.readthedocs.io/en/latest/
Github: https://github.com/sicara/tf-explain
#tensorflow
@ml_nlp_cv
همچنین قابل ترکیب با tensorboard و قابل استفاده از طریق tf.keras API هم میباشد.
The library is adapted to the Tensorflow 2.0 workflow, using tf.keras API as possible. It provides:
- Heatmaps Visualizations & Gradients Analysis
- Both off-training and tf.keras.Callback Usages
- Tensorboard Integration
tf-explain respects the new TF2.0 API, and is primarily based on tf.keras when possible. It benefits from the @tf.function decorator which helps to keep support for both eager and graph mode. This allows keeping most algorithms computation time negligible compared to full training.
Algorithms implemented in tf-explain:
- Activations Visualizations
- Grad CAM
- Occlusion Sensitivity
- SmoothGrad
Documentation: https://tf-explain.readthedocs.io/en/latest/
Github: https://github.com/sicara/tf-explain
#tensorflow
@ml_nlp_cv
Forwarded from رویدادهای ملی و بین المللی
مدرسه تابستانه آنلاین هوش مصنوعی IPM
#مرداد1399
#IPM #Artificial_Intelligence #Online #Summer_School #Python #Deep_Learning #Machine_Learning #Machine_Vision #FK #OpenCV #TensorFlow #Keras
🌐 scs.ipm.ac.ir
🌐 brain.ee.sharif.edu
🔗 https://t.me/convent/4135
🔗 evand.com/events/aiws
📣 @convent
#مرداد1399
#IPM #Artificial_Intelligence #Online #Summer_School #Python #Deep_Learning #Machine_Learning #Machine_Vision #FK #OpenCV #TensorFlow #Keras
🌐 scs.ipm.ac.ir
🌐 brain.ee.sharif.edu
🔗 https://t.me/convent/4135
🔗 evand.com/events/aiws
📣 @convent
#Targeted_adversarial_attacks with #Keras and #TensorFlow
https://www.pyimagesearch.com/2020/10/26/targeted-adversarial-attacks-with-keras-and-tensorflow/
#Deep_Learning
@ml_nlp_cv
https://www.pyimagesearch.com/2020/10/26/targeted-adversarial-attacks-with-keras-and-tensorflow/
#Deep_Learning
@ml_nlp_cv
PyImageSearch
Targeted adversarial attacks with Keras and TensorFlow - PyImageSearch
In this tutorial, you will learn how to perform targeted adversarial attacks and construct targeted adversarial images using Keras, TensorFlow, and Deep Learning. Last week’s tutorial covered untargeted adversarial learning, which is the process of: Step…