-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterview_questions.txt
More file actions
29 lines (14 loc) · 844 Bytes
/
interview_questions.txt
File metadata and controls
29 lines (14 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
what is forward propogation?
what is backward propogation?
write the cost function for forward propogation for logistic regression?
write the cost function for backward propogation for logistic regression?
write the loss function for forward propogation for logistic regression?
write the loss function for backward propogation for logistic regression?
write the cost function for forward propogation for linear regression?
write the cost function for backward propogation for linear regression?
write the loss function for forward propogation for linear regression?
write the loss function for backward propogation for linear regression?
Write the intent identification using tensorflow?
Write the intent identification using keras?
Write the entity identification using tensorflow?
Write the entity identification using keras?