Welcome!
Understanding Transformer Models in Deep Learning, Explaining with Salience Maps Understanding Transformer Models in Deep Learning, Explaining with Salience Maps
Deep learning models, especially transformer models, have achieved remarkable success in various natural language proces
2023-06-27
Understanding Convolution, From Mathematics to Image Processing Understanding Convolution, From Mathematics to Image Processing
Convolution is a powerful mathematical operation that plays a crucial role in various fields, including signal processin
2023-06-26
How to evaluate and visualize regression results How to evaluate and visualize regression results
When evaluating regression models, there are several metrics you can use to assess their performance beyond just Mean Sq
2023-06-24
Understanding Loss Functions, Backpropagation, and the PyTorch Transformer Understanding Loss Functions, Backpropagation, and the PyTorch Transformer
In the field of deep learning, loss functions and the backpropagation algorithm play a crucial role in training neural n
2023-06-22
How to choose the right batch size in deep learning such as Transformer How to choose the right batch size in deep learning such as Transformer
Choosing an appropriate batch size in deep learning, including models like Transformer, requires careful consideration a
Fast way to map an array X and array Y using nonparametric regression, a decision tree based regression Fast way to map an array X and array Y using nonparametric regression, a decision tree based regression
If want to find a a non linear relationship between two arrays, and it’s hard to model it using simple functions such as
2023-06-19
What does start and join mean in multiprocessing in Python What does start and join mean in multiprocessing in Python
In Python’s multiprocessing module, the start() and join() methods are used to control the execution of a Process object
Understanding Parallelism in Python, Threads vs. Processes and concurrent.futures Understanding Parallelism in Python, Threads vs. Processes and concurrent.futures
In Python, parallelism is a technique that allows programs to execute multiple tasks concurrently, thereby improving the
Utilizing Human Feedback for Enhanced Fine-Tuning of Large Language Models, RLHV vs finetuning difference Utilizing Human Feedback for Enhanced Fine-Tuning of Large Language Models, RLHV vs finetuning difference
Wonder what’s the difference between RLHF method with finetuning method? Fine-Tuning is actually the first step of a RL
2023-06-17
Constraining Prediction ranges in Deep Learning Regression Models Constraining Prediction ranges in Deep Learning Regression Models
Deep learning is widely used for various regression analysis tasks. However, sometimes we need to apply certain constrai
2023-06-16
New Function role added to GPT3.5 and GPT4 to give model to use API or functions as tools New Function role added to GPT3.5 and GPT4 to give model to use API or functions as tools
The latest update (June 2023) from OpenAI added a new role called function into their tool box.By describing functions i
2023-06-15
The short history of open source large language model from chatGPT so far The short history of open source large language model from chatGPT so far
Large language models (LLMs) have revolutionized the field of artificial intelligence, and their long-lasting impact is
2023-06-13
13 / 28