Table of contents

Artificial Intelligence

categorytopic

%3 cluster_d348aa41_0ebd_446a_bd6c_f38ceb206c99 Artificial Intelligence cluster_64e316f7_c57f_492e_964f_c306f34d1cf0 Machine Learning cluster_e561ac19_9b02_4996_9f1f_c74504580678 Neural networks cluster_ebd7f04c_fcc3_41f0_bdfe_ba2f2574233a Non-supervised _b8c09743_8f30_4276_8835_63993b733090 LLMs _20f73b78_fd65_404b_8b54_5ff3da65d442 Word embedding _06d5444b_e7af_45d9_872c_d4df75066d1f Supervised _2ccd0de0_1d4c_4d94_a17a_8e92c76eb820 Paradigms of Artificial Intelligence Programming _2ccd0de0_1d4c_4d94_a17a_8e92c76eb820->__0:cluster_d348aa41_0ebd_446a_bd6c_f38ceb206c99 _ab7c4a31_1481_4426_905e_e1b971b38711 Defense measures against bots _ab7c4a31_1481_4426_905e_e1b971b38711->_b8c09743_8f30_4276_8835_63993b733090 _d20742e9_6cb0_4cc7_90a6_83048290f417 Vector database _d20742e9_6cb0_4cc7_90a6_83048290f417->_20f73b78_fd65_404b_8b54_5ff3da65d442 _4d9d8087_66bc_46c5_989c_6e38318b42fd Qdrant _4d9d8087_66bc_46c5_989c_6e38318b42fd->_b8c09743_8f30_4276_8835_63993b733090 _4d9d8087_66bc_46c5_989c_6e38318b42fd->_d20742e9_6cb0_4cc7_90a6_83048290f417 _42be5812_13f0_41f0_98ab_4eaa7f816933 K-means _42be5812_13f0_41f0_98ab_4eaa7f816933->__1:cluster_ebd7f04c_fcc3_41f0_bdfe_ba2f2574233a _42be5812_13f0_41f0_98ab_4eaa7f816933->__2:cluster_64e316f7_c57f_492e_964f_c306f34d1cf0 _8d831c01_2a4d_4ca1_a1f1_11b7826f7914 Perceptual Hashing _8d831c01_2a4d_4ca1_a1f1_11b7826f7914->_20f73b78_fd65_404b_8b54_5ff3da65d442 _bb75b1d5_3849_48c6_bb2a_510be455e51c LLM Visualization _bb75b1d5_3849_48c6_bb2a_510be455e51c->__3:cluster_d348aa41_0ebd_446a_bd6c_f38ceb206c99 __4:cluster_e561ac19_9b02_4996_9f1f_c74504580678->_06d5444b_e7af_45d9_872c_d4df75066d1f

Machine Learning

category

Non-supervised

Word embedding

A technique to map words or texts to some abstract multidimensional space where distance (usually [ cosine distance ] ) indicates conceptual closeness. In some cases aritmetic operations might make some kind of sense, the classic example is King - Man + Woman = Queen, or close to it, anyway.

Neural networks

Mostly supervised ML models.

LLMs

  • Meaning

    Large Language Models