diff --git a/_config.yml b/_config.yml index bb706d8..cdfbe0d 100644 --- a/_config.yml +++ b/_config.yml @@ -16,5 +16,7 @@ tag_mapping: 10: "engineering" 11: "creativity" 12: "design" - 13: "medical" + 13: "health" 14: "self-help" + 15: innovation˝ + 16: "psychology" diff --git a/_posts/2019-02-13-thinking-fast-slow.md b/_posts/2019-02-13-thinking-fast-slow.md index a96afe6..f06e629 100644 --- a/_posts/2019-02-13-thinking-fast-slow.md +++ b/_posts/2019-02-13-thinking-fast-slow.md @@ -2,6 +2,7 @@ layout: post title: "Thinking, Fast and Slow" authors: Daniel Kahneman +tags: [16] --- ## Concepts diff --git a/_posts/2019-02-16-bad-blood.md b/_posts/2019-02-16-bad-blood.md index 20e6ebb..5c7ab68 100644 --- a/_posts/2019-02-16-bad-blood.md +++ b/_posts/2019-02-16-bad-blood.md @@ -2,7 +2,7 @@ layout: post title: "Bad Blood: Secrets and Lies in a Silicon Valley Startup" authors: John Carreyrou - +tags: [5] --- A great book with a pretty comprehensive list of red flags to lookout for any new business! John Carreyrou's writing is like a thriller and you can hardly put down the book until it is all finished. The highlights below can be used as a checklist of things that can go wrong in a startup - so use it! diff --git a/_posts/2019-02-19-creative-selection.md b/_posts/2019-02-19-creative-selection.md index 30217f1..7f22f7a 100644 --- a/_posts/2019-02-19-creative-selection.md +++ b/_posts/2019-02-19-creative-selection.md @@ -2,6 +2,7 @@ layout: post title: "Creative Selection" authors: Ken Kocienda +tags: [5, 15] --- Pretty cool insight by an engineer into product development through demos at the hay days of Apple! @@ -518,6 +519,6 @@ Not all features in V1 > Even so, that first iPhone had some glaring software gaps that seem remarkable now, and among them was a lack of cut, copy, and paste. It’s hard to believe that the iPhone was out in the world for nearly two full years without a basic feature that had shipped with the first Mac in 1984. That’s how technology development goes. -Continuous progress +Continuous progress > Either way, I have some advice: **Get busy. Decide what it means to do great work, and then try to make it happen**. Success is never assured, and the effort might not be easy, but if you love what you’re doing, it won’t seem so hard. diff --git a/_posts/2019-03-02-why-we-sleep.md b/_posts/2019-03-02-why-we-sleep.md index 349f7e5..95c1163 100644 --- a/_posts/2019-03-02-why-we-sleep.md +++ b/_posts/2019-03-02-why-we-sleep.md @@ -2,7 +2,7 @@ layout: post title: "Why We Sleep" authors: Matthew Walker - +tags: [13] --- diff --git a/_posts/2019-03-19-little-book-of-skincare.md b/_posts/2019-03-19-little-book-of-skincare.md index 7f6af54..dde94ac 100644 --- a/_posts/2019-03-19-little-book-of-skincare.md +++ b/_posts/2019-03-19-little-book-of-skincare.md @@ -2,7 +2,7 @@ layout: post title: "The Little Book of Skin Care: Korean Beauty Secrets for Healthy, Glowing Skin" authors: Charlotte Cho - +tags: [13] --- diff --git a/_posts/2019-04-12-ml-tensorflow.md b/_posts/2019-04-12-ml-tensorflow.md index 9a9adb9..64be39d 100644 --- a/_posts/2019-04-12-ml-tensorflow.md +++ b/_posts/2019-04-12-ml-tensorflow.md @@ -2,6 +2,7 @@ layout: post title: "Machine Learning with Tensorflow" authors: Nishant Shukla +tags: [10] --- ## Machine Learning @@ -166,4 +167,4 @@ Viterbi decoding algorithm Reinforcement learning -> Whereas supervised and unsupervised learning appear at opposite ends of the spectrum, reinforcement learning (RL) exists somewhere in the middle. It’s not supervised learning, because the **training data comes from the algorithm deciding between exploration and exploitation**. And it’s not unsupervised, because the **algorithm receives feedback from the environment**. +> Whereas supervised and unsupervised learning appear at opposite ends of the spectrum, reinforcement learning (RL) exists somewhere in the middle. It’s not supervised learning, because the **training data comes from the algorithm deciding between exploration and exploitation**. And it’s not unsupervised, because the **algorithm receives feedback from the environment**.