<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Jin's</title><link>https://note.rua.dev/</link><description>Recent content on Jin's</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 29 Jan 2024 15:16:46 +0800</lastBuildDate><atom:link href="https://note.rua.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Latex Environment With Basictex on Macos</title><link>https://note.rua.dev/posts/building-a-latex-environment-with-basictex-on-macos/</link><pubDate>Mon, 29 Jan 2024 15:16:46 +0800</pubDate><guid>https://note.rua.dev/posts/building-a-latex-environment-with-basictex-on-macos/</guid><description>LaTeX is a popular typesetting system, especially useful in academia. For macOS users, BasicTeX offers a lightweight alternative to the full MacTeX distribution.
What is BasicTeX? BasicTeX is a minimal version of MacTeX. It&amp;rsquo;s only 80 MB compared to several GBs of MacTeX, including just the core TeX command-line tools.
Install BasicTeX Use Homebrew to install BasicTeX:
brew install --cask basictex Install local::lib The local::lib is a Perl module that creates a locally installed perl module library.</description></item><item><title>SageFormer: Series-Aware Graph-Enhanced Transformers for Multivariate Time Series Forecasting</title><link>https://note.rua.dev/posts/sageformer-series-aware-graph-enhanced-transformers-for-multivariate-time-series-forecasting/</link><pubDate>Wed, 11 Oct 2023 15:54:49 +0800</pubDate><guid>https://note.rua.dev/posts/sageformer-series-aware-graph-enhanced-transformers-for-multivariate-time-series-forecasting/</guid><description>Zhang, Zhenwei Wang, Xin Gu, Yuantao SageFormer is a specialized model adept at multivariate time series forecasting. It effectively models dependencies between different series using graph structures. Key features of SageFormer include:
Series-Aware and Graph-Enhanced Architecture: Enhances Transformer models to address temporal patterns and redundancy. Multivariate Time Series Forecasting: Efficiently forecasts multivariate time series, tackling challenges like representing diverse temporal patterns across series and reducing redundant information. Introduction SageFormer aims to resolve several challenges:</description></item><item><title>Friends</title><link>https://note.rua.dev/friends/</link><pubDate>Tue, 10 Oct 2023 20:51:16 +0800</pubDate><guid>https://note.rua.dev/friends/</guid><description> StarryFK 个人博客</description></item><item><title>Class-Balanced Loss Based on Effective Number of Samples</title><link>https://note.rua.dev/posts/class-balanced-loss-based-on-effective-number-of-samples/</link><pubDate>Tue, 10 Oct 2023 17:55:33 +0800</pubDate><guid>https://note.rua.dev/posts/class-balanced-loss-based-on-effective-number-of-samples/</guid><description>Yin Cui Menglin Jia Tsung-Yi Lin Yang Song Serge Belongie CB Loss (Class-Balanced Loss) is a method developed for calculating loss, targeting the challenges brought by long-tailed data distribution:
Aim: Address the issue of long-tailed data distribution. Particularly beneficial in scenarios like image recognition and other machine learning tasks where the sample count for some classes significantly surpasses others. Characteristics: Introduction of a new weighting scheme: Utilizes the effective number of samples for each class.</description></item><item><title>Focal Loss for Dense Object Detection</title><link>https://note.rua.dev/posts/focal-loss-for-dense-object-detection/</link><pubDate>Mon, 07 Aug 2023 16:05:20 +0800</pubDate><guid>https://note.rua.dev/posts/focal-loss-for-dense-object-detection/</guid><description>Tsung-Yi Lin Priya Goyal Ross Girshick Kaiming He Piotr Dollár Focal Loss is a loss calculation method. Its characteristics are:
Control the weight of the positive and negative samples. Control the weight of samples that are easy to classify and difficult to classify. Cross entropy $$ CE(p, y) = \left\{\begin{matrix} -log(p) &amp;amp; \text{if} \ y = 1 \\ -log(1-p) &amp;amp; \text{otherwise} \end{matrix}\right. $$ Where, $p$ is the predicted value, $y$ is the actual value.</description></item></channel></rss>