ArtificialIntelligenceArticles
2.97K subscribers
1.64K photos
9 videos
5 files
3.86K links
for who have a passion for -
1. #ArtificialIntelligence
2. Machine Learning
3. Deep Learning
4. #DataScience
5. #Neuroscience

6. #ResearchPapers

7. Related Courses and Ebooks
Download Telegram
Ironically, Yuval Noah Harari's equation of B X C X D= HH, where B=biological knowledge, C=computer power, D=data, HH=human hacking in days after the 1st report of direct #brain activity to speech.

Fei Fei Li to YNH : "Okay, can I be specific? First of all the birth of AI is AI scientists talking to biologists, specifically neuroscientists, right. The birth of AI is very much inspired by what the brain does. Fast forward to 60 years later, today's AI is making great improvements in healthcare. There's a lot of data from our physiology and pathology being collected and using machine learning to help us. But I feel like you're talking about something else."

https://www.wired.com/story/will-artificial-intelligence-enhance-hack-humanity/
Claude Shannon, John McCarthy, Ed Fredkin and Joseph Weizenbaum
@ArtificialIntelligenceArticles
#AI in the 60's
FOUR Productivity FEYNMAN- strategies:
i) Stop trying to know-it-all.
ii) Don't worry about what others are thinking.
iii) Don't think about what you want to be, but what you want to do.
iv) Have a sense of humor and talk honestly. @ArtificialIntelligenceArticles
The field of #machinelearning seeks to answer the question "How can we build computer systems that automatically improve with experience, and what are the fundamental laws that govern all learning processes?," Tom Mitchell on the Discipline of Machine Learning

Story: https://mld.ai/6b76a
Paper: https://www.cs.cmu.edu/~tom/pubs/MachineLearning.pdf

#ML #artificialintelligence #research #carnegiemellon #scsatcmu [ machine learning ] [ artificial intelligence ] #AI #education
A wonderful comprehensive read from #Google_Brain and #DeepmindAI on the challenges which we can come across while implementing RL on real-world systems.

Paper-Title: Challenges of Real-World Reinforcement learning
Link to the paper: https://arxiv.org/abs/1904.12901

They highlighted 9 most important challenges as follows:

1. Training off-line from the fixed logs of an external behavior policy.
2. Learning on the real system from limited samples.
3. High-dimensional continuous state and action spaces.
4. Safety constraints that should never or at least rarely be violated.
5. Tasks that may be partially observable, alternatively viewed as non-stationary or stochastic.
6. Reward functions that are unspecified, multi-objective,or risk-sensitive.
7. System operators who desire explainable policies and actions.
8. Inference that must happen in real-time at the controlfrequency of the system.
9. Large and/or unknown delays in the system actuators,sensors, or rewards.