The recent emerging trending of artificial intelligent has drawn a significant attention inacademia and industry. Such trend should be given credit to the recent rise of deep learning,a specific type of machine learning method mimicking the neural network behavior in thehuman brain that achieves significant performance powered by modern super-hardware.Various empirical studies indicate the superiority of deep learning among other machinelearning algorithms. In this report, I will discuss the rising trend of applied field of deeplearning in the research community. Specifically, I will talk about three trending fields,transfer learning, deep reinforcement learning, and recommender system. The recent innovations as well as challenges and potential applications will be discussed. Although I discussstate-of-the-art research in this report, I target to make readers who have limited knowledgein artificial intelligence to understand the novel applications in this tremendously potentialyet inconclusive area.
# 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": "cVLQzXCJWzw0QMhfUqKRVJ1mj0baPLvuAm8oYjsc16s", "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": "cVLQzXCJWzw0QMhfUqKRVJ1mj0baPLvuAm8oYjsc16s", "level": 2}'