AI, Python, Cognitive Neuroscience
3.88K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
Concurrent Meta Reinforcement Learning

Parisotto et al.: https://lnkd.in/e6nyRhc

#artificialintelligence #deeplearing #reinforcementlearning

✴️ @AI_Python_EN
AI, Python, Cognitive Neuroscience
Google Releases GPipe, an Open Source Library for Efficiently Training Large-scale Neural Network Models http://bit.ly/2HhH4tZ #MachineLearning #ArtificialIntelligence #DataScience ✴️ @AI_Python_EN
Google open sources #Gpipe under #Lingvo library for Sequence Modeling.

What is Lingvo?

Lingvo is the international language Esperanto word for β€œlanguage”. This naming alludes to the roots of the Lingvo framework β€” it was developed as a general deep learning framework using TensorFlow with a focus on sequence models for language-related tasks such as machine translation, speech recognition, and speech synthesis.

What is Gpipe?

GPipe is a distributed machine learning library that uses synchronous stochastic gradient descent and pipeline parallelism for training, applicable to any DNN that consists of multiple sequential layers. Importantly, GPipe allows researchers to easily deploy more accelerators to train larger models and to scale the performance without tuning hyperparameters.
Link: https://lnkd.in/ePsTCxw

GitHub: https://lnkd.in/eRwgEZz
Article: https://lnkd.in/e2y4fV2

#deeplearning #machinelearning #tensorflow

✴️ @AI_Python_EN
It is time we shared the dataset with everyone. This is a collection of text from Tamil news articles. Has around 7 millions lines of text, all cleaned up, ready to used for language modelling task, in case anyone want to try. You can use the code from git repo below to get started.

Dataset:
https://lnkd.in/fzg3xyM]
Code:
https://lnkd.in/fezt4M8 #datasets

✴️ @AI_Python_EN
Media is too big
VIEW IN TELEGRAM
Neural MMO(Massively Multiplayer Online Game) by OpenAI

How do you Simulate evolution on Earth?


First ever neural MMO environment, that has created agents(players) that would scale up to real-world complexity.

Massive Multiplayer Online Role-Playing Games are currently the best proxy for the real world humans. Making an environment multiplayer would include diverse skills, global economy, etc. parameters

GitHub Link: https://lnkd.in/gEXEvXd
Blog: https://lnkd.in/gQXuSWJ
Paper: https://lnkd.in/gkbNJJR

#pytorch #deeplearning #artificialintelligence #opensource #neuralnetworks #gaming #agents

✴️ @AI_Python_EN
AI Tech&Review site "Synced" examines "The Cake Analogy 2.0" and my take on self-supervised learning in my ISSCC keynote.
https://syncedreview.com/2019/02/22/yann-lecun-cake-analogy-2-0/

✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
Image Translation with Tensorflow


#Pix2Pix is an Image-to-Image Translation with Conditional Adversarial Networks.

It can prove to be effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks

