Bilgisayar ve Bilişim BilimleriİngilizceGhost

Research Graph

Research Graph
Research Graph
Ana SayfaRSS Besleme
language
Knowledge GraphTocİngilizce
Yayınlandı
Yazar Wenyi Pi

Introduction In the realm of Neo4j, the APOC (Awesome Procedures on Cypher) library stands as a powerful tool. Previously, We have talked about the importance of APOC in optimising Cypher queries and improving query efficiency in our article Exploring Methods of Cypher Query Optimisations. This article delves deeper into some important functions available within the APOC library.

Knowledge GraphTocBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Amanda Kau

Introduction Knowledge graphs (KGs) have proven to be an effective method of data representation that is increasingly popular. In KGs, entities and concepts are represented as nodes, while the relationships between nodes are depicted as edges. Thus, KGs can effectively capture the semantic meanings of nodes.

Knowledge GraphTocBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Amanda Kau

Introduction Both knowledge graphs (KGs) and pre-trained language models (PLMs) have gained popularity due to their ability to comprehend world knowledge and their broad applicability. KGs are instrumental in applications like search engines, evident from Google’s Knowledge Graph. On the other hand, popular PLMs like BERT and GPT excel in a variety of natural language tasks.

TensorflowKerasRecurrent-neural-networkBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Wenyi Pi

Understanding Sequential Data Modelling with Keras for Time Series Prediction Author Wenyi Pi ( ORCID : 0009–0002–2884–2771) Introduction Recurrent Neural Networks (RNNs) are a special type of neural networks that are suitable for learning representations of sequential data like text in Natural Language Processing (NLP). We will walk through a complete example of using RNNs for time series prediction, covering

Artificial IntelligenceTocİngilizce
Yayınlandı
Yazar Wenyi Pi

Introduction Recurrent Neural Networks (RNNs) are a special type of neural networks that are suitable for learning representations of sequential data like text in Natural Language Processing (NLP). We will walk through a complete example of using RNNs for time series prediction, covering data preprocessing, model building, training, evaluation, and visualisation.

Artificial-intelligenceLarge-language-modelsNaturallanguageprocessingBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı

Understanding the Power and Applications of Natural Language Processing Author Dhruv Gupta ( ORCID: 0009–0004–7109–5403) Introduction We are living in the era of generative AI. In an era where you can ask AI models almost anything, they will most certainly have an answer to the query. With the increased computational power and the amount of textual data, these models are bound to improve their performance.

Artificial IntelligenceTocBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Xuzeng He

Introduction A graph, in short, is a description of items linked by relations, where the items of a graph are called nodes (or vertices) and their relations are called edges (or links). Examples of graphs can include social networks (e.g. Instagram) or knowledge graphs (e.g. Wikipedia). Nowadays, There is a rising trend in the research of using Machine Learning techniques on graphs to solve various kinds of problems.

Knowledge GraphTocBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Amanda Kau

Introduction Large language models (LLMs) like GPT-4 possess remarkable language abilities, allowing them to function as chatbots, translators, and much more. More recent multimodal models, like Google’s Gemini, extend the capabilities of LLMs to include vision, allowing us to generate or analyse images. However, despite their increasing capabilities, LLMs are still not fully trusted by the public.

Prompt-engineeringLarge-language-modelsArtificial-intelligenceBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı

Prompt Engineering — Part 2 Using intelligence to use artificial Intelligence: A deep dive into Prompt Engineering Author Dhruv Gupta (ORCID: 0009–0004–7109–5403 ) Introduction In the previous article we discussed what prompt engineering and some of the techniques used for prompt engineering.