AI, Python, Cognitive Neuroscience
3.88K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
Deep Unsupervised Learning Course Spring 2019
Berkeley University

Instructors: Pieter Abbeel, Peter Chen, Jonathan Ho, Aravind Srinivas
https://sites.google.com/view/berkeley-cs294-158-sp19/

Course : Machine Learning for Health
Toronto University: Spring 2019
Instructor: Dr. Marzyeh Ghassemi

https://cs2541-ml4h2019.github.io/

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
image_2019-02-04_11-01-36.png
204.8 KB
The only notebook on the planet that (i know of) shows you how to Install TensorRT on Google Collab and then run an optimized VGG graph:

https://lnkd.in/e_rP5dU

https://lnkd.in/estbghA

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
image_2019-02-04_11-04-26.png
212 KB
AAAI Conference Analytics

Citation distribution by the top AAAI 20 authors, year by year: https://lnkd.in/eV3YA5h

#artificalintelligence #deeplearning
#machinelearning

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Machine Learning is Much More Than Just Deep Learning

Deep learning is the most well-known of machine learning techniques, but far from the only one. If you don’t have a lot of data, techniques like linear regression work well. If there is more data, or the data is likely to have non-linearity, I’d recommend decision trees or decision forests.

Deep learning works very well with massive sets of images or similar data. But come with serious challenges to cost, time, and complexity.. Labeling the massive set of data required can be time consuming or expensive - especially if you need to pay others to label your data. Deep learning also requires considerable time to train, both training on a large data set as well as for the considerable parameter optimization.

A recent paper used Deep Learning to predict age from blood. The authors included a comparison of their Deep Learning algorithm to other machine learning techniques and discovered that a simpler technique generated similar accuracy. But, I’ve seen other papers where Deep Learning is the only technique used. When I see this I think of the saying, β€œWhen all you have is a hammer, the world looks like a nail.”

What do you think? Did I miss your favorite machine learning technique? #machinelearning #ai #datascience

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Nice overview of unsupervised pre-trained language models
https://lilianweng.github.io/lil-log/2019/01/31/generalized-language-models.html

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Generalized Language Models

Blog by Lilian Weng: https://lnkd.in/eJPgKWm
Share us With Your Friend!
#artificalintelligence #NLP #unsupervisedlearning

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Fixup Initialization: Residual Learning Without Normalization

Paper by Zhang et al.: https://lnkd.in/e6egt6x

PyTorch code by Andy Brock: https://lnkd.in/evhuhdj

#artificalintelligence #deeplearning #machinelearning

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Want to become an SQL expert for Data analysis and Manipulation? If Yes, then continue reading....

Last month I shared T-SQL Interview Ques. & Ans. to help job seekers in cracking the interview. My post went viral on linkedin and I helped thousand of users across the globe.

Today I'm sharing the best resources on internet from where you can gain advance Sql knowledge and practice real life SQL scenarios.

1. Books to Read: T-SQL Fundamentals by Itzik Ben-Gan ; SQL Server T-SQL Recipes by David Dye to practice SQL excercises.

2. Community to Join: SQLSERVERCENTRAL.COM | Best SQL community to gain advance level knowledge. Stairway series on this community is very useful to gain sound knowledge with Step-by-Step approach. There are also lot of good articles to read.

3. People to follow : My favorite Jeff Moden . He is MVP and helped thousands of people with his knowledge on above community. Brent Ozar is also MVP and very good SQL Mentor.

4. Site to Register: http://www.sql-ex.ru/ - My personal favorite to practice SQL & compete with Masters. The best thing about this site is you won't be able to reach next level until you solve the current level challenge.

Please share post so that it will help maximum people.

Learn....Earn....and Return !

#sql

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
I've had a strong interest in psychometrics for many years. Some basic understanding of it is essential for marketing researchers as well as researchers and scholars in a diverse range of disciplines.

It's much more than Cronbach's alpha and principal components factor analysis with varimax rotation. Here are some books I can recommend about or related to psychometrics:

- Psychometrics (Furr and Bacharach)
- Measurement Theory and Applications for the Social Sciences (Bandalos)
- Bayesian Psychometric Modeling (Levy and Mislevy)
- Handbook of Item Response Theory Modeling (Reise and Revicki)
- The Theory and Practice of Item Response Theory (de Ayala)
- Multidimensional IRT (Reckase)
- Test Equating, Scaling, and Linking (Kolen and Brennan)
- Generalizability Theory (Brennan)
- Handbook of Personality Assessment (Weiner and Greene)
- Measures of Personality and Social Psychological Constructs (Boyle et al.)
- Cognitive Psychology (Sternberg and Sternberg)
- The Cognitive Neurosciences (Gazzaniga et al.)

There are many academic journals, such as the venerable Psychometrica, and three I currently subscribe to: Structural Equation Modeling (Routledge); Journal of Educational and Behavioral Statistics (ASA); and British Journal of Mathematical and Statistical Psychology (Wiley).

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
we learned about strict separating hyperplane and Farkas' theorem last week in optimization class

🌎 Link

Special Thanks to :Mona Jalal

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Media is too big
VIEW IN TELEGRAM
WHAT IS A TENSOR?

Michel Van Biezen give a simple video explanation of what is a scalar, vector, dyad, Triad. They are all essentially Rank 0, 1, 2 and 3 Tensors.

Einstein's Field Equation (3 for x,y,z axes for space and another one for time) is essentially is a Rank 4 Tensor.

