The Neural Aesthetic
Notes and around 30 hours of video lectures are up here, by Gene Kogan: https://lnkd.in/dCMpmGx
Big map of all the slides: https://lnkd.in/dB8yJtp
#artificialintelligence #deeplearning #generativemodel #machinelearning #reinforcementlearning
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Notes and around 30 hours of video lectures are up here, by Gene Kogan: https://lnkd.in/dCMpmGx
Big map of all the slides: https://lnkd.in/dB8yJtp
#artificialintelligence #deeplearning #generativemodel #machinelearning #reinforcementlearning
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
"A Brief Survey of Deep Reinforcement Learning"
Arulkumaran et al.: https://lnkd.in/dwt_--X
#100DaysOfMLCode #ArtificialIntelligence #DeepLearning #MachineLearning #NeuralNetworks #ReinforcementLearning
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Arulkumaran et al.: https://lnkd.in/dwt_--X
#100DaysOfMLCode #ArtificialIntelligence #DeepLearning #MachineLearning #NeuralNetworks #ReinforcementLearning
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
2018 Year-in-Review: Machine Learning Open Source Projects & Frameworks
https://heartbeat.fritz.ai/2018-year-in-review-machine-learning-open-source-projects-frameworks-430df2fe18cd
#ArtificialIntelligence #DeepLearning #MachineLearning #NeuralNetworks #ReinforcementLearning
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
https://heartbeat.fritz.ai/2018-year-in-review-machine-learning-open-source-projects-frameworks-430df2fe18cd
#ArtificialIntelligence #DeepLearning #MachineLearning #NeuralNetworks #ReinforcementLearning
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
An interesting collection of surprising snippets and lesser-known Python features.
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
>>> WTF() == WTF() # two different instances can't be equal
False
>>> WTF() is WTF() # identities are also different
False
>>> hash(WTF()) == hash(WTF()) # hashes _should_ be different as well
True
>>> id(WTF()) == id(WTF())
True
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
An interesting collection of surprising snippets and lesser-known Python features.
pip3 install wtfpython
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
pip3 install wtfpython
class WTF(object):Output
def __init__(self): print("I")
def __del__(self): print("D")
>>> WTF() is WTF()βοΈ @AI_Python
I
I
D
D
False
>>> id(WTF()) == id(WTF())
I
D
I
D
True
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Professor Andrew Ng:
Iβm excited to share with you the AI Transformation Playbook: https://lnkd.in/gJMf_Pq
Drawn from my experience leading Google Brain, Baiduβs AI Group, and Landing AI, this Playbook provides a roadmap for your company to transform into a great AI company.
You can download a free copy of the AI Transformation Playbook here: https://lnkd.in/gJMf_Pq
Building strong AI capabilities for your company will require a long-term investment, but it is feasible for most enterprises. The AI Transformation Playbook will walk you through the following five steps:
1. Execute pilot projects to gain momentum
2. Build an in-house AI team
3. Provide broad AI training
4. Develop an AI strategy
5. Develop internal and external communications
Many of the biggest untapped opportunities in AI lie outside the software industry. I hope that this AI Transformation Playbook will help your company become an AI leader in your industry vertical.
Download your free copy of the AI Transformation Playbook here: https://lnkd.in/gJMf_Pq
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Iβm excited to share with you the AI Transformation Playbook: https://lnkd.in/gJMf_Pq
Drawn from my experience leading Google Brain, Baiduβs AI Group, and Landing AI, this Playbook provides a roadmap for your company to transform into a great AI company.
You can download a free copy of the AI Transformation Playbook here: https://lnkd.in/gJMf_Pq
Building strong AI capabilities for your company will require a long-term investment, but it is feasible for most enterprises. The AI Transformation Playbook will walk you through the following five steps:
1. Execute pilot projects to gain momentum
2. Build an in-house AI team
3. Provide broad AI training
4. Develop an AI strategy
5. Develop internal and external communications
Many of the biggest untapped opportunities in AI lie outside the software industry. I hope that this AI Transformation Playbook will help your company become an AI leader in your industry vertical.
Download your free copy of the AI Transformation Playbook here: https://lnkd.in/gJMf_Pq
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Professor Yann LeCun
At NYU, even the art school has a course on deep learning, complete with ConvNets, GANs and RL for artistic creation.
The class is called "neural aesthetics" and is taught by Gene Kogan in the ITP Master's program at the NYU Tisch..
http://ml4a.github.io/classes/itp-F18/
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
At NYU, even the art school has a course on deep learning, complete with ConvNets, GANs and RL for artistic creation.
The class is called "neural aesthetics" and is taught by Gene Kogan in the ITP Master's program at the NYU Tisch..
http://ml4a.github.io/classes/itp-F18/
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Understanding Supervised, Unsupervised, and #ReinforcementLearning (RL) β getting under the hood with RL: http://bit.ly/2BNrJ1u #abdsc #BigData #DataScience #MachineLearning #Algorithms #AI
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
PyText: Industrial-strength open source NLP package from Facebook AI: develop NLP models on PyTorch and deploy through ONNX.
Pre-trained models for text classification, sequence tagging, joint intent-slot...
https://t.co/phn8mu9Dhz
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Pre-trained models for text classification, sequence tagging, joint intent-slot...
https://t.co/phn8mu9Dhz
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Best paper award #NeurIPS2018 main idea: Defining a deep residual network as a continuously evolving system & instead of updating the hidden units layer by layer, define their derivative with respect to depth instead. Paper: https://arxiv.org/pdf/1806.07366.pdf β¦ Code: https://github.com/rtqichen/torchdiffeq
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
**Hinton: "if you want to get a paper published in [ML] now it's got to have a table in it ... datasets ... methods ... and your method has to look like the best one. ... I don't think that's encouraging people to think about radically new ideas" ***
https://www.wired.com/story/googles-ai-guru-computers-think-more-like-brains/
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
https://www.wired.com/story/googles-ai-guru-computers-think-more-like-brains/
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
β¨π Did you know that you can connect to GoogleColab using a local runtime, or a virtual machine running in the cloud (AWSCloud, GoogleCloud, Azure, etc.)? π Check out our guide + blogpost for how to set up your environment: https://research.google.com/colaboratory/local-runtimes.html β¦ https://blog.kovalevskyi.com/gce-deeplearning-images-as-a-backend-for-google-colaboratory-bc4903d24947
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Stanford Tracking Artificial Intelligence Research To See Future - Palo Alto, CA Patch
Read more here: https://ift.tt/2PCc1JY
#ArtificialIntelligence #AI #DataScience #MachineLearning #BigData #DeepLearning #NLP #Robots #IoT
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Read more here: https://ift.tt/2PCc1JY
#ArtificialIntelligence #AI #DataScience #MachineLearning #BigData #DeepLearning #NLP #Robots #IoT
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
What's the hardest part of ML? The most expensive? The most time-consuming? Choosing from:
- data collection & labelling
- data cleaning
- modelling / science
- implementation
- infrastructure / cloud SysOps
- deployment
- maintenance
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
- data collection & labelling
- data cleaning
- modelling / science
- implementation
- infrastructure / cloud SysOps
- deployment
- maintenance
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Attention Networks with Keras The "Attention Network" is one of the most interesting advancements in natural language processing. So, what makes an attention network tick & why it's special?
https://buff.ly/2LNaK0K
#NLP #NeuralNetworks #AI
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
https://buff.ly/2LNaK0K
#NLP #NeuralNetworks #AI
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
AI, Python, Cognitive Neuroscience
What's the hardest part of ML? The most expensive? The most time-consuming? Choosing from: - data collection & labelling - data cleaning - modelling / science - implementation - infrastructure / cloud SysOps - deployment - maintenance βοΈ @AI_Pythonβ¦
hardest: features and parameters of the model, most expensive: data collection, cleaning and labeling, most time consuming: multiple iterations in order to converge to the optimal parameters, testing & evaluation.
Dr FranΓ§ois Chollet
This is a great answer and I agree -- modelling/science is the hardest (if you want to do it right), and also the most time-consuming due to lengthy iterations. Meanwhile data collection and labelling is the most expensive, and often the most important to the success of a project.
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
Dr FranΓ§ois Chollet
This is a great answer and I agree -- modelling/science is the hardest (if you want to do it right), and also the most time-consuming due to lengthy iterations. Meanwhile data collection and labelling is the most expensive, and often the most important to the success of a project.
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
"A Brief Introduction to Machine Learning for Engineers"
By Osvaldo Simeone: https://lnkd.in/eT9FVYd
#ArtificialIntelligence #MachineLearning #NeuralNetworks
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
By Osvaldo Simeone: https://lnkd.in/eT9FVYd
#ArtificialIntelligence #MachineLearning #NeuralNetworks
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
A Full Hardware Guide to Deep Learning
By Tim Dettmers: https://lnkd.in/emiGW6p
#ai #deeplearning #gpu #gpus #hardware
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
By Tim Dettmers: https://lnkd.in/emiGW6p
#ai #deeplearning #gpu #gpus #hardware
βοΈ @AI_Python
π£ @AI_Python_Arxiv
β΄οΈ @AI_Python_EN
This media is not supported in your browser
VIEW IN TELEGRAM
Playing first-person shooter games with webcam and #DeepLearning (Tensorflow #ObjectDetection)
Find out how you can use an object detection model to control and play any first-person shooter game with your computer's webcam. Links to the code below.
Full Video: https://lnkd.in/eBq7z4r
Blog: https://lnkd.in/eekrqWk
Code: https://lnkd.in/ekhwwiJ
Subscribe: youtube.com/c/DeepGamingAI
@AI_Python
π£ @AI_Python_arXiv
β΄οΈ @AI_Python_EN
Find out how you can use an object detection model to control and play any first-person shooter game with your computer's webcam. Links to the code below.
Full Video: https://lnkd.in/eBq7z4r
Blog: https://lnkd.in/eekrqWk
Code: https://lnkd.in/ekhwwiJ
Subscribe: youtube.com/c/DeepGamingAI
@AI_Python
π£ @AI_Python_arXiv
β΄οΈ @AI_Python_EN