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
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
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
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
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
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
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
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
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
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
π 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
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
- 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
βοΈ @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
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
βοΈ @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
βοΈ @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
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
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 :)
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
β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
Kaggle
Quora Question Pairs
Can you identify question pairs that have the same intent?