In matrices representation you can see how a Rank 3 Tensor is drawn.

Can you draw the Einstein's Rank 4 (256 components) tensor now?

Detail here https://lnkd.in/g9yAGS2

#deeplearning #fundamentals #artificialintelligence #tensor #matrices

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
I think this can be great place to geek out about:

- Distributed processing
- Big Data and Platform Architecture
- SQL and NoSql databases
- Visualization tools

To help you learn interesting stuff and get your ideas and knowledge on front of people. Build your reputation to easier find a job if you need one.

So, please check it out, become a writer and send in your articles πŸ“•

Plumbers of Data Science on Medium:
https://lnkd.in/dU4fPRU

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
neural network art https://lnkd.in/g75HGUx

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
NLP Enthusiast? Try #NaturalQuestions(NQ) corpus by #Google has released a new question answering dataset called the #NQ. Its a new, large-scale corpus for training and evaluating open-domain question answering systems and the first to replicate the end-to-end process in which people find answers to questions

NQ is the first dataset to use naturally occurring queries and focuses on finding answers by reading an entire page, rather than extracting answers from a short paragraph. Google also claims that the quality of the annotations in the NQ corpus has been measured at 90% accuracy.
NQ is large, consisting of 300,000 naturally occurring questions, along with human annotated answers from #Wikipedia pages.

Interestingly, Google has also announced a challenge based on this data to help advance natural language understanding in computers.

Paper linked to the research: https://lnkd.in/fNg3ZtT
Challenge website and dataset: https://lnkd.in/frNYrUE

❇️ @AI_Python_EN
image_2019-02-05_16-36-14.png
564.7 KB
Beautiful Playground - #styleGAN is on Github https://github.com/NVlabs/stylegan | Yes its stunning - so is its energy consumption | i cant really tell why the environmental impacts of those emerging tech is not discussed as much as they should be | #gan #MachineLearning

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
Fantastic in-depth piece by skynet on job loss due to AI. The main argument: AI will (most likely) *not be significantly more disruptive* than the impact of automation in the past. https://www.skynettoday.com/editorials/ai-automation-job-loss

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
NEED COMMUNITY ON DATA ENGINEERING?

Andreas Kretz created a publication on Medium dedicated to data engineering and big data. Not for himself, but for us, who need reliable data pipeline on dayjob. To bring attention to this super important topic. A place where you can write about data engineering. If you don't know, he always give quality content about data engineering. I think this can be great place to discuss out about:

- Distributed processing
- Big Data and Platform Architecture
- SQL and NoSql databases
- Visualization tools

To help you learn interesting stuff and get your ideas and knowledge on front of people. Build your reputation to easier find a job if you need one.

So, please check it out, become a writer and send in your articles πŸ“•

Plumbers of Data Science on Medium:
https://lnkd.in/dU4fPRU

What do you think? πŸ‘ or πŸ‘Ž


PS: If you are looking for a publication aimed at data scientists check out www.towardsdatascience.com

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
#DataScienceInsights

Data Integrity Leads to Data Quality.
Data Quality Leads to Quality Insights.
Quality Insights Lead to Courageous Decisions.
Courageous Decisions Lead to Desired Transformation.

For one to make the Desired Transformation, the Courageous Decisions have to be Backed up by a Sustained Data Integrity and Quality, Quality Insights and Trust in the Data.

Agree?

#datainsights #transformations

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘‰ If you like our channel, i invite you to share it with your friends:
Our channel in english: ✴️ @AI_Python_EN
Our Daily arXiv Channel: πŸ—£ @AI_Python_Arxiv

BTW: Thank you for joining :)
Here’s a list of 10 GREAT #SelfStarting #DataScience Projects to work on:

βž–BEGINNERβž–

⚠️ NOTE: The links provided will redirect you to a recommended Kaggle Kernel that I enjoyed. Use it as a reference before starting on your project :)

⚠️ IMPORTANT: Number 10 is a MUST DO!

1. Pokemon - Weedle's Cave πŸ›
Python - https://lnkd.in/gcKWWQ2

2. Titanic ML 🚒
Python - https://lnkd.in/gafie9m
R - https://lnkd.in/gRRa7HV

3. Housing Prices Prediction 🏑
Python - https://lnkd.in/gX2FSDk
R - https://lnkd.in/ggFJSyd


βž–INTERMEDIATEβž–

4. Instacart Market Basket Analysis πŸ›’
Python - https://lnkd.in/gkNaXqH
R- https://lnkd.in/g2gthxu

5. Quora Question Pairs πŸ‘₯
Project :https://lnkd.in/f3HQZsT
Tutorial (Python)- https://lnkd.in/fEzf-Xp

6. Human Resource Analytics πŸ•΄πŸ»
Python - https://lnkd.in/gVUPfWm
R -https://lnkd.in/gHusQYX


βž–ADVANCEDβž–

7. Analyzing Soccer Player Faces ⚽️
Python - https://lnkd.in/gUys_TS

8. Recruit Restaurant Visitor Forecasting 🍱
Python - https://lnkd.in/gjQvf74

9. TensorFlow Speech Recognition πŸ—£
Python - https://lnkd.in/g8SSPfW


βž–MASTERYβž–

10. Not Enough?
This is more complete guide from Analytics Vidhya
https://lnkd.in/g_QjzGe.

❇️ @AI_Python
πŸ—£ @AI_Python_arXiv
✴️ @AI_Python_EN