AI, Python, Cognitive Neuroscience
3.84K subscribers
1.09K photos
47 videos
78 files
892 links
Download Telegram
***What is pip***

A Guide for New Pythonistas.

Credits - Isaac Rodriguez

Link - https://lnkd.in/fPf8MWZ

#python #pythonprogramming

✴️ @AI_Python_EN
120 Machine Learning business ideas from the latest McKinsey report

#machinelearning #artificialintelligence #datascience #ml #ai #deeplearning

✴️ @AI_Python_EN
Listen to Bob Ross. Bob Ross is never wrong. #AIFun

✴️ @AI_Python_EN
Andriy Burkov
I often receive questions from people in my network about what should they learn and master to become a data scientist. While I personally think that the term "data scientist" is very unfortunate and without a clear definition, this is what a good modern #dataanalyst has to master:
#DataScience

– Data structures (local and distributed)
– Data indexing
– Data privacy and anonymization
– Data lifecycle management
– Data transformation (deduplication, handling outliers, and missing values, dimensionality reduction)
– Data analysis (experiment design, classification, regression, unsupervised methods)
#Machinelearning methods (feature engineering, regularization, hyperparameter tuning, ensemble methods, and #neuralnetwork s)
– Computer and database programming, numerical optimization
– Distributed data processing
– Real-time and high-frequency data processing
– Linux (my personal bias)

A modern data analyst also has to be a good popularizer of complex ideas. Having a Ph.D. is not a requirement, but a very big plus: it contributes to the popularizing skill and teaches the scientific approach to problem-solving.

✴️ @AI_Python_EN
San Francisco became the first major U.S. city to ban the use of facial recognition technology by police and other municipal agencies

https://www.nytimes.com/2019/05/14/us/facial-recognition-ban-san-francisco.html?smtyp=cur&smid=tw-nytimes

✴️ @AI_Python_EN
A #Keras usage pattern that allows for maximum flexibility when defining arbitrary losses and metrics (that don't match the usual signature) is the "endpoint layer" pattern. It works like this: https://colab.research.google.com/drive/1zzLcJ2A2qofIvv94YJ3axRknlA6cBSIw
In short, you use add_loss/add_metric inside an "endpoint layer" that also has access to model targets. The layer then returns the inference-time predictions. You compile without an external "loss" argument, and you fit with a dictionary of data that contains the targets.
Of course logistic regression is a basic case that doesn't actually need this advanced pattern. But endpoint layers will work every time, even when you have losses & metrics that don't match the usual fn(y_true, y_pred, sampl_weight) signature that is required in compile.

✴️ @AI_Python_EN
Build a chat widget with Python and JavaScript
http://bit.ly/2JnD8d0

#python #javascript #development

http://bit.ly/2JI78jc

✴️ @AI_Python_EN
Machine vision is the newest weapon against crop loss
https://zd.net/2Vq1AvV
#ai #ArtificialIntelligence #farming

✴️ @AI_Python_EN
Accelerating quantum technologies with materials processing at the atomic scale #quantum #QuantumComputing
https://t.co/mHuuywfESG
✴️ @AI_Python_EN
A 2019 guide to 3D Human Pose Estimation
https://blog.nanonets.com/human-pose-estimation-3d-guide/
✴️ @AI_Python_EN
Deep Learning Determinism

🌎 Deep Learning
🌎 This is a talk from GTC 2019 in San Jose, California. Slides: http://bit.ly/dl-determinism-slides
#DeepLearning

✴️ @AI_Python_EN
MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversations has been accepted as a long paper at #ACL2019. With D. Hazarika, N. Majumder, G. Naik, E. Cambria,.
Arxiv - https://arxiv.org/abs/1810.02508
Dataset -
https://affective-meld.github.io

✴️ @AI_Python_EN
Discover 3D graphics capabilities for #TensorFlow >> https://github.com/tensorflow/graphics … | #DeepLearning

✴️ @AI_Python_EN
image_2019-05-15_20-15-37.png
291.6 KB
Expression Conditional GAN for Facial Expression-to Expression Translation https://arxiv.org/pdf/1905.05416.pdf

✴️ @AI_Python_EN