AI, Python, Cognitive Neuroscience
3.87K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
Artificial Intelligence and Games by Georgios N. Yannakakis

🌎 Book

#artificialintelligence

✴️ @AI_Python_EN
What will be the #programming_language for machine learning in the next few years?
Now it's #Python, but I would rather wish for better language because:

1- Python it's too slow. it's slower than JS!! to work around this problem we either use #C++ in the backend or use other technologies to Python faster such as Cython PyPy.

2- Doesn't support smooth and real Multiprocessing.
So we need a new programming language that has:

1- Nice syntax and easy to learn

2- Fast enough (at least not slower than #JS) without using complex tools.

3- Numerical computing and machine learning ecosystem

4- (Optional) integrated linear algebra operations such as adding two vectors.
I feel it could be either Julia or Swift
#machinelearning

✴️ @AI_Python_EN
Deep Learning Drizzle - Github by Marimuthu K.
https://lnkd.in/f6TANzj


Contents
=======

βœ…Deep Learning (Deep Neural Networks)

βœ…Machine Learning Fundamentals

βœ…Optimization for Machine Learning

βœ…General Machine Learning

βœ…Reinforcement Learning

βœ…Probabilistic Graphical Models

βœ…Natural Language Processing

βœ…Automatic Speech Recognition

βœ…Modern Computer Vision

βœ…Boot Camps or Summer Schools

βœ…Bird's Eye view of Artificial (General) Intelligence

#deeplearning #machinelearning #datascience

✴️ @AI_Python_EN
1. Data Science Implementation
https://lnkd.in/fMHtxYP

2. Machine Learning Implementation
https://lnkd.in/f5aUbBM

3. Discovery Analytics Cheatsheet
https://lnkd.in/f396Dqg

4. Machine Learning Key Terminology
https://lnkd.in/fCihY9W

5. SQL Cheatsheet
https://lnkd.in/fKyki2j

6. Machine Learning Cheatsheet
https://lnkd.in/fezaQme

7. Docker Chetasheet
https://lnkd.in/ffMrZXj

8. Tutorial Biglist
https://lnkd.in/fyFxQsM

9. Git Cheatsheet
https://lnkd.in/fWSHH_x

10. Self Driving Car
https://lnkd.in/fxMNBEh

11. Heathcare
https://lnkd.in/fn-yWSD


12. Data Science Cheatsheet
https://lnkd.in/fJgruHJ

✴️ @AI_Python_EN
A few years ago "machine learning" joined the ranks of terms that have lost much of their original meaning and largely become sales jargon. "Insight", which often simply means number, is another example.

Machine learning is sometimes used synonymously with Artificial Neural Networks but can also mean good old fashioned regression, K-means clustering, principal components analysis...or computer program.

If you'd like to learn more about what machine learning really is and how it is used in practice, here are some popular data science books I can recommend:

- Data Mining (Whitten et al.)
- Applied Predictive Modeling (Kuhn and Johnson)
- An Introduction to Statistical Learning (James et al.)
- Elements of Statistical Learning (Hastie et al.)
- Data Mining: The Textbook (Aggarwal)
- Machine Learning: A Probabilistic Perspective (Murphy)ο»Ώ
- Pattern Recognition and Machine Learning (Bishop)

These books are somewhat technical but even a glance at the TOC and a peek insight might be helpful.

I am not suggesting machine learning is BS - I use some form of it nearly every day. The hype surrounding the term, however, confuses a lot of people and some may be shelling out big bucks for something we used to just call software.

I'd better not get started on "AI"... :-)
#machinelearning #artificialintelligence

✴️ @AI_Python_EN
Here’s tips to build business portfolio

βœ… Step 1. Understand Data Science Implementation
https://lnkd.in/fMHtxYP

βœ… Step 2. Understand what business want
https://lnkd.in/f396Dqg

βœ… Step 3. Know Machine Learning Key Terminology
https://lnkd.in/fCihY9W

βœ… Step 4. Know Business Implementation of Data Science
https://lnkd.in/f5aUbBM

If you have problem to get datasets in implement those 4, you can try a list of 10 GREAT
#SelfStarting #DataScience Projects to work on:

βž–BEGINNERβž–

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

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

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


βž–INTERMEDIATEβž–

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

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


βž–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. More complete guide from Analytics Vidhya
https://lnkd.in/g_QjzGe.

#ml #forecasting #analytics

✴️ @AI_Python_EN
Data science is an ever-evolving field. As data scientists, we need to have our finger on the pulse of the latest algorithms and frameworks coming up in the community.

So, if you’re a:
Data science enthusiast
Machine learning practitioner
Data science manager
Deep learning expert

or any mix of the above, this article is for you.

more to read : https://bit.ly/2Jb2JoB

#machinelearning #datascience #deeplearning #deeplearning

✴️ @AI_Python_EN
AI, Python, Cognitive Neuroscience
A few years ago "machine learning" joined the ranks of terms that have lost much of their original meaning and largely become sales jargon. "Insight", which often simply means number, is another example. Machine learning is sometimes used synonymously with…
Neural nets had been batting SVM for supremacy in data mining (aka data science) since the latter's rebirth thanks to the discovery of the kernel trick in the mid-90s. SVM seemed to be winning but then deep learning enjoyed its own resurrection and computing power began to make a wider variety of ANN architectures feasible. When I was a "kid", neural nets were mainly single layer MLP or Kohonen clustering (SOM). For what little it's worth, I see reinforcement learning as the key to true AI, though other forms of learning will continue to play a role.

#machinelearning #artificialintelligence

✴️ @AI_Python_EN
Open Source Resource for Newbies to Learn Algorithms and Implement them in any Programming Language.

*** The Algortithm ***

Github Link - https://lnkd.in/edw2vHj

#pythonprogramming #python #java #scala #c #cplusplus #csharp

✴️ @AI_Python_EN
check this collection of awesome deep Learning resources

https://github.com/frontbench-open-source/Data-Science-Free

#deeplearning

✴️ @AI_Python_EN
If you want to get into AI, what should you do?


Allie K. Miller give sharp and clear answer: "it completely depends"

This is decision tree where to start.

Follow the questions to find your first step to get a little closer to your AI goals, whatever they may be.

#artificialintelligence #AI #machinelearning

✴️ @AI_Python_EN
Some random thoughts on marketing mix modeling...

The basic purpose is to estimate the impact of a brand's marketing on its sales. It is also known as market response modeling and I've also heard the term sales response modeling used.

The simplest approach is to compare brands cross-sectionally and see how they differ in terms of sales and marketing activity. This is ill-advised because it does not account for how the brands' marketing and sales have changed over time.

Another popular way is to analyze (for example) four years of weekly sales and marketing data with multiple regression. The problem here is that the data are treated as cross-sectional whereas they are time-series data.

There are many kinds of time-series analysis which, properly conducted, can give us better estimates of the effects of marketing on sales. There are statistical considerations but one reason is that lagged effects can be estimated.

The problem with this approach is that marketing activity is assumed to be exogenous; in reality, marketing budgets and marketing plans are usually influenced by a brand's own sales and share, competitors' sales and share, competitors' marketing activity and by other exogenous factors such as the economy.

Whatever method we use, it must account for endogeneity.

Note: that these core issues apply far beyond mix modeling and even econometrics, where many of the methods we use in mix modeling originated. (My post was actually sparked by a paper on how to adjust for measurement artifacts in surface temperature data, e.g., land use patterns near weather stations.)

✴️ @AI_Python_EN
Jure Leskovec, Professor at Stanford


Deep Generative Models for Graphs: Methods & Applications.
Slides from my talk at #ICLR2019 workshop on Representation Learning on Graphs and Manifolds.
https://lnkd.in/eTHRDsM

#deeplearning

✴️ @AI_Python_EN
RetinaFace: Single-stage Dense Face Localisation in the Wild.

Though tremendous strides have been made in uncontrolled face detection, accurate and efficient face localisation in the wild remains an open challenge.

This paper presents a robust single-stage face detector, named RetinaFace, which performs pixel-wise face localisation on various scales of faces by taking advantages of joint extra-supervised and self-supervised multi-task learning.


Paper: https://lnkd.in/dF48muv
#deeplearning #facerecognition #research

✴️ @AI_Python_EN
Someone ask me β€œCan you make more beginner friendly learning path”?


Yes, I do, Here’s the path

How to learn data science with python for complete beginner from concept to code

βœ… Step 1
Know Data Science
https://lnkd.in/fMHtxYP

βœ… Step 2
Understand How to answer Why
https://lnkd.in/f396Dqg

βœ… Step 3
Know Machine Learning Key Terminology
https://lnkd.in/fCihY9W

βœ… Step 4
Understand Machine Learning Implementation
https://lnkd.in/f5aUbBM

βœ… Step 5
Understand the basics of data structures and algorithms
https://lnkd.in/gYKnJWN

βœ… Step 6
Do more practice problems in Python
https://lnkd.in/gGQ7cuv

βœ… Step 7
Learn the scientific libraries (NumPy, SciPy, Pandas)
Pandas: https://lnkd.in/g4DFNpJ

βœ… Step 8
Machine Learning Programming
in 20min: https://lnkd.in/g-Su_um
Scikit-Learn Tutorial: https://lnkd.in/gSThdRD

βœ… Step 9
Practice your machine learning skills
Kaggle Machine Learning Tutorial: https://lnkd.in/gT5nNwS

βœ… Step 10
Practice advanced library
a.TensorFlow
https://lnkd.in/fXKQkGy

b.Dlib
https://lnkd.in/fzPM2Gs

#machinelearning #datascience #python

✴️ @AI_Python_EN
Microsoft launches a drag-and-drop machine learning tool

Article by Frederic Lardinois: https://lnkd.in/eXPPSbe

#ArtificialIntelligence #DeepLearning #MachineLearning

✴️ @AI_Python_EN
Applied Machine Learning Problem Solving Framework


#machinelearing #datascience

✴️ @AI_Python_EN
Deepfakes were a crazy creation of the #GANs so here is an answer about their detection.

Recurrent-Convolution Approach to DeepFake Detection - State-Of-Art Results on FaceForensics++

Spread of misinformation has become a significant problem, raising the importance of relevant detection methods.

While there are different manifestations of misinformation, in this work we focus on detecting face manipulations in videos.

Here the authors attempt to detect Deepfake, Face2Face and FaceSwap manipulations in videos.

Paper: arxiv.org/abs/1905.00582
Code: Adding soon

#deeplearning
#facerecognition
✴️ @AI_Python_EN
Natural Language Processing, aka Computational Linguistics, is a vast and fascinating subject whose relevance cannot be exaggerated.

It has been greatly hyped but has a number of important applications. It is increasingly part of our daily lives and, for some of us, our jobs.

but here are some books I've found helpful:

- Foundations of Computational Linguistics (Hausser)
- The Handbook of Computational Linguistics (Clark et al.)
- Social Media Intelligence (Moe and Schweidel)
- Natural Language Processing for Social Media (Farzindar and Inkpen)
- Machine Translation (Poibeau)
- Sentiment Analysis: Mining Opinions, Sentiments, and Emotions (Liu)
- Neural Network Methods in Natural Language Processing (Goldberg)

❗️ Natural Language Processing for Social Media
and
❗️ Text Analytics: A Primer

may be of interest. They are brief interviews with two academic authorities on NLP, Anna Farzindar and Bing Liu, respectively.

✴️ @AI_Python_EN
Videos of all sessions at ICLR 2019 (including live stream)

https://www.facebook.com/pg/iclr.cc/videos/?ref=page_internal

✴️ @AI_Python_EN