[logseq-plugin-git:commit] 2025-06-05T08:36:10.944Z

This commit is contained in:
2025-06-05 10:36:12 +02:00
parent b2116c22df
commit e3725ac9e7
6304 changed files with 708459 additions and 464 deletions
+11
View File
@@ -0,0 +1,11 @@
icon:: 📔
- Ideas for books read
- [Alfonsos 'read' books on Goodreads (370 books)](https://www.goodreads.com/review/list/7299748-alfonso?order=d&shelf=read&sort=date_added)
- [[@Data Science and Machine Learning: Mathematical and Statistical Methods]] [[STAR]]
- [The 4 Disciplines of Execution: Revised and Updated: Achieving Your Wildly Important Goals : Covey, Sean, McChesney, Chris: Amazon.it: Libri](https://www.amazon.it/gp/product/1398506664/ref=sw_img_1?smid=A11IL2PNWYJU7H&psc=1)
- {{query (or (property type "Book") (property :labels [[books]]) "kindle-sync:")}}
query-table:: true
query-properties:: [:page :--author :--lastannotateddate :--highlightscount]
query-sort-by:: --lastannotateddate
query-sort-desc:: true
View File
+13
View File
@@ -0,0 +1,13 @@
# PAPER READING NOTES
```oql
name: 'How many notes use #utrecht'
query: "'#papernotes"
template: "table"
wrapper: "div"
badge: false
sort: "created"
fields: ['title', 'created', 'tags']
```
@@ -0,0 +1,32 @@
---
tags:
- '#readingnotes'
created: 2021-06-19 18:01
title: SE4AI - Tradeoffs among AI Techniques
---
# SE4AI - Tradeoffs among AI Techniques
**Date**: 2021-06-19 18:01
**URL**: [(69) SE4AI - Tradeoffs among AI Techniques - YouTube](https://www.youtube.com/watch?v=Ti0pjzXaFBs&ab_channel=ChristianK%C3%A4stner)
**Tags**: #youtube, #AI
---
![[Pasted image 20210619180635.png]]
---
![[Pasted image 20210619181946.png]]
Design constraints: It depends on the type of ML tasks that need to be implemented (i.e., #regression, #classification), available data, computing resources, inference costs, etc.
Hardware constraints, time constraints,confidence level, ...
---
**ACCURACY IS NOT EVERYTHING**
Latency
Inference time
+11
View File
@@ -0,0 +1,11 @@
# SERVICES STAFF
```oql
name: 'How many notes use #utrecht'
query: "'Services"
template: "table"
wrapper: "div"
badge: false
sort: "created"
fields: ['title', 'created', 'tags']
```