Skip to content

Commit

Permalink
feat: add new tags for book highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Jan 13, 2024
1 parent dac0959 commit e178660
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ tag_mapping:
10: "engineering"
11: "creativity"
12: "design"
13: "medical"
13: "health"
14: "self-help"
15: innovation˝
16: "psychology"
1 change: 1 addition & 0 deletions _posts/2019-02-13-thinking-fast-slow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: "Thinking, Fast and Slow"
authors: Daniel Kahneman
tags: [16]
---

## Concepts
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-02-16-bad-blood.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019-02-19-creative-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion _posts/2019-03-02-why-we-sleep.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "Why We Sleep"
authors: Matthew Walker

tags: [13]
---

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-03-19-little-book-of-skincare.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019-04-12-ml-tensorflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: "Machine Learning with Tensorflow"
authors: Nishant Shukla
tags: [10]
---

## Machine Learning
Expand Down Expand Up @@ -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**.

0 comments on commit e178660

Please sign in to comment.