AI: Generative Adversarial Networks (GANs)
Dilek ISIK AKCAKAYA Business, Tech Ai, Artificial Intelligence
Generative Adversarial Networks (GANs) are based on the idea where a generator and a discriminator network work together to improve each other. The Generator network creates new synthetic data that resembles authentic data (like images), while the Discriminator network works towards finding out if synthetic data is good enough to fake the reality (authenticity). […]
Transformer Architecture: Most Effective Deep Learning Model for Text
Dilek ISIK AKCAKAYA Culture, Tech Ai, Artificial Intelligence
Transformer architecture: is a neural network architecture that’s quite different from traditional RNN, CNN, LSTM owing to its Attention Mechanism and parallel processing capabilities (see ref). “In this work we propose the Transformer, a model architecture eschewing recurrence and instead relying entirely on an attention mechanism to draw global dependencies between input and output. The […]
AI for VBA Excel script: Gemini vs ChatGPT vs Copilot Comparison
Dilek ISIK AKCAKAYA Health, Tech Ai, Artificial Intelligence
Image created by DALLE-3 – Edited by Qubilinx We tested VBA scripting capabilities of three AI systems (Copilot, Gemini and ChatGPT) and compared the ease of using prompts. According to the test using the same prompt here is our list of their usefulness: Copilot ChatGPT Gemini AI Prompt used in this comparison is: Lets create […]
Integrating and Leveraging Prompts for AI Productivity: A Comprehensive Guide!
Dilek ISIK AKCAKAYA Culture, Tech Ai, Artificial Intelligence
Ai prompt engineering became a popular subject of the recent years. With Ai tools becoming readily available to the service of the general public and businesses there is a need to know of how to leverage this powerful tool for the benefit of humanity and use it effectively. The greatest part is that you do […]