Spaces:
Sleeping
Sleeping
Create prompts.json
Browse files- rag/prompts.json +32 -0
rag/prompts.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"prompt": "What are the common ways to prevent overfitting in machine learning?"
|
4 |
+
},
|
5 |
+
{
|
6 |
+
"prompt": "Describe the role of a learning rate in gradient descent optimization."
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"prompt": "Summarize the key concepts of data structures mentioned in Chapter 2."
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"prompt": "Explain the difference between procedural programming and object-oriented programming as described in Chapter 4."
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"prompt": "What are the primary functions of an operating system according to Chapter 5?"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"prompt": "Compare and contrast relational databases and NoSQL databases based on the information in Chapter 6."
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"prompt": "Describe the TCP/IP model layers as outlined in Chapter 7."
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"prompt": "What are the main areas of Artificial Intelligence research mentioned in Chapter 8?"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"prompt": "List and briefly explain the key stages of software development discussed in Chapter 9."
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"prompt": "How does Chapter 1 define computer science and its core focus?"
|
31 |
+
}
|
32 |
+
]
|