Check out the original paper(https://lnkd.in/fFAm8YK) if you are interested in implementation detail, it shows more example usages for cGAN like "map to aerial", "day to night" et.

Here is a Tensorflow implementation of the same by Christopher Hesse(https://lnkd.in/f7ivy95)

#deeplearning

✴️ @AI_Python_EN
Based on book of "New Document.docx"
✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
Thank you all for your support!
We're 1000 members now :)
✴️ @AI_Python_EN
Myth: Being a data scientist is applying machine learning 100% of the time

Fact: Being a data scientist is applying machine learning 5% of the time

The other 95% is spent:

- Understanding the Business Problem & Communicating with Domain Experts, 20%

- Working with data: Cleaning, Manipulating, Visualizing, Processing, Transforming, Understanding, 60%

- Communicating Results: Reporting, Slide Decks, and Apps, 15%

β€”-

Key Point - If you want to be a great data scientist, focus on where you will spend the most of your time. Communication, Business Understanding, Data Manipulation & Visualization

✴️ @AI_Python_EN
Uncovering and Mitigating Algorithmic Bias through Learned Latent Structure

Amini et al.: https://lnkd.in/e5Ybyfa

#artificialintelligence #deeplearning #machinelearning

✴️ @AI_Python_EN
πŸ’‘ What is a p-value?

When testing an hypothesis, the p-value is the likelihood that we would observe results at least as extreme as our result due purely to random chance if the null hypothesis were true.

πŸ’‘ What does it mean when a p-value is low?

When the p-value is low, it is relatively rare for the our results to be purely from random variations in observations.

Because of this, we may decide to reject the null hypothesis. If the p-value is below some pre-defined threshold, we say that the result is "statistically significant" and we reject the null hypothesis.

πŸ’‘ What value is most often used to determine statistical significance?

A value of alpha = 0.05 is most often used as the threshold for statistical significance.

#datascience #statistics

✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
Different Sorting Algorithms and how they work.

Source- Reddit

An awesome colllection of Deep Learning tutorials (on Github)-
https://lnkd.in/fyAFyK6

✴️ @AI_Python_EN
Top 10 NLP Concepts to analyze text data

Interested in NLP? Get familiar with these 10 algorithms before you get started:

1. tf-idf - https://lnkd.in/ghfqfm7
2. N-grams - https://lnkd.in/gCDChaT
3. Stemming - https://lnkd.in/gwHuE68
4. Lemmatisation - https://lnkd.in/gRU8Q5m
5. Cosine similarity - https://lnkd.in/gEMj9hp
6. Bag-of-words - https://lnkd.in/gzv7NDX
7. Word2vec - https://lnkd.in/gV2yEsn
8. LDA - https://lnkd.in/gF2qcnJ
9. Edit distance - https://lnkd.in/gy3wU5H
10. LSTM - https://lnkd.in/gu9H9vM

Get familiar with these concepts at a high level, and then grab a dataset and start playing around. You'll learn a lot more by implementing these concepts with real data than just reading and studying forever.

Here are two great sources to grab free text datasets:
πŸ‘‰ https://lnkd.in/gABJX4w
πŸ‘‰ https://lnkd.in/gFR9njn

Remember to start simple and then iteratively build and test from there, not every model required deep learning
πŸ‘‰ Get familiar with these 10 concepts and and you'll be ready to conquer challenging NLP problem.

#datascience #machinelearning #nlp #deeplearning #algorithms

✴️ @AI_Python_EN
#NLP is among the hottest and most interesting fields in #datascience. Check out these 5 in-depth and hands-on tutorials to learn #NLP:

1. The Essential NLP Guide to Solve Top 10 Common NLP Tasks - https://lnkd.in/fiXS5Rj
2. Practical Tutorial for Regular Expressions in #Python - https://lnkd.in/fXw-Rdz
3. A Gentle Introduction to #TopicModeling - https://lnkd.in/fDXmt4n
4. Comprehensive and Intuitive Guide to #WordEmbeddings - https://lnkd.in/fvRrFhA
5. #TextClassification using #ULMFiT and #fastai Library in Python - https://lnkd.in/f7bu8jM

And test your #NaturalLanguageProcessing knowledge on this challenging question set!
30 Questions to test a data scientist on Natural Language Processing - https://lnkd.in/fpWBZUh

✴️ @AI_Python_EN
Generating Music With Artificial Intelligence
http://bit.ly/2HnrmO6
#DataScience #MachineLearning #ArtificialIntelligence

✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
RNN-Based Handwriting Recognition in Gboard

Blog by Sandro Feuz and Pedro Gonnet: https://lnkd.in/eUbtqyi

#artificialintelligence #deeplearning #machinelearning

✴️ @AI_Python_EN
0.png
173 KB
Consolidation of statistical tests in single page

#statistics

✴️ @AI_Python_EN
Just for laughs - Difference between Machine Learning and Artificial Intelligence (how many of you all have felt this? :)

✴️ @AI_Python_EN
IBM Cognitive classes is one way to learn Data Science and Machine Learning, and it is absolutely FREE.

*DON'T SKIP THE LAB EXERCISE., IT IS HELPFUL*

This is the Learning Path

1) Introduction to Data Science
(https://lnkd.in/fF79bEj)

2) Data Science Tools
(https://lnkd.in/fYf2ZC8)

3) Data Science Methodology
(https://lnkd.in/fY6Kwqd)

4) Statistics 101
(https://lnkd.in/fpgJf7D)

5) Predictive Modeling Fundamentals I
(https://lnkd.in/f9_Y7UZ)

6) Python for Data Science
(https://lnkd.in/fy8E2wH)

7) Data Analysis with Python
(https://lnkd.in/fRQWByd)

8) Data Visualization with Python
(https://lnkd.in/fFu93ME)

9) Machine Learning with Python
(https://lnkd.in/f_7r534)

10) Deep Learning Fundamentals
(https://lnkd.in/fNvPvix)

11) Deep Learning with TensorFlow
(https://lnkd.in/ftfRtvQ)

#datavisualization #deeplearning #datascience #python #predictivemodeling #machinelearning

Please share us if you would like

✴️ @AI_Python_EN
Google Releases TensorFlow Federated, an Open-Source Framework to Facilitate Collaborative Machine Learning without Centralized Training Data

http://bit.ly/2EPsYy8

#MachineLearning #ArtificialIntelligence #DataScience

✴️ @AI_Python_EN
Do Neural Networks Need To Think Like Humans?

#neuralnetwork


https://www.youtube.com/watch?v=YFL-MI5xzgg

✴️ @AI_Python_EN