일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록분류 전체보기 (552)
A Joyful AI Research Journey🌳😊
“Nobody tells this to people who are beginners, I wish someone told me. All of us who do creative work, we get into it because we have good taste. But there is this gap. For the first couple years you make stuff, it’s just not that good. It’s trying to be good, it has potential, but it’s not. But your taste, the thing that got you into the game, is still killer. And your taste is why your work d..
Bayesian inference is a method of statistical analysis that allows us to update probability estimates as new data arrives. In the realm of Natural Language Processing (NLP), it is often used in spam detection, sentiment analysis, and more. Let's explore the initial steps of preprocessing text data for Bayesian inference. 1. Convert Text to Lowercase: To ensure consistency, we convert all text da..
When working with data in Python, the pandas library is a vital tool. However, a common hiccup new users face is the "NameError" related to its commonly used alias 'pd'. Let's understand and resolve this error. The message "NameError: name 'pd' is not defined" indicates that the pandas library, commonly aliased as "pd", hasn't been imported. The solution is straightforward. You need to ensure th..
In the constantly evolving realm of artificial intelligence, a recent article by Troy Woodson caught my attention. Published on July 10, 2023, the piece titled "How AI Can Have a Personality and Why It Matters" delves deep into the concept of AI personalities, especially concerning Large Language Models (LLMs). According to Woodson, AI is not just an amalgamation of algorithms and data. LLMs lik..
In the context of the Naive Bayes classifier, probability normalization plays a vital role, especially when we want our probabilities to reflect the true likelihood of an event occurring in comparison to other events. When predicting class labels using the Naive Bayes formula, we compute the product of feature probabilities for each class. However, these products do not sum up to 1 across classe..
Let's break down the regex pattern \b\w+\b and explain it with examples. 1. \w The \w metacharacter matches any word character, which is equivalent to the character set [a-zA-Z0-9_]. This includes: Uppercase letters: A to Z Lowercase letters: a to z Digits: 0 to 9 Underscore: _ 2. \w+ The + is a quantifier that means "one or more" of the preceding character or group. So, \w+ matches one or more ..
One of the best ways to truly understand the potential and application of artificial intelligence is by examining real-world systems currently in operation. For instance, in late 2016, Google unveiled its cutting-edge Neural Machine Translation System. This isn't just another research paper; this system now powers Google Translate, one of the most widely-used translation tools globally. You can ..
I recently came across TIME's list of the 100 Most Influential People in AI for 2023, and I am truly inspired. It's remarkable to see the diverse array of talents, from pioneering researchers to visionary entrepreneurs, who are driving change and contributing to innovation in artificial intelligence. :) https://time.com/collection/time100-ai/ The 100 Most Influential People in AI 2023 Here’s who..
Meta introduced an AI-powered multilingual speech and text translator💥 SeamlessM4T, is an all-encompassing AI translation model supporting nearly 100 different languages. This model can handle tasks like: Speech-to-Text: From Voice to Words Speech-to-Speech: Bridging Conversations Across Languages Text-to-Speech: Turning Text into Global Narratives Text-to-Text: Crafting Perfect Translations Eve..
The "Attention Is All You Need" paper by Vaswani et al. (2017) introduced the Transformer architecture, a groundbreaking method in Natural Language Processing. Access the paper and its PDF version through the following links: Read the Paper on arXiv https://arxiv.org/abs/1706.03762 Attention Is All You Need The dominant sequence transduction models are based on complex recurrent or convolutional..
ChatGPT, response to “Is it better to first understand seq2seq models in-depth and then use high-level libraries like Hugging Face or TensorFlow? Is this approach similar to studying theory first and then using a library?,” August 27, 2023, OpenAI. Yes, your understanding is on point. Let's delve into why this sequential approach of starting with seq2seq and then moving on to modern libraries li..
ChatGPT, OpenAI. The distinction between an "AI engineer" and an "AI researcher" often lies in the nature of the work and the environment, although the boundaries can sometimes be blurred: AI Engineer: Typically works in the industry, applying established AI and machine learning techniques to real-world problems. Might develop and implement machine learning models, optimize existing algorithms f..
ChatGPT, response to “Can I use a seq2seq model for NMT using Hugging Face, Keras, or TensorFlow?” August 27, 2023, OpenAI. Yes, the seq2seq (sequence-to-sequence) model is a foundational architecture for NMT (Neural Machine Translation), and you can implement and train it using any of the mentioned frameworks: Hugging Face's Transformers, Keras, or TensorFlow. Here's a brief overview of how you..
As I continue to develop and refine my work in the realm of NLP and AI, some sub-categories might appear empty. This is because I've chosen to temporarily set certain posts to private. I'm doing this to ensure the quality and accuracy of the content I present to you. Rest assured, updates and detailed insights will be made public in due course.
I'd like to inform you that the sub-categories related to my postgraduate study are currently empty. The content within these categories, except for the lectures I am going to take, is of a personal and confidential nature. I've chosen to keep these documents private to protect my personal information. I appreciate your understanding and respect for my privacy. Thank you for your continued suppo..