ββLast day to apply for free Skoltech's Summer School of Machine Learning
Benefits of School:
+ top speakers from leading Data Science centers
+ new knowledge and advanced trends in statistical methods of machine learning.
+ free participation
How to apply:
Today is the LAST DAY to apply to school at the website
Link: https://smiles.skoltech.ru/school
#openedu #course #free #ml
Benefits of School:
+ top speakers from leading Data Science centers
+ new knowledge and advanced trends in statistical methods of machine learning.
+ free participation
How to apply:
Today is the LAST DAY to apply to school at the website
Link: https://smiles.skoltech.ru/school
#openedu #course #free #ml
π1
Data Science by ODS.ai π¦
ββLast day to apply for free Skoltech's Summer School of Machine Learning Benefits of School: + top speakers from leading Data Science centers + new knowledge and advanced trends in statistical methods of machine learning. + free participation How to apply:β¦
Important information about the International Summer Online School of Machine Learning (SMILES):
We are often asked, what is a poster and why should you upload it if participation is free?
Let's go through this: submitting a poster about your project or research is a long-standing tradition at summer schools. The content should be informative, yet concise enough for the reader to understand your idea in 2 minutes or less.
What's the point?
Reason β1. The event will bring together top speakers, scientists, and entrepreneurs. So this is a good opportunity to get an expert opinion on your work, find partners for research, and potential investors and employers.
Reason β2. If you submit a poster, you will get access to the full range of events within SMILES: fireside chats, speed dating, social events, some lectures, etc.
Here are some examples of posters:
ββ https://bit.ly/2OSjfvs
ββ https://bit.ly/30H0XT7
If you still have questions, feel free to ask us in the comments. But If you don't, apply to SMILES and upload your poster right now:β https://smiles.skoltech.ru/school
π¨Update: lectures will be available without registration ππ€©π¨
π¨Update 2: poster examplesπ¨
β https://bit.ly/2OSjfvs
β https://bit.ly/30H0XT7
We are often asked, what is a poster and why should you upload it if participation is free?
Let's go through this: submitting a poster about your project or research is a long-standing tradition at summer schools. The content should be informative, yet concise enough for the reader to understand your idea in 2 minutes or less.
What's the point?
Reason β1. The event will bring together top speakers, scientists, and entrepreneurs. So this is a good opportunity to get an expert opinion on your work, find partners for research, and potential investors and employers.
Reason β2. If you submit a poster, you will get access to the full range of events within SMILES: fireside chats, speed dating, social events, some lectures, etc.
Here are some examples of posters:
ββ https://bit.ly/2OSjfvs
ββ https://bit.ly/30H0XT7
If you still have questions, feel free to ask us in the comments. But If you don't, apply to SMILES and upload your poster right now:β https://smiles.skoltech.ru/school
π¨Update: lectures will be available without registration ππ€©π¨
π¨Update 2: poster examplesπ¨
β https://bit.ly/2OSjfvs
β https://bit.ly/30H0XT7
Dropbox
main.pdf
Shared with Dropbox
Image "Cloaking" for Personal Privacy
New research project from the University of Chicago CS group claims to provide a new face recognition protection mechanism.
Project link: https://sandlab.cs.uchicago.edu/fawkes/
Github: https://github.com/Shawn-Shan/fawkes
#Privacy #DL #CV #facerecognition
New research project from the University of Chicago CS group claims to provide a new face recognition protection mechanism.
Project link: https://sandlab.cs.uchicago.edu/fawkes/
Github: https://github.com/Shawn-Shan/fawkes
#Privacy #DL #CV #facerecognition
GitHub
GitHub - Shawn-Shan/fawkes: Fawkes, privacy preserving tool against facial recognition systems. More info at https://sandlab.cβ¦
Fawkes, privacy preserving tool against facial recognition systems. More info at https://sandlab.cs.uchicago.edu/fawkes - Shawn-Shan/fawkes
β€2
ββtrain your tf models on google cloud by tensorflow cloud
tf cloud is a python package that provides api for a transition from debugging and training keras & tf code in the local environment to distributed training in google cloud. it simplifies the process of training models on the cloud into a single, simple function call, requiring minimal setup and almost zero changes to model.
tf cloud handles cloud-specific tasks such as creating vm instances and distribution strategies for models automatically.
blog post: https://blog.tensorflow.org/2020/08/train-your-tensorflow-model-on-google.html?linkId=95907203
github: https://github.com/tensorflow/cloud
#tensorflow #cloud
tf cloud is a python package that provides api for a transition from debugging and training keras & tf code in the local environment to distributed training in google cloud. it simplifies the process of training models on the cloud into a single, simple function call, requiring minimal setup and almost zero changes to model.
tf cloud handles cloud-specific tasks such as creating vm instances and distribution strategies for models automatically.
blog post: https://blog.tensorflow.org/2020/08/train-your-tensorflow-model-on-google.html?linkId=95907203
github: https://github.com/tensorflow/cloud
#tensorflow #cloud
This media is not supported in your browser
VIEW IN TELEGRAM
generative elements of interior decoration by richard lord
ββSalesforce opensourced AI-framework for economic RL
AI Economist is capable of learning dynamic tax policies that optimize equality along with productivity in simulated economies, outperforming alternative tax systems.
Github: https://github.com/salesforce/ai-economist
Blog post with results: https://blog.einstein.ai/the-ai-economist/
Blog post with release: https://blog.einstein.ai/the-ai-economist-moonshot/
#Salesforce #gym #RL #economics #AIEconomics #animalcrossing #AIEconomist
AI Economist is capable of learning dynamic tax policies that optimize equality along with productivity in simulated economies, outperforming alternative tax systems.
Github: https://github.com/salesforce/ai-economist
Blog post with results: https://blog.einstein.ai/the-ai-economist/
Blog post with release: https://blog.einstein.ai/the-ai-economist-moonshot/
#Salesforce #gym #RL #economics #AIEconomics #animalcrossing #AIEconomist
YouTube
Introducing the AI Economist
See how Salesforce Research is using AI to drive positive, social change, with the AI Economist.
ββannouncing scann: efficient vector similarity search
ruiqi guo, philip sun, erik lindgren, quan geng, david simcha, felix chern, & sanjiv kumar @ google research
scann is a method for efficient vector similarity search at scale. them implements includes search space pruning & quantization for maximum inner product search & also supports other distance functions such as euclidean distance
the implementation is designed for x86 processors with avx2 support
scann achieves sota performance on ann-benchmarks.com as shown on the
blog post: https://ai.googleblog.com/2020/07/announcing-scann-efficient-vector.html
paper: https://arxiv.org/abs/1908.10396
github: https://github.com/google-research/google-research/tree/master/scann
#icml2020 #similarity #scann #annoy
ruiqi guo, philip sun, erik lindgren, quan geng, david simcha, felix chern, & sanjiv kumar @ google research
scann is a method for efficient vector similarity search at scale. them implements includes search space pruning & quantization for maximum inner product search & also supports other distance functions such as euclidean distance
the implementation is designed for x86 processors with avx2 support
scann achieves sota performance on ann-benchmarks.com as shown on the
glove-100-angular dataset on the attachedblog post: https://ai.googleblog.com/2020/07/announcing-scann-efficient-vector.html
paper: https://arxiv.org/abs/1908.10396
github: https://github.com/google-research/google-research/tree/master/scann
#icml2020 #similarity #scann #annoy
Gentle reminder that comments are available for some posts.
Click button 'Comments' and ask questions or share your opinion.
Click button 'Comments' and ask questions or share your opinion.
This media is not supported in your browser
VIEW IN TELEGRAM
in the walls
by matt bierner
to make a scene from a horror movie when a face comes out of a wall like the 1st season of "Very Strange Things"
based on the arkit with ar & facetracking from the front camera
on the app store only: https://apps.apple.com/ru/app/in-the-walls/id1522257130?l=en
#arkit #ar #app
by matt bierner
to make a scene from a horror movie when a face comes out of a wall like the 1st season of "Very Strange Things"
based on the arkit with ar & facetracking from the front camera
on the app store only: https://apps.apple.com/ru/app/in-the-walls/id1522257130?l=en
#arkit #ar #app
Forwarded from Graph Machine Learning
Simple scalable graph neural networks
Michael Bronstein continues a marathon of great blog posts on GML. In a new post he describes their recent work on scaling GNNs to large network. There is a good introduction to sampling-based methods (e.g. SAGE, GraphSAINT, ClusterGCN), which sample a subgraph of a large graph and then train GNN only on a subgraph.
Then, he describes that it can be beneficial just precompute r-hop matrices, A^r X, and use MLP on these features. This way, you use topology of your graph and you apply mini-batch training with MLP.
What's cool is that the algorithm is already available in pytorch-geometric as a transform, which is implemented via sparseTensor matrix multiplication.
Michael Bronstein continues a marathon of great blog posts on GML. In a new post he describes their recent work on scaling GNNs to large network. There is a good introduction to sampling-based methods (e.g. SAGE, GraphSAINT, ClusterGCN), which sample a subgraph of a large graph and then train GNN only on a subgraph.
Then, he describes that it can be beneficial just precompute r-hop matrices, A^r X, and use MLP on these features. This way, you use topology of your graph and you apply mini-batch training with MLP.
What's cool is that the algorithm is already available in pytorch-geometric as a transform, which is implemented via sparseTensor matrix multiplication.
Medium
Simple scalable graph neural networks
One of the practical challenges of graph neural networks in scalability to large graphs. We present a simple solution for scalable GNNs.
π1
π Post "Simple scalable graph neural networks" published, discuss!
ββNeuralCam Live release on the #ProductHunt
App turns iPhone into the better camera for Zoom calls with auto bluring in case of unwanted gestures.
It was clear that global pandemic and pressure on the remote culture will be foundation for new ideas and solutions, such as this.
There is nothing groundbraking about technology, but execution and market is what matters. Apple or Google might even buy this startup instead of simply copying the features and making default cameras more smart.
ProductHunt: https://www.producthunt.com/posts/neuralcam-live
#aiproduct #dataproduct #camera #aicamera #cv #DL
App turns iPhone into the better camera for Zoom calls with auto bluring in case of unwanted gestures.
It was clear that global pandemic and pressure on the remote culture will be foundation for new ideas and solutions, such as this.
There is nothing groundbraking about technology, but execution and market is what matters. Apple or Google might even buy this startup instead of simply copying the features and making default cameras more smart.
ProductHunt: https://www.producthunt.com/posts/neuralcam-live
#aiproduct #dataproduct #camera #aicamera #cv #DL
Dont hesitate to click Β«CommentΒ» button and share your ideas or links to other pandemic solutions
Anonymous Poll
49%
Will share
51%
Not today
Forwarded from Recent AI News
Google AI Blog: On-device Supermarket Product Recognition http://feedproxy.google.com/~r/blogspot/gJZg/~3/uEq7NDB-AgY/on-device-supermarket-product.html
π Post "Google AI Blog: On-device Supermarket Productβ¦" published, discuss!
nlp newsletter 14: nlp beyond english, big bird, monitoring ml models, breaking into nlp, arxiv dataset,β¦
by elvis saravia @dair.ai
in our point of view in this newsletter showcase the next interesting links
* demos and applications gpt3
* monitoring ml models
* Big Bird: Transformers for Longer Sequences by reducing the complexity of the attention mechanism to linear complexity in the number of tokens
* competition contradictory, my dear watson: detecting contradiction and entailment in multilingual text using tpus
* competition hate speech and offensive content identification in indo-european languages
* why u should do nlp beyond :en: by sebastian ruder
* covost v2: expanding the largest, most diverse multilingual speech-to-text translation data set
* panel discussion about the future of conversational ai systems
* β¦
blog post: https://dair.ai/NLP_Newsletter_14-en/
#nlp #news
by elvis saravia @dair.ai
in our point of view in this newsletter showcase the next interesting links
* demos and applications gpt3
* monitoring ml models
* Big Bird: Transformers for Longer Sequences by reducing the complexity of the attention mechanism to linear complexity in the number of tokens
* competition contradictory, my dear watson: detecting contradiction and entailment in multilingual text using tpus
* competition hate speech and offensive content identification in indo-european languages
* why u should do nlp beyond :en: by sebastian ruder
* covost v2: expanding the largest, most diverse multilingual speech-to-text translation data set
* panel discussion about the future of conversational ai systems
* β¦
blog post: https://dair.ai/NLP_Newsletter_14-en/
#nlp #news
ββREALM: Integrating Retrieval into Language Representation Models
by google research
A new paper from google with a novel approach for language model pre-training, which augments a language representation model with a knowledge retriever.
The idea is the following: we take a sentence or a piece of text and augment it with additional knowledge (pass original text and additional texts to the model).
An example:
The masked text is:
Knowledge retriever could add the following information to it:
blog post: https://ai.googleblog.com/2020/08/realm-integrating-retrieval-into.html
paper: https://arxiv.org/abs/2002.08909
github: https://github.com/google-research/language/tree/master/language/realm
#nlp #languagemodel #knowledgeretriever #icml2020
by google research
A new paper from google with a novel approach for language model pre-training, which augments a language representation model with a knowledge retriever.
The idea is the following: we take a sentence or a piece of text and augment it with additional knowledge (pass original text and additional texts to the model).
An example:
The masked text is:
We paid twenty __ at the Buckingham Palace gift shop.
Knowledge retriever could add the following information to it:
Buckingham Palace is the London residence of the British monarchy.The official currency of the United Kingdom is the Pound.blog post: https://ai.googleblog.com/2020/08/realm-integrating-retrieval-into.html
paper: https://arxiv.org/abs/2002.08909
github: https://github.com/google-research/language/tree/master/language/realm
#nlp #languagemodel #knowledgeretriever #icml2020