1. Clicking ▼&► to (un)fold the tree menu may facilitate locating what you want to find. 2. Videos embedded here do not necessarily represent my viewpoints or preferences. 3. This is just one of my several websites. Please click the category-tags below these two lines to go to each independent website.
source: TED-Ed 2015年8月27日
View full lesson: http://ed.ted.com/lessons/how-false-n...
In previous decades, most news with global reach came from several major newspapers and networks with the resources to gather information directly. The speed with which information spreads now, however, has created the ideal conditions for something called circular reporting. Noah Tavlin sheds light on this phenomenon.
Lesson by Noah Tavlin, animation by Patrick Smith.
source: Talks at Google 2015年8月26日
The Science of Mindfulness: Working with Anxiety, Depression, and Other Everyday Problems
Mindfulness-based psychotherapy is the most popular new treatment approach in the last decade—and for good reason. Studies demonstrate that mindfulness practices can be effective tools to help resolve anxiety, depression, addictive habits, stress-related medical disorders, and even interpersonal conflict. Mindfulness is not, however, a one-size-fits-all remedy. We need to tailor practices to particular problems. This talk will outline how mindfulness practices work to alleviate psychological distress and how anyone can creatively adapt them to work with the difficulty of the moment.
About Dr. Siegel
Dr. Ronald D. Siegel is an Assistant Clinical Professor of Psychology, part time, at Harvard Medical School, where he has taught for over 30 years. He is a long time student of mindfulness meditation and serves on the Board of Directors and faculty of the Institute for Meditation and Psychotherapy. He teaches internationally about mindfulness and its application to psychotherapy and other fields, has worked for many years in community mental health with inner city children and families, and maintains a private clinical practice in Lincoln, Massachusetts.
Dr. Siegel is author of a guide for clinicians and general audiences, The Mindfulness Solution: Everyday Practices for Everyday Problems; coauthor of the self-treatment guide Back Sense: A Revolutionary Approach to Halting the Cycle of Chronic Back Pain,; coauthor of a recent skills manual, Sitting Together: Essential Skills for Mindfulness-Based Psychotherapy; and coeditor of the critically acclaimed text, Mindfulness and Psychotherapy, 2nd Edition as well as Wisdom and Compassion in Psychotherapy: Deepening Mindfulness in Clinical Practice with a foreword by His Holiness the Dali Lama. His most recent work is a 24-lecture series produced by The Great Courses titled The Science of Mindfulness: A Research-Based Path to Well-Being. He is also a regular contributor to other professional publications, and is co-director of the annual Harvard Medical School Conference on Meditation and Psychotherapy.
More info at: http://www.mindfulness-solution.com/
source: The RSA 2015年8月18日
France gave us the word intellectual; its world-leading thinkers taught us to reason. But in recent years, French thought has been in the doldrums – some say even in crisis. Award-winning historian Sudhir Hazareesingh asks: why the recent malaise?
The horrific Charlie Hebdo shootings in January 2015 exposed deep economic and social fractures in French society, and heightened a growing anxiety about France’s place in a globalised world order.
A nation renowned for its central ideals of citizenship, progress and social justice, and with a history of confident and often brazen optimism, has now been seized by a mood of introspection and doubt.
Award-winning author and academic Sudhir Hazareesingh explores the reasons behind the recent loss of confidence in the creativity of French public thinkers, and asks how might this nation’s once globally influential intellectual heritage be revived?
Listen to the full podcast: https://www.thersa.org/discover/audio...
Follow the RSA on Twitter: https://twitter.com/RSAEvents
Like the RSA on Facebook: https://www.facebook.com/theRSAorg
# click the upper-left icon to select videos from the playlist
source: Stanford Last updated on 2014年9月25日
This course (CS 106B) is the successor to CS 106A and covers more advanced programming topics such as recursion, algorithmic analysis, and data abstraction. It is taught using the C++ programming language, which is similar to both C and Java. In the past when both CS 106A and CS106B were taught in C/C++, the coupling between the two classes was very tight and it was unheard for students to take CS106B without having completed our CS 106A (we recommended CS 106X instead). Nowadays, some students do go straight into CS106B, this is typically appropriate for a student who done well in an intro programming course (e.g., scored 4 or 5 on the CS AP exam or earned a good grade in a college course) and has sufficient familiarity with good programming style and software engineering issues (at the level of CS 106A) to use this understanding as a foundation on which to tackle advanced topics.
# click the upper-left icon to select videos from the playlist
source: Stanford Last updated on 2014年9月25日
This course (CS229) -- taught by Professor Andrew Ng -- provides a broad introduction to machine learning and statistical pattern recognition. Topics include supervised learning, unsupervised learning, learning theory, reinforcement learning and adaptive control. Recent applications of machine learning, such as to robotic control, data mining, autonomous navigation, bioinformatics, speech recognition, and text and web data processing are also discussed.
# click the upper-left icon to select videos from the playlist
source: Stanford Last updated on 2014年9月25日
Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages.