A new tool uses #AI to spot text written by AI
AI algorithms can generate #text convincing enough to fool the average human—potentially providing a way to mass-produce fake news, bogus reviews, and phony social accounts. Thankfully, AI can now be used to identify fake text, too.
Link to the article
🔭 @DeepGravity
AI algorithms can generate #text convincing enough to fool the average human—potentially providing a way to mass-produce fake news, bogus reviews, and phony social accounts. Thankfully, AI can now be used to identify fake text, too.
Link to the article
🔭 @DeepGravity
MIT Technology Review
A new tool uses AI to spot text written by AI
AI algorithms can generate text convincing enough to fool the average human—potentially providing a way to mass-produce fake news, bogus reviews, and phony social accounts. Thankfully, AI can now be used to identify fake text, too. The news: Researchers from…
Keras Tuner is a new #Keras wrapper that uses #sklearn grid search for tunning the hyperparameters of #deepLearning models
Link to Tuner documentation
Link to a related article
🔭 @DeepGravity
Link to Tuner documentation
Link to a related article
🔭 @DeepGravity
Medium
Keras Hyperparameter Tuning using Sklearn Pipelines & Grid Search with Cross Validation
Tuning Keras Models with Sklearn Grid Search
Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model
Constructing agents with planning capabilities has long been one of the main challenges in the pursuit of artificial intelligence. Tree-based planning methods have enjoyed huge success in challenging domains, such as chess and Go, where a perfect simulator is available. However, in real-world problems the dynamics governing the environment are often complex and unknown. In this work we present the MuZero algorithm which, by combining a tree-based search with a learned model, achieves superhuman performance in a range of challenging and visually complex domains, without any knowledge of their underlying dynamics. MuZero learns a model that, when applied iteratively, predicts the quantities most directly relevant to planning: the reward, the action-selection policy, and the value function. When evaluated on 57 different Atari games - the canonical video game environment for testing AI techniques, in which model-based planning approaches have historically struggled - our new algorithm achieved a new state of the art. When evaluated on Go, chess and shogi, without any knowledge of the game rules, MuZero matched the superhuman performance of the AlphaZero algorithm that was supplied with the game rules.
Link to the main paper
Link to a related article
#MuZero
#DeepMind
#ReinforcementLearning
🔭 @DeepGravity
Constructing agents with planning capabilities has long been one of the main challenges in the pursuit of artificial intelligence. Tree-based planning methods have enjoyed huge success in challenging domains, such as chess and Go, where a perfect simulator is available. However, in real-world problems the dynamics governing the environment are often complex and unknown. In this work we present the MuZero algorithm which, by combining a tree-based search with a learned model, achieves superhuman performance in a range of challenging and visually complex domains, without any knowledge of their underlying dynamics. MuZero learns a model that, when applied iteratively, predicts the quantities most directly relevant to planning: the reward, the action-selection policy, and the value function. When evaluated on 57 different Atari games - the canonical video game environment for testing AI techniques, in which model-based planning approaches have historically struggled - our new algorithm achieved a new state of the art. When evaluated on Go, chess and shogi, without any knowledge of the game rules, MuZero matched the superhuman performance of the AlphaZero algorithm that was supplied with the game rules.
Link to the main paper
Link to a related article
#MuZero
#DeepMind
#ReinforcementLearning
🔭 @DeepGravity
arXiv.org
Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model
Constructing agents with planning capabilities has long been one of the main challenges in the pursuit of artificial intelligence. Tree-based planning methods have enjoyed huge success in...
OpenAI releases Safety Gym for reinforcement learning
To study constrained #RL for safe exploration, we developed a new set of environments and tools called #SafetyGym. By comparison to existing environments for constrained RL, Safety #Gym environments are richer and feature a wider range of difficulty and complexity.
Link to the Safety Gym
Link to a related article
#OpenAI
#ReinforcementLearning
🔭 @DeepGravity
To study constrained #RL for safe exploration, we developed a new set of environments and tools called #SafetyGym. By comparison to existing environments for constrained RL, Safety #Gym environments are richer and feature a wider range of difficulty and complexity.
Link to the Safety Gym
Link to a related article
#OpenAI
#ReinforcementLearning
🔭 @DeepGravity
Openai
Safety Gym
We’re releasing Safety Gym, a suite of environments and tools for measuring progress towards reinforcement learning agents that respect safety constraints while training.
A lot of #DataScience Cheatsheets such as #DeepLearning #Python #Docker
Link to the Github repo
🔭 @DeepGravity
Link to the Github repo
🔭 @DeepGravity
#DeepLearning with #PyTorch
Download a free copy of the book and learn how to get started with #AI / #ML development using PyTorch
#Python
🔭 @DeepGravity
Download a free copy of the book and learn how to get started with #AI / #ML development using PyTorch
#Python
🔭 @DeepGravity
#MachineLearning for Scent: Learning Generalizable Perceptual Representations of Small Molecules
Predicting the relationship between a molecule’s structure and its odor remains a difficult, decades-old task. This problem, termed quantitative structure-odor relationship (QSOR) modeling, is an important challenge in chemistry, impacting human nutrition, manufacture of synthetic fragrance, the environment, and sensory neuroscience. We propose the use of graph neural networks for QSOR, and show they significantly outperform prior methods on a novel data set labeled by olfactory experts. Additional analysis shows that the learned embeddings from graph neural networks capture a meaningful odor space representation of the underlying relationship between structure and odor, as demonstrated by a strong performance on two challenging transfer learning tasks. Machine learning has already had a large impact on the senses of sight and sound. Based on these early results with graph neural networks for molecular properties, we hope machine learning can eventually do for olfaction what it has already done for vision and hearing.
Link to the paper by #Google Research and ...
🔭 @DeepGravity
Predicting the relationship between a molecule’s structure and its odor remains a difficult, decades-old task. This problem, termed quantitative structure-odor relationship (QSOR) modeling, is an important challenge in chemistry, impacting human nutrition, manufacture of synthetic fragrance, the environment, and sensory neuroscience. We propose the use of graph neural networks for QSOR, and show they significantly outperform prior methods on a novel data set labeled by olfactory experts. Additional analysis shows that the learned embeddings from graph neural networks capture a meaningful odor space representation of the underlying relationship between structure and odor, as demonstrated by a strong performance on two challenging transfer learning tasks. Machine learning has already had a large impact on the senses of sight and sound. Based on these early results with graph neural networks for molecular properties, we hope machine learning can eventually do for olfaction what it has already done for vision and hearing.
Link to the paper by #Google Research and ...
🔭 @DeepGravity
arXiv.org
Machine Learning for Scent: Learning Generalizable Perceptual...
Predicting the relationship between a molecule's structure and its odor remains a difficult, decades-old task. This problem, termed quantitative structure-odor relationship (QSOR) modeling, is an...
3 Ways to Encode Categorical Variables for #DeepLearning
The two most popular techniques are an integer encoding and a one hot encoding, although a newer technique called learned embedding may provide a useful middle ground between these two methods
Link to the article
🔭 @DeepGravity
The two most popular techniques are an integer encoding and a one hot encoding, although a newer technique called learned embedding may provide a useful middle ground between these two methods
Link to the article
🔭 @DeepGravity
MachineLearningMastery.com
3 Ways to Encode Categorical Variables for Deep Learning - MachineLearningMastery.com
Machine learning and deep learning models, like those in Keras, require all input and output variables to be numeric. This means that if your data contains categorical data, you must encode it to numbers before you can fit and evaluate a model. The two most…
#NVIDIA Makes 3D #DeepLearning Research Easy with #Kaolin #PyTorch Library
At its core, Kaolin consists of an efficient suite of geometric functions that allow manipulation of 3D content. It can wrap into PyTorch tensors 3D datasets implemented as polygon meshes, point clouds, signed distance functions or voxel grids.
With their 3D dataset ready for deep learning, researchers can choose a neural network model from a curated collection that Kaolin supplies. The interface provides a rich repository of models, both baseline and state of the art, for classification, segmentation, 3D reconstruction, super-resolution and more.
Link to the article
🔭 @DeepGravity
At its core, Kaolin consists of an efficient suite of geometric functions that allow manipulation of 3D content. It can wrap into PyTorch tensors 3D datasets implemented as polygon meshes, point clouds, signed distance functions or voxel grids.
With their 3D dataset ready for deep learning, researchers can choose a neural network model from a curated collection that Kaolin supplies. The interface provides a rich repository of models, both baseline and state of the art, for classification, segmentation, 3D reconstruction, super-resolution and more.
Link to the article
🔭 @DeepGravity
Machine learning operations with GitHub Actions and Kubernetes - GitHub Universe 2019
Watch on YouTube
#MachineLearning
🔭 @DeepGravity
Watch on YouTube
#MachineLearning
🔭 @DeepGravity
YouTube
Machine learning operations with GitHub Actions and Kubernetes - GitHub Universe 2019
Presented by: Hamel Husain, Staff Machine Learning Engineer at GitHub Jeremy Lewi, Software Engineer at Google From automating mundane tasks to reducing inef...
This respository contains my exploration of the newly released TensorFlow 2.0. #TensorFlow team introduced a lot of new and useful changes in this release; automatic mixed precision training, flexible custom training, distributed GPU training, enhanced ops for the high-level #Keras API are some of my personal favorites. You can see all of the new changes here.
🔭 @DeepGravity
🔭 @DeepGravity
GitHub
TF-2.0-Hacks/README.md at master · sayakpaul/TF-2.0-Hacks
Contains my explorations of TensorFlow 2.x. Contribute to sayakpaul/TF-2.0-Hacks development by creating an account on GitHub.
The Ultimate guide to #AI, #DataScience & #MachineLearning, Articles, Cheatsheets and Tutorials ALL in one place
This is a carefully curated compendium of articles & tutorials covering all things AI, Data Science & Machine Learning for the beginner to advanced practitioner. I will be periodically updating this document with popular topics from time to time. My hope is that you find something of use and/or the content will generate ideas for you to pursue.
Link to the article
🔭 @DeepGravity
This is a carefully curated compendium of articles & tutorials covering all things AI, Data Science & Machine Learning for the beginner to advanced practitioner. I will be periodically updating this document with popular topics from time to time. My hope is that you find something of use and/or the content will generate ideas for you to pursue.
Link to the article
🔭 @DeepGravity
LinkedIn
The Ultimate guide to AI, Data Science & Machine Learning, Articles, Cheatsheets and Tutorials ALL in one place
Last updated 6/5/2019 This is a carefully curated compendium of articles & tutorials covering all things AI, Data Science & Machine Learning for the beginner to advanced practitioner. I will be periodically updating this document with popular topics from…
This media is not supported in your browser
VIEW IN TELEGRAM
#DeepFovea: #Neural Reconstruction for Foveated Rendering and Video Compression using Learned #Statistics of Natural Videos
Link to the paper
#FacebookAI
🔭 @DeepGravity
Link to the paper
#FacebookAI
🔭 @DeepGravity
Depth Predictions in #Art
Painters throughout art history have used various techniques to represent our three-dimensional world on a two-dimensional canvas. Using linear and atmospheric perspective, hard and soft edges, overlay of shapes, and nuanced hue and saturation, painters can render convincing illusions of depth on flat surfaces. These painted images, with varying degrees of “depth illusion" can also be interpreted by something entirely different: #MachineLearning models.
#DeepLearning
Link to the article
🔭 @DeepGravity
Painters throughout art history have used various techniques to represent our three-dimensional world on a two-dimensional canvas. Using linear and atmospheric perspective, hard and soft edges, overlay of shapes, and nuanced hue and saturation, painters can render convincing illusions of depth on flat surfaces. These painted images, with varying degrees of “depth illusion" can also be interpreted by something entirely different: #MachineLearning models.
#DeepLearning
Link to the article
🔭 @DeepGravity
pair-code.github.io
Depth in Art History Visualization
#MIT Technology Review:
#MachineLearning has revealed exactly how much of a #Shakespeare play was written by someone else
Link to the article
🔭 @DeepGravity
#MachineLearning has revealed exactly how much of a #Shakespeare play was written by someone else
Link to the article
🔭 @DeepGravity
MIT Technology Review
Machine learning has revealed exactly how much of a Shakespeare play was written by someone else
For much of his life, William Shakespeare was the house playwright for an acting company called the King’s Men that performed his plays on the banks of the River Thames in London. When Shakespeare died in 1616, the company needed a replacement and turned…
post-doctoral research fellow in the School of Computer Science at the University of Birmingham
PhD and Post-Doc positions on Artificial Intelligence for Personal
Senior Data Visualization Specialist @ Global Education provider in Chicago
PhD position: investigating the interaction of attention and motivation using fMRI
PhD positions in deep learning for medical image analysis, Montreal, Canada
Postdoctoral Research Position on Internet of Things in Agriculture, Nanjing Agricultural University
The Interactive Media Group at Microsoft Research, Redmond has several openings for research internships.
18 months Postdoctoral position in Computer Vision/Machine Learning/Human Behavior recognitio
PhD position on Geometric methods for robot learning @ Bosch center for AI
#Job
🔭 @DeepGravity
PhD and Post-Doc positions on Artificial Intelligence for Personal
Senior Data Visualization Specialist @ Global Education provider in Chicago
PhD position: investigating the interaction of attention and motivation using fMRI
PhD positions in deep learning for medical image analysis, Montreal, Canada
Postdoctoral Research Position on Internet of Things in Agriculture, Nanjing Agricultural University
The Interactive Media Group at Microsoft Research, Redmond has several openings for research internships.
18 months Postdoctoral position in Computer Vision/Machine Learning/Human Behavior recognitio
PhD position on Geometric methods for robot learning @ Bosch center for AI
#Job
🔭 @DeepGravity