Edited, memorised or added to reading queue

on 07-Feb-2026 (Sat)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Flashcard 7795927813388

Tags
#deep-learning #keras #lstm #python #sequence
Question
The LSTM input layer is defined by the input shape argument on the [...].
Answer
first hidden layer

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Parent (intermediate) annotation

Open it
The LSTM input layer is defined by the input shape argument on the first hidden layer.

Original toplevel document (pdf)

cannot see any pdfs







Flashcard 7795929386252

Tags
#Linux
Question

If you have a list of files, but you only want to delete files older the a certain date, for example, a maildir folder with 5 years worth of email, and you want to delete everything older then 2 years, then run the following command.

find . -type f -mtime +XXX -maxdepth 1 -exec rm {} \;

The syntax of this is as follows.

  1. [...] – the command that finds the file
Answer
find

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Parent (intermediate) annotation

Open it
ars worth of email, and you want to delete everything older then 2 years, then run the following command. find . -type f -mtime +XXX -maxdepth 1 -exec rm {} \; The syntax of this is as follows. <span>find – the command that finds the file <span>

Original toplevel document

How to delete all files before a certain date in Linux
How to delete all files before a certain date in Linux Posted on: September 15, 2015 If you have a list of files, but you only want to delete files older the a certain date, for example, a maildir folder with 5 years worth of email, and you want to delete everything older then 2 years, then run the following command. find . -type f -mtime +XXX -maxdepth 1 -exec rm {} \; The syntax of this is as follows. find – the command that finds the files . – the dot signifies the current folder. You can change this to something like /home/someuser/mail/somedomain/someemail/cur or whatever path you need -type f – this means only files. D







Flashcard 7795931745548

Tags
#causality #statistics
Question

the fundamental problem of causal inference

It is fundamental because if we [...] , then we cannot observe the causal effect 𝑌 𝑖 (1) − 𝑌 𝑖 (0) .

Answer
cannot observe both 𝑌 𝑖 (1) and 𝑌 𝑖 (0)

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Parent (intermediate) annotation

Open it

Original toplevel document (pdf)

cannot see any pdfs