Spaces:
Sleeping
Sleeping
Update sample.txt
Browse files- sample.txt +8 -8
sample.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
Artificial Intelligence is a field of computer science that focuses on creating intelligent machines.
|
| 2 |
-
Machine learning is a subset of artificial intelligence that
|
| 3 |
Deep learning uses neural networks with multiple layers to solve complex problems.
|
| 4 |
-
Databases
|
| 5 |
-
SQL is
|
| 6 |
-
Semantic search focuses on understanding the meaning of
|
| 7 |
-
Natural language processing
|
| 8 |
-
FAISS is
|
| 9 |
-
Embeddings convert text into numerical vectors that capture
|
| 10 |
-
Cosine similarity is used to
|
|
|
|
| 1 |
Artificial Intelligence is a field of computer science that focuses on creating intelligent machines.
|
| 2 |
+
Machine learning is a subset of artificial intelligence that enables systems to learn from data.
|
| 3 |
Deep learning uses neural networks with multiple layers to solve complex problems.
|
| 4 |
+
Databases store structured information efficiently.
|
| 5 |
+
SQL is used to query relational databases.
|
| 6 |
+
Semantic search focuses on understanding the meaning of text rather than matching keywords.
|
| 7 |
+
Natural language processing allows computers to understand human language.
|
| 8 |
+
FAISS is used for efficient similarity search over embeddings.
|
| 9 |
+
Embeddings convert text into numerical vectors that capture meaning.
|
| 10 |
+
Cosine similarity is commonly used to compare text embeddings.
|