AI, Python, Cognitive Neuroscience
3.87K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
https://lnkd.in/fJkMyHM

Facebook AI Research (FAIR) and NYU School of Medicine’s [Center for Advanced Imaging Innovation and Research (CAI²R)](http://www.cai2r.net/) are sharing new open source tools and data as part of [fastMRI, a joint research project to spur development of AI systems to speed MRI scans by up to 10x](https://lnkd.in/fQxPgMv) (3 minutes instead of 30 minutes).
✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
Learning from unlabelled videos is key to scaling computer vision models. Our method learns state-of-the-art pose detectors given only examples of skeletons or facial landmarks. It further enables image generation and manipulation conditioned on landmarks.
https://arxiv.org/abs/1907.02055

✴️ @AI_Python_EN
Benchmarking Model-Based Reinforcement Learning"
https://arxiv.org/pdf/1907.02057.pdf
summarized existing MBRL algorithms into three types, and benchmarked 14 algorithms on 18 environments (CartPole to Humanoid).
Project & Code http://www.cs.toronto.edu/~tingwuwang/mbrl.html

✴️ @AI_Python_EN
bit.ly/2JeYsQr
Demystifying the Math Behind Neural Nets — learn how #NeuralNetworks Learn, with an implementation demonstrated one step at a time:
http://bit.ly/2JgmGKh

✴️ @AI_Python_EN
New paper on much faster RL by learning graph representations of the world http://arxiv.org/abs/1907.00664 ! World graphs capture the structure of the world and can be used to focus exploration:
http://www-personal.umich.edu/~shangw/world_graph.html

✴️ @AI_Python_EN
Training on only synthetic data, our new paper gets near the SOTA on the real-world 3DPW human pose dataset by focusing on motion. Simulation is underappreciated for representation learning; you just have to keep the nets from overfitting to the domain.
https://arxiv.org/abs/1907.02499

✴️ @AI_Python_EN
Current autopilot plane landings are not really autonomous: they rely on Instrument Landing Systems (ILS), only available at major airport runways. Computer Vision enables true autonomous landings: finding & landing on runway without ground instruments.
https://www.tum.de/nc/en/about-tum/news/press-releases/details/35556/

✴️ @AI_Python_EN
excited to announce the release of #Trafffic-Net, an image dataset for training real-time traffic analysis and accident detection #ArtificialIntelligence systems. https://github.com/OlafenwaMoses/Traffic-Net

✴️ @AI_Python_EN
Psychometricians make use of a very wide range of statistical models, for example:

Regression analysis
Path analysis
Exploratory factor analysis
Confirmatory factor analysis
Item response theory modeling
Structural equation modeling
Growth modeling
Discrete-time survival analysis
Continuous-time survival analysis
Time series analysis

Observed outcome variables may be continuous, censored, binary, ordered categorical (ordinal), unordered categorical (nominal), counts, or combinations of these variable types.

Some variations of these basic models are:

Regression mixture modeling
Path analysis mixture modeling
Latent class analysis
Latent class analysis with covariates and direct effects
Confirmatory latent class analysis
Latent class analysis with multiple categorical latent variables
Loglinear modeling
Multiple group analysis
Multilevel modeling
Finite mixture modeling
Complier Average Causal Effect (CACE) modeling
Latent transition analysis and hidden Markov modeling including mixtures and covariates
Latent class growth analysis
Discrete-time survival mixture analysis
Continuous-time survival mixture analysis

Over the years, I've used many of these models in my marketing-related work. They all have practical applications in many fields - it ain't just academic stuff.

✴️ @AI_Python_EN
A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019). This is a lightweight graph convolutional neural network for the fast calculation of approximate graph similarity at scale. Graph similarity search is among the most important graph-based applications, e.g. finding the chemical compounds that are most similar to a query compound.

https://lnkd.in/gA5tfuC

#datamining #machinelearning #deeplearning #datascience #bigdata

✴️ @AI_Python_EN
Great Statistical software for Beginners.

Here is the Gretl Tutorial by Simone Gasperin

1)Simple Linear Regression
https://lnkd.in/ecfsV9c

2)Coding Dummy Variables
https://lnkd.in/ef7Yd7f

3)Forecasting New Observations
https://lnkd.in/eNKbxbU

4)Forecasting a Large Number of Observations
https://lnkd.in/eHmibGs

5)Logistic Regression
https://lnkd.in/eRfhQ87

6)Forecasting and Confusion Matrix
https://lnkd.in/eaqrFJr

7)Modeling and Forecasting Time Series Data
https://lnkd.in/e6fqKpF

8)Comparing Time Series Trend Models
https://lnkd.in/eKjEUAE

#datascience #machinelearning #statistics #dataanalytics #dataanalysis

✴️ @AI_Python_EN
What metrics to focus on, in confusionmatrix?
Ans-> It depends on the problem statement and data one is dealing with!

#examples
1) Spam Filter -> Consider +ve class as 'spam'. Optimize for Precision/Specificity, the reason for the same is...
False Negatives(spam emails in the primary) are more acceptable than False Positives(primary emails in Spam).

2) Fraud Transactions -> Consider +ve class as 'Fraud'. Optimize for Sensitivity, the reason for the same is...
False Positives(detecting fraud, but they are not) are more acceptable than False Negatives(detecting not as a fraud, but actually they are).

Will discuss more of Classification problem in our group

#datascience #machinelearning

✴️ @AI_Python_EN
AI, Python, Cognitive Neuroscience
https://youtu.be/9M18rc9-VWU https://github.com/yuanming-hu/taichi_mpm ✴️ @AI_Python_EN
Implementation of Variational Auto-Encoder (VAE) and Deep Feature Consistent VAE for facial attribute manipulation using Keras and Tensorflow-dataset module.

https://github.com/iamsoroush/face_vae

✴️ @AI_Python_EN
https://arxiv.org/abs/1907.02544 show that GANs can be harnessed for unsupervised representation learning, with state-of-the-art results on ImageNet. Reconstructions, as shown below, tend to emphasise high-level semantics over pixel-level details.
These results showcase the potential of GANs and other generative models in unsupervised learning, as explained in our recent blog post:
https://deepmind.com/blog/unsupervised-learning/

✴️ @AI_Python_EN
BigBiGAN shows that "progress in image generation quality translates to substantially improved representation learning performance." Competitive w/self-supervised approaches on ImageNet. The cycle from generative models to other methods and back again continues.

Large Scale Adversarial Representation Learning. Jeff Donahue and Karen Simonyan http://arxiv.org/abs/1907.02544

✴️ @AI_Python_EN
Excited to share newest http://fast.ai
course: A Code-First Introduction to Natural Language Processing All code & videos are available for free online, please check it out!

✴️ @AI_Python_EN