http://www.inc.com/quora/5-ways-to-learn-and-remember-absolutely-anything.html

Start too early on the details and you'll miss the context of the whole.

What learning strategies do "quick learners" follow? originally appeared on Quora:The best answer to any question.

Answer by Alessio Bresciani, strategist with 15 years of experience in digital and mobile, on Quora:

Your question is a great one. And it forced me to reflect about the things I have learned across my interests in business, personal development, and martial arts.

Let me tell you, I've seen many slow learners understand subjects in far greater detail than people who can learn at a fast pace. If fact, slow learners can bring a deliberateness that sometimes is lacking in fast learners. So this can certainly be an advantage for you also.

Having said that, these are principles I've applied in my own learning that I feel are universal.

1) Repetition.

I firmly believe repetition leads to mastery. When learning a new skill, practice that skill often. When learning a new theory, apply it wherever you can.

As Bruce Lee said, "I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times."

Any skill refined through continuous practice over time will become formidable.

2) Focus.

With so many distractions today--social media, multitasking, open-plan offices--we're receiving constant stimuli.

We've lost the ability to focus. Yet focus is what is required to truly understand and absorb any subject.

To learn a new skill, I find time to focus on it in an environment free from distraction. When I'm reading about it, I'll listen to music without lyrics, so the music does not distract me from the content of what I'm reading.

Steve Jobs said, "People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully."

3) Context and detail.

To understand a specific subject, I find it useful to look at the big picture first. I like to understand the context of things.

So in a book I'll read the table of contents before I look at the pages. This way I get a sense for where the overall context is headed. And when I read the details, I'll understand how one theme relates to another. Detail is important, but at the right time.

Start too early on the details and you'll miss the context of the whole. Miss details altogether, and understanding only stays superficial.

So I switch between context and detail so I learn the surface and the depth.

4) Relationship.

Learning by understanding context and detail (the prior point) gives me a sense of the relationships among information. And this is very important for retained learning.

This is one of the reasons why, to recall the order of a full deck of cards, many people tell themselves a story involving all the characters in the cards. The story details the relationships of the cards to one another.

Building a meaningful relationship across the themes you're studying is one of the best ways to accelerate and retain learning.

5) Pace.

Pace is an excellent variable to play with.

For example, if you're listening to a lecture, you could speed up the pace of the lecture x2 (as has been suggested in other responses to this question).

Pace also serves another important function. It puts us under different types of pressure, and because of this, we adjust our learning method.

Putting ourselves through this variability builds our capacity, much in the same way that a long-distance runner may do hill sprints to work on his or her overall fitness.

In my own case, if I'm working on a presentation, I'll try to say it at twice the speed on the final practices, to ensure that I can recall all the information I need under pressure.

If I can recall it at double the speed, I know it will be available to me at normal speed without stress.

This isn't just about recall; it is about changing the dynamics of how we learn, to build flexibility into our learning methods.

I hope these are helpful to you. Best of luck with your own personal development.

Alessio Bresciani is a strategist with 15 years of experience in digital and mobile. He has worked for Coles, ANZ, and GSK and is passionate about innovation and personal development. Follow Alessio on Twitter or visit his blog.

This question originally appeared on Quora. Ask a question, get a great answer. Learn from experts and access insider knowledge. You can follow Quora on Twitter,Facebook, and Google+. More questions:

5 Ways to Learn and Remember Absolutely Anything的更多相关文章

  1. 3 Ways to Learn Whether a Windows Program is 64-bit or 32-bit

    More than 90% of Windows 8.1 installations are 64-bit and, as a result, more and more people use 64- ...

  2. How do I learn machine learning?

    https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644   How Can I Learn X? ...

  3. Yes,I know the way to learn Ens !

    In recent years, translation has gone out of fashion as a way to learn a new language. A lot of peop ...

  4. (转) Learning from Imbalanced Classes

    Learning from Imbalanced Classes AUGUST 25TH, 2016 If you’re fresh from a machine learning course, c ...

  5. Code Complete阅读笔记(三)

    2015-05-26   628   Code-Tuning Techniques    ——Even though a particular technique generally represen ...

  6. 【转】Build Your own Simplified AngularJS in 200 Lines of JavaScript

    原文:http://blog.mgechev.com/2015/03/09/build-learn-your-own-light-lightweight-angularjs/ Build Your o ...

  7. 有没有最好的学习Angularjs2的视频入门体验?

    Which are the best video tutorials for learning AngularJS 2? 有没有最好的学习Angularjs2的视频入门体验? 翻译来源:https:/ ...

  8. 每日英语:Hold On: Reasons For Never Giving Up Your Dream

    Do you remember what you wanted to be when you grew up? Maybe a fireman? A baker? A ballerina? You p ...

  9. Lesson 2 Building your first web page: Part 3

    Time to build your first HTML page by hand I could go on with more theory and send half of you to sl ...

随机推荐

  1. DBA_Oracle Erp R12安装虚拟机镜像IP修正(案例)

    2014-07-12 Created By BaoXinjian

  2. [Offer收割]编程练习赛4 A 满减优惠

    满减优惠 描述 最近天气炎热,小Ho天天宅在家里叫外卖.他常吃的一家餐馆一共有N道菜品,价格分别是A1, A2, ... AN元.并且如果消费总计满X元,还能享受优惠.小Ho是一个不薅羊毛不舒服斯基的 ...

  3. HDU 1532 Drainage Ditches EK算法 flod算法

    题意:输入m n, m是边数,n是点数. 接下来m行: 起点,终点,容量.求以 1 为源点, n为汇点的最大流. #include<stdio.h> #include<string. ...

  4. python入门,猜数

    #this is a sample guess program import random guesses_made =0 name = raw_input('Hello! whats your na ...

  5. bug_ _ 常见的bug1

    =====  3   java.lang.reflect.InvocationTargetException 异常解决方法 在做djunit测试的时候,发生下面异常: java.lang.reflec ...

  6. maven打成war包之后没有class文件

    用maven打了war包之后部署到tomcat下居然无法执行,看了一下原来没有任何编译的.class文件. 查了一下,是自己手欠把source的src改成src.main.java之类的目录了,但是没 ...

  7. heredoc和nowdoc的区别

    heredoc使用 <<< EOT 的标示符,而nowdoc使用 <<< 'EOT' 这样的标示符,其中nowdoc是PHP5.3引进的新技术,它包含了heredo ...

  8. Java多线程之DaemonThreadFactory

    通过DaemonThreadFactory创建后台线程池 另外:如果是后台线程创建的线程,将都是后台线程. package wzh.daemon; import java.util.concurren ...

  9. C#引用类型详细剖析(转)

    C#引用类型和值类型的区别——值类型和引用类型在内存中的部署 经常听说,并且经常在书上看到:值类型部署在栈上,引用类型部署在托管堆上.实际上并没有这么简单. MSDN上说:托管堆上部署了所有引用类型. ...

  10. Spring中的AOP应用

    AOP被称为面向切面编程,AOP中的几个重要概念是: 1.切面.切面就是要实现的功能.切面通常是在多数方法中会用到的相同功能,如写日志. 2.连接点.连接点就是应用程序执行过程中插入切面的地点.如:方 ...