Machine Learning and Data Science Fundamentals and ApplicationsEdited byPrateek AgrawalCharu GuptaAnand SharmaVishu MadaanandNisheeth JoshiEngineering high-quality systems requires mastering advanced machinelearning and data science concepts and dealing with large and complexdata. There is growing realization in the system development communitythat we can learn useful system properties from large data by analysis with machine learning and data science.Machine learning and data science are currently a very active topicwith an extensive scope, both in terms of theory and applications. Theyhave been established as an important emergent scientific field and paradigm driving research evolution in such disciplines as statistics, computing science and intelligence science, and practical transformation in such domains as science, engineering, the public sector, business, social science, and lifestyle. Simultaneously, their applications provide important challenges that can often be addressed only with innovative machine learning and data science algorithms.Those algorithms encompass the larger areas of artificial intelligence,data analytics, machine learning, pattern recognition, natural languageunderstanding, and big data manipulation. They also tackle related newscientific challenges, ranging from data capture, creation, storage, retrieval, sharing, analysis, optimization, and visualization, to integrative analysis across heterogeneous and interdependent complex resources for better decision-making, collaboration, and, ultimately, value creation.This book encompasses all aspects of research and development in MLand Data Science, including but not limited to data discovery, computervision, natural language processing (NLP), intelligent systems, neuralnetworks, AI-based software engineering, and their applications in theareas of engineering, business and social sciences. It also covers a broadspectrum of applications in the community, from industry, government, and academia. This book brings together thought leaders, researchers,industry practitioners, and potential users of machine learning, data science and analytics, to develop the field, discuss new trends and opportunities, exchange ideas and practices, and promote interdisciplinary and cross-domain collaborations.Prateek AgrawalCharu GuptaAnand SharmaVishu MadaanNisheeth Joshi
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "9WrwCbjc0189Mhh4gR7zhhXHPVSj0GvvrRzGUr5CK8w", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "9WrwCbjc0189Mhh4gR7zhhXHPVSj0GvvrRzGUr5CK8w", "level": 2}'