<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>NotionNext BLOG</title>
        <link>https://tangly1024.com/</link>
        <description>这是一个由NotionNext生成的站点</description>
        <lastBuildDate>Wed, 10 Apr 2024 00:42:06 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2024, Old-Labs</copyright>
        <item>
            <title><![CDATA[ABOUT AIGC CONCEPT]]></title>
            <link>https://tangly1024.com/article/aaa484e7-70de-4b38-bdd4-7eeea4ae4888</link>
            <guid>https://tangly1024.com/article/aaa484e7-70de-4b38-bdd4-7eeea4ae4888</guid>
            <pubDate>Wed, 03 Jan 2024 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-aaa484e770de4b38bdd47eeea4ae4888"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-bc9b857e16e24fe39f39e8a2f13f3269"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">记录一些在AIGC中的名词， notes some components about AIGC。</div></div><div class="notion-blank notion-block-1f2a9baeafe04e44bad4e10ccb1a399b"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-0d3d19f1783f44d9856fdd9983123424" data-id="0d3d19f1783f44d9856fdd9983123424"><span><div id="0d3d19f1783f44d9856fdd9983123424" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0d3d19f1783f44d9856fdd9983123424" title="📝 主旨内容"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 主旨内容</span></span></h2><div class="notion-blank notion-block-ba0d65eac06346659cc50ced0ae36056"> </div><div class="notion-blank notion-block-9fecd71437ce46ed92a218b0d04cacf8"> </div><ol start="1" class="notion-list notion-list-numbered notion-block-dda01e18afd34daca989f2cc1643fc6c"><li><b>Recurrent Neural Networks (RNNs):</b> 
RNNs are a class of artificial neural networks designed to handle sequential data such as time series, speech, or text. They maintain a hidden state across time steps, allowing them to capture temporal dependencies between inputs. Variants of RNNs include Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) networks, which address issues related to vanishing gradients when dealing with longer sequences. Despite their successes, RNNs can struggle with capturing long-range dependencies due to challenges associated with gradient propagation through time.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-9116174cc7744ef5943d9fef83a9fdc0"><li><b>Graph Neural Networks (GNNs):</b> 
GNNs are specialized neural network architectures developed for handling graph structured data, where nodes represent entities and edges denote relationships between those entities. By designing appropriate convolutional layers over graphs, GNNs learn node representations that encode structural and semantic features from neighboring nodes and edges. Applications range from social networks, recommendation systems, chemistry, and physics simulations to traffic prediction and more. Popular GNN variants include Graph Convolutional Networks (GCNs), Graph Attention Networks (GATs), Message Passing Neural Networks (MPNNs), and many others.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-58ea48615fd04a77a2f0d09872c618de"><li><b>Other Similar Models:</b> There exist several other deep learning architectures suitable for diverse data structures and problem domains. Some examples are:</li></ol><ul class="notion-list notion-list-disc notion-block-ff5e1a64e61d49b6a8e2a796bfd4f75d"><li><b>Convolutional Neural Networks (CNNs):</b> CNNs are primarily applied to grid-like data, such as images, videos, and signals. Through convolution filters and pooling operations, they efficiently extract local patterns and hierarchical features.</li></ul><ul class="notion-list notion-list-disc notion-block-782f25f59bab4cb8ad265d36c97e06ff"><li><b>Autoencoders (AEs):</b> AEs are unsupervised generative models that consist of two main parts - encoder and decoder. Encoders map input data into latent space representations, whereas decoders reconstruct the original input from these encoded vectors. Autoencoders serve applications including dimensionality reduction, anomaly detection, feature learning, and representation learning.</li></ul><ul class="notion-list notion-list-disc notion-block-04e011cf87894c2abd7d9b5d7365b6c1"><li><b>Generative Adversarial Networks (GANs):</b> GANs comprise two competing subnetworks - generator and discriminator. Generators synthesize new samples resembling real data, while discriminators distinguish generated samples from actual ones. Training both networks simultaneously results in improved sample quality and diversity. GANs find uses in image generation, style transfer, video predictions, and more.</li></ul><div class="notion-text notion-block-0833574289cc4c8695826273dbac0531">消融：</div><div class="notion-blank notion-block-ee76050b0a30450b94d15ecbb0cb1492"> </div><div class="notion-blank notion-block-dbe9ec7233304792a3904b6d5394e3f2"> </div><ol start="1" class="notion-list notion-list-numbered notion-block-2033e51d21ce4946a8bc553885028ffa"><li><b>IID (Independent and Identically Distributed)</b>: 
IID data consists of independent, identically distributed samples, meaning each datum point is sampled independently from the same underlying distribution. Importantly, knowing the value of one data point does not affect the probability of observing another data point. Many classical machine learning algorithms assume IID data, making them easier to analyze mathematically and guaranteeing satisfactory performance under ideal conditions.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-7d60f91e37e44ea9ba74f279703e0b5f"><li><b>OOD (Out-of-Distribution)</b>: 
OOD data refers to data that comes from a different distribution than the one the model was trained on. Specifically, OOD data violates the assumption of identically distributed data. Running a model on OOD data can lead to unpredictable or incorrect outputs because the model wasn&#x27;t exposed to similar data during training. Therefore, detecting and appropriately handling OOD data is increasingly recognized as an important aspect of building robust and reliable machine learning systems.</li></ol><details class="notion-toggle notion-block-ca7aa1ef4e2e4d19b6fcb95197af6b6a"><summary><span class="notion-purple">ANY</span> <span class="notion-purple">Other that related to data distribution Apart from OOD/IID</span></summary><div><ol start="1" class="notion-list notion-list-numbered notion-block-ac516e5bf2684e66a46503700cc1e0e6"><li><b>Stationarity</b>: Stationarity refers to a situation where the statistical properties (mean, variance, covariance) of a time series or a sequence of random variables remain constant over time. Non-stationary data can make model fitting and prediction difficult, and taking care of trend, seasonality, and irregular components is often needed.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-2a0b611fc2a04be5a3c5a550c26ed508"><li><b>Ergodicity</b>: Ergodicity suggests that the statistical properties calculated from a sufficiently long time series or a collection of random variables are equivalent to the corresponding population quantities. An ergodic process enables us to estimate population properties solely based on a single realization.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-ef4bfa22f99043fe841cf46dbf84146c"><li><b>Non-IID Data</b>: Non-Independent and Identically Distributed data breaks the assumption of independence and identical distribution of samples. Several subcategories of non-IID data exist, such as exchangeable data, dependent data, and heteroscedastic data, each having different implications for machine learning models.</li><ol class="notion-list notion-list-numbered notion-block-ef4bfa22f99043fe841cf46dbf84146c"><ul class="notion-list notion-list-disc notion-block-d80b4e8fab7640eba906da308f74c873"><li>Exchangeable data: Observations are interchangeable; however, they may not necessarily follow an identical distribution.</li></ul><ul class="notion-list notion-list-disc notion-block-3cfa6877670545c9b278ba881f449f5f"><li>Dependent data: Samples are serially correlated, with the current observation depending on past or future observations.</li></ul><ul class="notion-list notion-list-disc notion-block-a2031c42cadf463691ae464a08e84559"><li>Heteroscedastic data: Observations have variable variances, causing unequal spread or dispersion in the data.</li></ul></ol></ol><ol start="4" class="notion-list notion-list-numbered notion-block-d1be8de3219148d8851a9dc89664b6b3"><li><b>Covariate Shift</b>: Covariate shift occurs when the distribution of input features changes between training and testing phases, but the conditional distribution of the output given input features stays invariant. Correcting for covariate shift can help build more robust machine learning models.</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-a35e856ae2284c70b157b3c5d4e6776b"><li><b>Label Shift</b>: Label shift takes place when the distribution of the output variable varies between the training and testing stages, but the conditional distribution of input features given the output variable remains unchanged. Accounting for label shift can help create more reliable models.</li></ol><ol start="6" class="notion-list notion-list-numbered notion-block-e314ad99bbb34229b754de7d22a09e83"><li><b>Dataset Shift</b>: Dataset shift represents a general scenario where both input features and output variables experience simultaneous changes in their respective distributions between the training and testing periods. Dataset shift encompasses both covariate and label shifts, presenting challenges for machine learning models.</li></ol><ol start="7" class="notion-list notion-list-numbered notion-block-4b02d943df474946b11511bc51a36113"><li><b>Concept Drift</b>: Concept drift happens when the underlying relationship between input features and output variables changes over time, compromising the performance of previously trained models. Monitoring and updating models regularly become crucial to combat concept drift.</li></ol><ol start="8" class="notion-list notion-list-numbered notion-block-62c3312c64b2478b8eb6a168ba7d5905"><li><b>Feature Selection/Engineering</b>: Choosing or creating suitable features plays a significant role in data distribution and model performance. Feature selection finds the most informative subset of available features, while feature engineering creates transformed features to reveal underlying patterns or structures.</li></ol><div class="notion-text notion-block-193b64066540410ba28f06aa9bb77fda">These terms, including IID and OOD, help paint a complete picture of the various data distribution concepts influencing machine learning model design, training, and evaluation. Understanding these terms and their implications can lead to more robust and accurate models.</div></div></details><div class="notion-text notion-block-aed30efba74d4143bc7f7f49a41c986c">
</div><ol start="1" class="notion-list notion-list-numbered notion-block-90f78003a83b44d2930e84412e41aadc"><li><b>Robustness</b>: 
refers to a desirable property of machine learning  models, denoting insensitivity or resilience to disturbances, fluctuations, or perturbations affecting inputs, training data, environment, or operational conditions. Broadly speaking, robustness manifests in four principal flavors</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-ba0e2899e6004edabb3c5811c6085ee5"><li>What is FFN?</li><ol class="notion-list notion-list-numbered notion-block-ba0e2899e6004edabb3c5811c6085ee5"><details class="notion-toggle notion-block-c5c586064d624b4799737c03e7a4276f"><summary>Description:</summary><div><div class="notion-text notion-block-fc84b6861b1b44b1a52f45f799bf4c33">FFN stands for Feed-Forward Network, which is a basic type of artificial neural network architecture. It belongs to the family of Multi-Layer Perceptron (MLP) models, consisting of neurons arranged in an acyclic graph manner, meaning there are no loops connecting the nodes.</div><div class="notion-text notion-block-b407b13c9a804d5cb96b337a9fe249ed">Feed-Forward Networks operate by passing information linearly from input nodes through hidden layers to the output nodes. At each stage, a set of weights and biases determines how much importance is assigned to the input features. Then, an activation function (such as sigmoid, tanh, or ReLU) is applied element-wise to introduce nonlinearity, allowing the model to learn complex representations and make nonlinear predictions.</div><div class="notion-text notion-block-92e8c1d27e584dcdb5896373ae529f8f">Here are some key features of FFNs:</div><ol start="1" class="notion-list notion-list-numbered notion-block-dd57e4d194af487bb4bb94300deede82"><li>Layered architecture: Input layer -&gt; Hidden layers -&gt; Output layer.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-b83d5247524146d1bffc520c7faadf6c"><li>Information flows strictly in one direction (feed-forward); hence, no feedback loops.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-6398874ad13d4ec49969d21866ba09a3"><li>Weights and biases are learned through backpropagation and optimization techniques.</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3969f421398c47409e095965b7b14aab"><li>Activation functions are applied element-wise to add nonlinearity.</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-4912cdccb3194f3eaf170f7acad5313e"><li>Capacity to learn complex relationships grows with the addition of hidden layers.</li></ol><div class="notion-text notion-block-501a4f6e2df044978f2683400c2617a0">FFNs can be used for various tasks, such as function approximation, regression, and classification. More complicated architectures, like Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs), build upon the FFN principle, adding specific structures and constraints to handle spatial or temporal dependencies.</div></div></details></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-fe88fa1d1da64f65a7889c2c1697c2c0"><li>What is activation function？</li><ol class="notion-list notion-list-numbered notion-block-fe88fa1d1da64f65a7889c2c1697c2c0"><details class="notion-toggle notion-block-931b684e1bc243a8807a430913533538"><summary>Description:</summary><div><div class="notion-text notion-block-975c2d4490c0478391cf23cdb26226cf">An <span class="notion-purple">activation function</span> is a mathematical transformation applied element-wise to the weighted sum of inputs in a neural network. Introducing nonlinearity in this fashion enables artificial neural networks to learn complex and nonlinear relationships between inputs and outputs. The choice of activation function influences the learning capability, convergence speed, and overall performance of a neural network. Some common activation functions include:</div><ol start="1" class="notion-list notion-list-numbered notion-block-8a630f09874947489cbad1de19822693"><li>Sigmoid: It produces an S-shaped curve, compressing values between 0 and 1. Mathematically defined as:</li><ol class="notion-list notion-list-numbered notion-block-8a630f09874947489cbad1de19822693"></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-56fe644151d14f30aaf41471a11650c1"><li>Tanh (Hyperbolic Tangent): Another S-shaped function, but symmetric around the origin, mapping values between -1 and 1. Computed as:</li><ol class="notion-list notion-list-numbered notion-block-56fe644151d14f30aaf41471a11650c1"></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-bd400f1331c74a628d8f5eee233a3015"><li>Rectified Linear Unit (ReLU): A piecewise linear function that returns z if z &gt; 0 and 0 otherwise. It&#x27;s widely preferred due to simplicity and fast computation. Mathematically:
Parametric ReLU (PReLU): A variant of ReLU, introducing a parametric slope (α) for negative input regions, controlling the level of nonlinearity. Calculated as:</li><ol class="notion-list notion-list-numbered notion-block-bd400f1331c74a628d8f5eee233a3015"></ol></ol><ol start="4" class="notion-list notion-list-numbered notion-block-75ec45fb195f4399951b508848de01b3"><li>Softplus: Smooth version of ReLU, eliminating abrupt transitions, computed as:</li><ol class="notion-list notion-list-numbered notion-block-75ec45fb195f4399951b508848de01b3"></ol></ol><ol start="5" class="notion-list notion-list-numbered notion-block-4cfbe2e59c8448cda28b17accb2fc201"><li>Swish: A newer activation function introduced by Google Brain team, showing promising results. It computes:</li><ol class="notion-list notion-list-numbered notion-block-4cfbe2e59c8448cda28b17accb2fc201"></ol></ol><div class="notion-text notion-block-3377fddc6bd54e6ead4899151ba7b906">Choosing the right activation function for a given problem depends on various factors, including the nature of the data, model architecture, and specific task requirements. Designing custom activation functions can be beneficial in certain scenarios, keeping in mind the fundamental principles of nonlinearity, continuity, monotonocity, and boundedness.</div><div class="notion-blank notion-block-949724d2f9284071a34f7b5a8521d1a1"> </div></div></details></ol></ol><ol start="4" class="notion-list notion-list-numbered notion-block-3480d15b526f419dad43ac580f0647c8"><li>What is <span class="notion-purple">CLIP</span>?</li><ol class="notion-list notion-list-numbered notion-block-3480d15b526f419dad43ac580f0647c8"><details class="notion-toggle notion-block-199caeb3a33546b5ac050f4b901e0180"><summary>Description:</summary><div><div class="notion-text notion-block-ab35238f02aa48919570df9cf394350c">CLIP stands for Contrastive Language-Image Pretraining, a framework introduced by OpenAI in January 2021. The CLIP model combines a large-scale vision transformer and a text-based transformer language model to bridge the gap between computer vision and natural language processing. By doing so, CLIP can associate textual descriptions with corresponding images, making it possible to train the model on vast internet-scale data without manually annotated pairs of images and their corresponding text.</div><div class="notion-text notion-block-9ee79807c9fa4c149788322ad0fd0738">CLIP trains an image encoder and a text encoder in a contrastive learning setup, comparing millions of image-caption pairs. The idea is to maximize the cosine similarity between matched pairs while pushing apart mismatched ones. Once trained, the model performs zero-shot classification, suggesting its ability to recognize novel classes without finetuning.</div><div class="notion-text notion-block-8e2b00aa095c4aaa840cc58dc5345dea">Key Features of CLIP:</div><ol start="1" class="notion-list notion-list-numbered notion-block-27b2707ee31a4fbab227f7ceb51591e9"><li>Scalability: Trained on a dataset containing 400 million (image, text) pairs scraped from the Internet.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-e596ea0e6af742559c07f66b672ff8c8"><li>Versatility: Supports a variety of vision tasks, such as image retrieval, classification, and generation.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-9ce74f8992bc4f6d8e5ae1507d8c372f"><li>Text-based Control: Users can instruct the model using natural language commands, opening doors to intuitive user interfaces.</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-46eef2e2f6884fc29a09f253b5a483a1"><li>Strong Performance: Demonstrates strong performance on ImageNet zero-shot classification, rivaling fully supervised state-of-the-art models.</li></ol><div class="notion-text notion-block-a6487e5819fe4e2bb2b9c1bfca1e2df6">While CLIP shows great promise, it faces limitations too. Being pre-trained on internet data, the model may pick up harmful biases and associations present online. Additionally, the computational demand involved in training such models remains high, making CLIP less accessible for individuals or organizations with limited resources.</div><div class="notion-text notion-block-f547e6f7d7ba4893ab04180813fd0699">Overall, CLIP symbolizes a step towards bringing together text and images in a seamless manner, revolutionizing the way computers reason about multimodal data. Future developments in this area will bring us closer to more robust AI systems that can effortlessly navigate through complex data environments.</div></div></details></ol></ol><ol start="5" class="notion-list notion-list-numbered notion-block-e0a0dfef42ec47cba943d4d9e161ed9a"><li>What is Ablation Study?(消融实验)</li><ol class="notion-list notion-list-numbered notion-block-e0a0dfef42ec47cba943d4d9e161ed9a"><details class="notion-toggle notion-block-f4cd6d09373746a1a0ce146504463e23"><summary>Description:</summary><div><div class="notion-text notion-block-3c0ac3ed29cf4122bca7a7b1a51021a3">An ablation study is a systematic method for evaluating the necessity and performance of individual components or features in a machine learning model or system. Researchers remove or modify a specific module, parameter, or feature and observe the effect on the overall performance to determine its importance and utility.</div><div class="notion-text notion-block-013d041d0dad43f19860e73514e852b6">By conducting ablation experiments, researchers gain insights into:</div><ol start="1" class="notion-list notion-list-numbered notion-block-e3a18fab4a584dc881b51e75e3a1acda"><li>Contribution of individual components: Determine the impact of removing or tweaking a specific component on the overall performance metric, establishing the significance of the examined element.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-c3808c9d6f334267b732c527c0bcd349"><li>Interactions between components: Study the combined influence of multiple components and their effect on the whole system&#x27;s performance.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-d87cf806852c4b7d8c8132d0e776ed9b"><li>Model robustness: Verify the model&#x27;s sensitivity to changes in specific components, gauging its stability and resilience.</li></ol><div class="notion-text notion-block-5ae376b6a1c4413293d3770c1fe998a8">Common Uses of Ablation Studies:</div><ol start="1" class="notion-list notion-list-numbered notion-block-cde299f4afbf494c903abd7df24692d6"><li>Model Architecture: Investigate the significance of individual layers, units, or architectural choices in neural networks.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-607a8e1955d042beabecf00da0165b96"><li>Hyperparameters: Observe the impact of varying specific hyperparameters, such as learning rates, batch sizes, and regularization coefficients.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-3428383fdf05498c986ece669589ba5c"><li>Loss Functions: Compare the performance of different loss functions, measuring their contribution to the model&#x27;s overall success.</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-c1fd6581f58843b5b7ad21e5f0982388"><li>Regularization techniques: Test the influence of various regularizers, such as L1, L2, Dropout, or batch normalization.</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-b4ba059f84564079afdc046de00e2244"><li>Embedding Spaces: Examine the impact of different embedding spaces, comparing their qualitative and quantitative contributions to the model.</li></ol><div class="notion-text notion-block-41b8f922532048dc9eaf8f151e54481d">Procedure for Ablation Studies:</div><ol start="1" class="notion-list notion-list-numbered notion-block-e2c687792586461d9fed805592fda002"><li>Choose the Component: Define the component or feature to be analyzed and removed or modified.</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-aec09d3846254da5a93132124f1d85ef"><li>Train Baseline Model: Train the baseline model with all components intact. Record its performance on the validation and test datasets.</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-e41146dcfe26440bbfd05f8bb5aa162d"><li>Remove or Modify Component: Make the planned changes to the selected component.</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-6f920a7243b1414380bebcf065eadb60"><li>Retrain Model: Train the adjusted model with changed components. Again, record its performance on the validation and test datasets.</li></ol><ol start="5" class="notion-list notion-list-numbered notion-block-6651f5a45a574a95aea7a41e2ede06d0"><li>Compare Results: Document and analyze the variation in performance between the baseline and modified models. Draw conclusions regarding the importance and utility of the studied component.</li></ol><div class="notion-text notion-block-68ca4a3b5a334920b33468424273e6b3">In summary, ablation studies provide valuable insights into the importance and utility of individual components and features in machine learning models or systems. Systematically removing or altering components reveals their contribution to the overall performance and highlights the robustness of the model. Ultimately, ablation studies help researchers design and engineer more efficient and effective AI systems.</div></div></details></ol></ol><ol start="6" class="notion-list notion-list-numbered notion-block-d4d67d27e11c420f9fc4642e7968218f"><li>PPO (Proximal Policy Optimization)(算法)</li><ol class="notion-list notion-list-numbered notion-block-d4d67d27e11c420f9fc4642e7968218f"><details class="notion-toggle notion-block-f029c10a6ca340239bc5530e3b154a47"><summary>Description:</summary><div><div class="notion-text notion-block-94788941dfce470c8985ce26ad5631db">Proximal Policy Optimization (PPO) is a gradient-based policy optimization algorithm for reinforcement learning problems. Some key things to know about PPO:</div><ul class="notion-list notion-list-disc notion-block-269d7fe4e4a24841843e8192a868c880"><li>PPO is an on-policy algorithm, meaning it uses data collected by the latest policy to update the policy parameters. This provides more stable performance compared to off-policy methods like DDQN.</li></ul><ul class="notion-list notion-list-disc notion-block-d5ee47fdc3d24e628c2eff8f3f5de18e"><li>The goal of PPO is to maximize the probability of actions taken by the policy for each state, while keeping the new policy close to the old one. This helps stabilize training and prevent jumping to poor local optima.</li></ul><ul class="notion-list notion-list-disc notion-block-ff1664697cf045ecb9d7c3eb74b45f9a"><li>It achieves this using a clipped objective function that explicitly limits how much one update can change the policy parameters. This clipping term prevents unconstrained policy updates.</li></ul><ul class="notion-list notion-list-disc notion-block-06fd931bc5c9446096fa581f9392d068"><li>PPO uses several tricks like generalized advantage estimation (GAE) and sampling minibatches to stabilize training and reduce sample complexity compared to vanilla policy gradient methods.</li></ul><ul class="notion-list notion-list-disc notion-block-3ae7e117037a478086f4f1cac4c9af84"><li>It has been shown to achieve state-of-the-art performance on many continuous control and 3D locomotion tasks from OpenAI Gym and Roboschool.</li></ul><ul class="notion-list notion-list-disc notion-block-2db3e50d4f8a44a6889132160dd90d46"><li>PPO is relatively easy to implement and is considered one of the most widely used and effective policy gradient algorithms in practice.</li></ul><ul class="notion-list notion-list-disc notion-block-a4a7d60051834d2695e5b640557c8286"><li>Hyperparameters like clipping range, learning rate, number of epochs, minibatch size require tuning for best results on different tasks.</li></ul><div class="notion-text notion-block-cab833c52d0f41ee924d300d710a404e">So in summary, PPO achieves stable policy improvement through clipped objective training and has become a standard algorithm for continuous control problems.</div></div></details></ol></ol><ol start="7" class="notion-list notion-list-numbered notion-block-f4700522394941c8ad91f2c18172e638"><li><span class="notion-purple">RLHF</span></li><ol class="notion-list notion-list-numbered notion-block-f4700522394941c8ad91f2c18172e638"><details class="notion-toggle notion-block-8893a4ee94d34d0bab9515715b309f34"><summary>Description:</summary><div><div class="notion-text notion-block-fab92a921325459fb5550670b8fd2528">RLHF stands for Reinforcement Learning from Human Feedback. It is a paradigm of reinforcement learning in which a human provides feedback to help the agent learn an optimal policy. This is in contrast to traditional reinforcement learning, where the agent must learn from the environment without any human intervention.</div><div class="notion-text notion-block-9b55357aa5e54576be0a8c7380e61aa9">The goal of RLHF is to enable an agent to learn from human feedback quickly, so that it can perform well on a variety of tasks. This can be achieved in a number of ways, such as:</div><ul class="notion-list notion-list-disc notion-block-ac0e19975e1c46c998bc5448a89f6561"><li>The human can provide positive or negative feedback on the agent&#x27;s actions.</li></ul><ul class="notion-list notion-list-disc notion-block-3f961310794d4546b6c9e67d4eaadebc"><li>The human can provide suggestions for specific actions that the agent should take.</li></ul><ul class="notion-list notion-list-disc notion-block-f1ded4c36dce4a90a4c0ceaf3911bc5a"><li>The human can provide advice on how the agent should trade-off different objectives.</li></ul><div class="notion-text notion-block-2b11ed9417a24fa9b0e26c4c77ac2794">RLHF has been used to solve a variety of tasks, including:</div><ul class="notion-list notion-list-disc notion-block-dbfd43a1da6f4e069cff60d3e796da33"><li>Robot control</li></ul><ul class="notion-list notion-list-disc notion-block-4287352f59414cba882a6413c4b038ec"><li>Natural language processing</li></ul><ul class="notion-list notion-list-disc notion-block-ec213dd7280d4984b5e0080f13926955"><li>Games</li></ul><div class="notion-text notion-block-5d4c74312789454ba98f9dd45662a627">RLHF is an active area of research, and new methods are constantly being developed to improve the agent&#x27;s ability to learn from human feedback.</div><div class="notion-text notion-block-d5905eb4f011451a9c7279a4ee4eca95">Here are some additional details about RLHF:</div><ul class="notion-list notion-list-disc notion-block-0b4d393c7732492ebbdf12c48137b75d"><li>RLHF is often more efficient than traditional reinforcement learning, because the human can provide insights into the agent&#x27;s behavior that would not be available to the agent learning from the environment alone.</li></ul><ul class="notion-list notion-list-disc notion-block-5407e9831c9846688a074d48ff9962fb"><li>RLHF can be used to solve a wider range of tasks, including those that are difficult to solve using traditional reinforcement learning.</li></ul><ul class="notion-list notion-list-disc notion-block-c049cb07aca04e75864b8a2100da0eaf"><li>RLHF is an active area of research, and new methods are constantly being developed to improve the agent&#x27;s ability to learn from human feedback.</li></ul><div class="notion-text notion-block-86afd2693c1b452fb68b616886be8b9b">I hope this helps you to better understand RLHF.</div></div></details></ol></ol><ol start="8" class="notion-list notion-list-numbered notion-block-e431ed74d86c4e3e9cb763b416f7b635"><li>MAE-<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://zhuanlan.zhihu.com/p/446761025">MAE(Masked Autoencoders) - 知乎 (zhihu.com)</a></li></ol><ol start="9" class="notion-list notion-list-numbered notion-block-14b03154008845febb633af80ff2304d"><li>a</li></ol><ol start="10" class="notion-list notion-list-numbered notion-block-d9915baae6b84c5c95ed8667fbe37250"><li>d</li></ol><ol start="11" class="notion-list notion-list-numbered notion-block-059ada0bddaa437ea22aa577eeaabb3e"><li>a</li></ol><ol start="12" class="notion-list notion-list-numbered notion-block-6a397dae8df944eebd3df8795cdf45ff"><li>d</li></ol><ol start="13" class="notion-list notion-list-numbered notion-block-7548eeadf2f447a89ea650ec82ec29d9"></ol><div class="notion-blank notion-block-e213f8c6c0a44d6cb4bf8f32160b4b43"> </div><div class="notion-blank notion-block-11c2c782d33b4c75b22ff090bfee747e"> </div><div class="notion-blank notion-block-a0382f9f5be744c2be494b7f690dd4b0"> </div><div class="notion-text notion-block-1facfbbb26634dbdb1e99b74d33d539a">STF:<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://blog.csdn.net/sinat_39620217/article/details/131751780">人工智能大语言模型微调技术：SFT 监督微调、LoRA 微调方法、P-tuning v2 微调方法、Freeze 监督微调方法_最新微调算法-CSDN博客</a></div><div class="notion-blank notion-block-7bab86b0f4534372824cbee3d2ca12aa"> </div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-737e24f291b644a3b375565ce3c87178"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2Ff341e809-fe61-4dde-a9f8-11e0be64467a%2FUntitled.png?table=block&amp;id=737e24f2-91b6-44a3-b375-565ce3c87178&amp;t=737e24f2-91b6-44a3-b375-565ce3c87178&amp;width=1384&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-8f29e56d12c44781b658b1f7d0dd6e36"> </div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d39e1168cdb3432cb7949fc36325782c"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2Fe5b618aa-474e-4b2d-b2d5-1842f11af602%2FUntitled.png?table=block&amp;id=d39e1168-cdb3-432c-b794-9fc36325782c&amp;t=d39e1168-cdb3-432c-b794-9fc36325782c&amp;width=1241&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-426e08e4c392403ca077cdaa78ed04cd"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2F37a71b21-3916-4292-b85b-e031796dc461%2FUntitled.png?table=block&amp;id=426e08e4-c392-403c-a077-cdaa78ed04cd&amp;t=426e08e4-c392-403c-a077-cdaa78ed04cd&amp;width=1331&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-138e5867acb54883b571476cf0305f2d"> </div><div class="notion-blank notion-block-4ee2c8decbe84ab4be1762a56900f8ba"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3b00f15a68eb412ea527d29bdc757989" data-id="3b00f15a68eb412ea527d29bdc757989"><span><div id="3b00f15a68eb412ea527d29bdc757989" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3b00f15a68eb412ea527d29bdc757989" title="🤗 总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗 总结归纳</span></span></h2><div class="notion-text notion-block-4d49f68e15c74eb08fe7f7ab3b51b4a1">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-5fe0b0083b9d4adc9ea493351cc951b8" data-id="5fe0b0083b9d4adc9ea493351cc951b8"><span><div id="5fe0b0083b9d4adc9ea493351cc951b8" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5fe0b0083b9d4adc9ea493351cc951b8" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-b3ec9972db2e4842b24eb418b5f6f281"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-0d3cc574927d4fe4bd7443e27a694126"><li>引用文章</li></ul><div class="notion-blank notion-block-40f6c5d76df046bc836731265d4f53be"> </div><div class="notion-callout notion-gray_background_co notion-block-712617121fe6415aa68e52ce3393c588"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Huggingface]]></title>
            <link>https://tangly1024.com/article/6fe39d60-4c05-4449-8d9f-d659221af319</link>
            <guid>https://tangly1024.com/article/6fe39d60-4c05-4449-8d9f-d659221af319</guid>
            <pubDate>Wed, 20 Dec 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-6fe39d604c0544498d9fd659221af319"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-blank notion-block-fce1ef6ff3e0445ca911cd5615aed5a9"> </div><div class="notion-callout notion-gray_background_co notion-block-a6bc0e4155da43deb918e6f1add40aff"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">这里写文章的前言：
一个简单的开头,简述这篇文章讨论的问题、目标、人物、背景是什么？并简述你给出的答案。<div class="notion-text notion-block-3a9d87e7f6c340db9ac51db4ff59a505">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-2ceb599c38bb4c8e8abf348dd969cf11"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-872b638d253447e68fcad9079b498662" data-id="872b638d253447e68fcad9079b498662"><span><div id="872b638d253447e68fcad9079b498662" class="notion-header-anchor"></div><a class="notion-hash-link" href="#872b638d253447e68fcad9079b498662" title="📝 1.Huggingface核心模块"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 1.Huggingface核心模块</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2c18abba7c514d69b96656cde6319701" data-id="2c18abba7c514d69b96656cde6319701"><span><div id="2c18abba7c514d69b96656cde6319701" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2c18abba7c514d69b96656cde6319701" title="1.1 NLP通吃"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.1 NLP通吃</span></span></h3><blockquote class="notion-quote notion-block-6c6c704225ea47d4a31c89789bb36a52"><div>NLP</div></blockquote><div class="notion-text notion-block-ecdd3279d38248ed9d08f358d79effe2">NLP要解决的任务：</div><div class="notion-text notion-block-5cecd41fb0594ca9be320c758b3ac256">1.处理文本数据，首先对文本数据进行分词操作</div><div class="notion-text notion-block-b5e1a56867834390b9e7610941d5f551">2.分完的次他还不是字符，计算机还不认识，最终把这些字符</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-098a6e5b9d044ff2abdeb611da242a7b" data-id="098a6e5b9d044ff2abdeb611da242a7b"><span><div id="098a6e5b9d044ff2abdeb611da242a7b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#098a6e5b9d044ff2abdeb611da242a7b" title="1.2"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.2</span></span></h3><blockquote class="notion-quote notion-block-0319b881dd5b4155b0e83bdced771a24"><div>引用的话语</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-0237d6c24c15414d84958c8dc794fbb4" data-id="0237d6c24c15414d84958c8dc794fbb4"><span><div id="0237d6c24c15414d84958c8dc794fbb4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0237d6c24c15414d84958c8dc794fbb4" title="🤗 总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗 总结归纳</span></span></h2><div class="notion-text notion-block-69c690f8e68342688ae95dadbadf05d7">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-4740fbb82e344d818b0930f70cb19226" data-id="4740fbb82e344d818b0930f70cb19226"><span><div id="4740fbb82e344d818b0930f70cb19226" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4740fbb82e344d818b0930f70cb19226" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-ebd37ed017aa40679041e525c118509d"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-af9504ef33ae4a8c8e645aa885e0ff30"><li>引用文章</li></ul><div class="notion-blank notion-block-8659dc13893246889232d6b209f35d3d"> </div><div class="notion-callout notion-gray_background_co notion-block-387c82fb89cc4422b0ae42ef91cda47b"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[DeepLearning]]></title>
            <link>https://tangly1024.com/article/f1b0de8d-14d2-4114-83cf-7106fddba1b5</link>
            <guid>https://tangly1024.com/article/f1b0de8d-14d2-4114-83cf-7106fddba1b5</guid>
            <pubDate>Fri, 15 Dec 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-f1b0de8d14d2411483cf7106fddba1b5"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-cad65874adaa449e8909d01eca63bc59"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">这里写文章的前言：
一个简单的开头,简述这篇文章讨论的问题、目标、人物、背景是什么？并简述你给出的答案。<div class="notion-text notion-block-ba76a387ad4c4ff3895fb369cd932db0">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-118f0e63dab74e9ca2de32652387f626"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-539becffa34f4f548fe8c65345a4b6ad" data-id="539becffa34f4f548fe8c65345a4b6ad"><span><div id="539becffa34f4f548fe8c65345a4b6ad" class="notion-header-anchor"></div><a class="notion-hash-link" href="#539becffa34f4f548fe8c65345a4b6ad" title="📝 主旨内容"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 主旨内容</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-70bb42d7c9f544208f2bd39016631adf" data-id="70bb42d7c9f544208f2bd39016631adf"><span><div id="70bb42d7c9f544208f2bd39016631adf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#70bb42d7c9f544208f2bd39016631adf" title="Python numpy 向量注释"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Python numpy 向量注释</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-b3280cdcaa1a449db461e81057197f3c" data-id="b3280cdcaa1a449db461e81057197f3c"><span><div id="b3280cdcaa1a449db461e81057197f3c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b3280cdcaa1a449db461e81057197f3c" title="神经网络概述"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">神经网络概述</span></span></h3><div class="notion-text notion-block-ed009b89c0e240e3ae85d985e46dfe5f">What is Neural Network?</div><div class="notion-blank notion-block-882f519feda54b898a71022889ee0b7f"> </div><blockquote class="notion-quote notion-block-3a17823dee4a490480093db9a337c409"><div>引用的话语</div></blockquote><div class="notion-blank notion-block-6a4615cbef3b479cbc714e3f31e0927e"> </div><div class="notion-blank notion-block-aa1a5c25a4494df58798151a35e69d53"> </div><div class="notion-blank notion-block-422b602c60124d7195fe99eb18e0a83a"> </div><div class="notion-blank notion-block-8286132924ea4b47af57950accf4826d"> </div><div class="notion-blank notion-block-c4a9ddba5c8a4c9e8bf0d41f50b335e6"> </div><div class="notion-blank notion-block-7faedd3a8b1a40eeaad4e39e9751915c"> </div><div class="notion-blank notion-block-621a078d01374cc0b8ccf5c3d2db8654"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-1a0ec890d69646d38a8e16554e7736af" data-id="1a0ec890d69646d38a8e16554e7736af"><span><div id="1a0ec890d69646d38a8e16554e7736af" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1a0ec890d69646d38a8e16554e7736af" title="What is GNNs?"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">What is GNNs?</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2ea58b49ec7b449387028ca528aee462" data-id="2ea58b49ec7b449387028ca528aee462"><span><div id="2ea58b49ec7b449387028ca528aee462" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2ea58b49ec7b449387028ca528aee462" title="What is RNNs?"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">What is RNNs?</span></span></h3><blockquote class="notion-quote notion-block-1e8cef3e26ee416a8301e2a2247af75b"><div>生词笔记：












</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-fc7c1722e6d1483eb26d54190d7ddc17" data-id="fc7c1722e6d1483eb26d54190d7ddc17"><span><div id="fc7c1722e6d1483eb26d54190d7ddc17" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fc7c1722e6d1483eb26d54190d7ddc17" title="🤗 总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗 总结归纳</span></span></h2><div class="notion-text notion-block-e24d93e7e98c4bf6976ab7fc5a7c0514">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-472f5c4da9424eeb8b2402acd1131b15" data-id="472f5c4da9424eeb8b2402acd1131b15"><span><div id="472f5c4da9424eeb8b2402acd1131b15" class="notion-header-anchor"></div><a class="notion-hash-link" href="#472f5c4da9424eeb8b2402acd1131b15" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-cfd0eb606ff541fa9fdcbc4569bbc603"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-db171f5b39e849c7bf3fd530af30b813"><li>引用文章</li></ul><div class="notion-blank notion-block-da35beeb38e04c0188bf75c466a3f149"> </div><div class="notion-callout notion-gray_background_co notion-block-1b43d1209d68468f86d5af3c9af97c71"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[GitHub-Local for scratchor]]></title>
            <link>https://tangly1024.com/article/96255368-18a2-4d01-8af0-736eecb7d918</link>
            <guid>https://tangly1024.com/article/96255368-18a2-4d01-8af0-736eecb7d918</guid>
            <pubDate>Fri, 15 Dec 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[GitHub：push、clone、pull及多人协作]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-9625536818a24d018af0736eecb7d918"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-998f4a71044a42e89c34dafd4f411e35"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">这里写文章的前言：
一个简单的开头,简述这篇文章讨论的问题、目标、人物、背景是什么？并简述你给出的答案。<div class="notion-text notion-block-3291b00f27ae436c9dc6e550dcb781d4">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-71a329936a2d49b8bef9e3df7507a124"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-d317bf7a3cf54d4ba4e8371cd87d6a71" data-id="d317bf7a3cf54d4ba4e8371cd87d6a71"><span><div id="d317bf7a3cf54d4ba4e8371cd87d6a71" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d317bf7a3cf54d4ba4e8371cd87d6a71" title="📝 1 Install and Pull From Remote Hub"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 1 Install and Pull From Remote Hub</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-bbbbc433f0434858a46dd1556e4b3ee2" data-id="bbbbc433f0434858a46dd1556e4b3ee2"><span><div id="bbbbc433f0434858a46dd1556e4b3ee2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bbbbc433f0434858a46dd1556e4b3ee2" title="1.1 下载安装Git"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.1 <b>下载安装Git</b></span></span></h3><blockquote class="notion-quote notion-block-297916e3b7444866ae17d797a56f090e"><div>引用的话语</div></blockquote><div class="notion-text notion-block-c517954407ed4c149341c9237a172cb6">下载包可以从<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://git-scm.com/download/win">官网</a>下载，嫌速度慢可以在软件管家下载。下载后安装，一直点击next就可以了，选择editor的时候我选择的是visual studio code，如果想知道每一步操作意义的，可以参考<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://www.jianshu.com/p/bebba0d8038e">Git安装教程</a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3f5c19a5fa194b968e7f0485c23b414f" data-id="3f5c19a5fa194b968e7f0485c23b414f"><span><div id="3f5c19a5fa194b968e7f0485c23b414f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3f5c19a5fa194b968e7f0485c23b414f" title="1.2 本地配置Git"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.2 本地<b><b>配置Git</b></b></span></span></h3><blockquote class="notion-quote notion-block-b6233479fabb41d08700c512dead0ba8"><div>本地创建一个文件夹用于本地存储，然后在当前目录右键-’git-bash-here’，然后配置用户名和邮箱，参数–<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://so.csdn.net/so/search?q=global&amp;spm=1001.2101.3001.7020">global</a>意思是全局都使用这个配置，配置命令如下</div></blockquote><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-411ccbe020324610a862c8030c64a223"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:97px"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2F91b77397-8883-4a27-9f78-04020924fb11%2FUntitled.png?table=block&amp;id=411ccbe0-2032-4610-a862-c8030c64a223&amp;t=411ccbe0-2032-4610-a862-c8030c64a223&amp;width=720&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-1fc77fc9f5e748b891d4c9bb1bc44bab" data-id="1fc77fc9f5e748b891d4c9bb1bc44bab"><span><div id="1fc77fc9f5e748b891d4c9bb1bc44bab" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1fc77fc9f5e748b891d4c9bb1bc44bab" title="1.3 将项目clone到本地"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.3 <b><b>将项目clone到本地</b></b></span></span></h3><blockquote class="notion-quote notion-block-551ce50a5f534badaa97eda0c994ffe7"><div>接下来我将项目clone到本地c盘Git目录下。首先在C盘新建一个叫Git文件夹（名字自己随意取）,然后进入到该目录下，最后将项目克隆到本地，命令如下:</div></blockquote><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-a5939b186afa43238e7279d2b64ae5e4"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:672px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2F7b84f2c9-daaf-408f-898f-bafe8fda867f%2FUntitled.png?table=block&amp;id=a5939b18-6afa-4323-8e72-79d2b64ae5e4&amp;t=a5939b18-6afa-4323-8e72-79d2b64ae5e4&amp;width=672&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d60c2f52b38f4a42ac309c3a422bfc58"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:672px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2F3959cabe-25c4-4aa5-8018-b42b0a97dd3d%2FUntitled.png?table=block&amp;id=d60c2f52-b38f-4a42-ac30-9c3a422bfc58&amp;t=d60c2f52-b38f-4a42-ac30-9c3a422bfc58&amp;width=672&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-1448e185637846a89a02d70e7bf68aa6"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-4ef48510422349a59d4dcd37353334d1" data-id="4ef48510422349a59d4dcd37353334d1"><span><div id="4ef48510422349a59d4dcd37353334d1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4ef48510422349a59d4dcd37353334d1" title="📝 2 Push Local To Remote Specific Banch"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 2 Push Local To Remote Specific Banch</span></span></h2><blockquote class="notion-quote notion-block-74749e9f53fe40eebee4d9b3f6d84863"><div>Update remote code (更新远端代码)</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-8e1691a9abd2491a8a2d8226ac1980ad" data-id="8e1691a9abd2491a8a2d8226ac1980ad"><span><div id="8e1691a9abd2491a8a2d8226ac1980ad" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8e1691a9abd2491a8a2d8226ac1980ad" title="2.1 查看所有分支"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.1 查看所有分支</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-9e354451497b4718bdea3a4a4d1e497e" data-id="9e354451497b4718bdea3a4a4d1e497e"><span><div id="9e354451497b4718bdea3a4a4d1e497e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9e354451497b4718bdea3a4a4d1e497e" title="2.2 Push 流程 "><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.2 Push 流程 </span></span></h3><div class="notion-blank notion-block-bff2a2825e9a496fa4d76b4f6e7d9346"> </div><div class="notion-text notion-block-6ac79972d6074dc290f9fae5cc477132"><span class="notion-yellow">git push</span> <span class="notion-blue">远程主机名</span> <span class="notion-teal">本地分支名</span>：<span class="notion-red">远程分支名</span></div><div class="notion-text notion-block-db6fdd1c2a5b45a89e8165018c7e1106">              <span class="notion-blue">URL</span></div><div class="notion-text notion-block-56e6cf29c8784412a58edd9dbb640d47">             <span class="notion-blue">origin</span></div><div class="notion-blank notion-block-4422029a2ccb443a814f43ce0cf3fb83"> </div><div class="notion-blank notion-block-52490265ef1a4a0582db91698a3f25b0"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f03b031516a74d439d467100585b99d6" data-id="f03b031516a74d439d467100585b99d6"><span><div id="f03b031516a74d439d467100585b99d6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f03b031516a74d439d467100585b99d6" title="建议：使用visual studio Code 来操作比较方便"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><span class="notion-orange">建议：使用visual studio Code 来操作比较方便</span></span></span></h3><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-51985fb4ee594c119dc25f0432d1751c" data-id="51985fb4ee594c119dc25f0432d1751c"><span><div id="51985fb4ee594c119dc25f0432d1751c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#51985fb4ee594c119dc25f0432d1751c" title="🤗 总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗 总结归纳</span></span></h2><div class="notion-text notion-block-e37349aa95a14ea4b6e46ebcd7807e0c">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-bba9f4d9745d44f5b6dc43f489155c75" data-id="bba9f4d9745d44f5b6dc43f489155c75"><span><div id="bba9f4d9745d44f5b6dc43f489155c75" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bba9f4d9745d44f5b6dc43f489155c75" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-e4e3e077fa9949a7bf3fc79d9837f61e"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-777909cfbb2e455aaca771e40b19e869"><li>引用文章</li></ul><div class="notion-blank notion-block-f106318a111747ff8a763eeafef96ab4"> </div><div class="notion-callout notion-gray_background_co notion-block-0e07e652452a485a9b8e720c0659c06e"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[高等数学]]></title>
            <link>https://tangly1024.com/article/67c441ba-2b08-4d8c-a0b8-f40af27aff34</link>
            <guid>https://tangly1024.com/article/67c441ba-2b08-4d8c-a0b8-f40af27aff34</guid>
            <pubDate>Sun, 17 Dec 2023 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-67c441ba2b084d8ca0b8f40af27aff34"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-blank notion-block-ad0910465caa4974b9d943a3cb267856"> </div><div class="notion-callout notion-gray_background_co notion-block-5b9e9318c4b04783971446e5969a7810"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">这里写文章的前言：
一个简单的开头,简述这篇文章讨论的问题、目标、人物、背景是什么？并简述你给出的答案。<div class="notion-text notion-block-8f441a9a3a76488ba57c2c213b968c81">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-0c8c22cb3dbb4d9cb882e8cc1bdb287a"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-c6800d497e7d4649837aa9389eaa0b84" data-id="c6800d497e7d4649837aa9389eaa0b84"><span><div id="c6800d497e7d4649837aa9389eaa0b84" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c6800d497e7d4649837aa9389eaa0b84" title="📝 主旨内容"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 主旨内容</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-7d78eb4da2d4464fafd82e252030256e" data-id="7d78eb4da2d4464fafd82e252030256e"><span><div id="7d78eb4da2d4464fafd82e252030256e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7d78eb4da2d4464fafd82e252030256e" title="1.线性函数"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.线性函数</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-d2f41852958b43b7b9f9321deca84c72" data-id="d2f41852958b43b7b9f9321deca84c72"><span><div id="d2f41852958b43b7b9f9321deca84c72" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d2f41852958b43b7b9f9321deca84c72" title="2.simoid function"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.simoid function</span></span></h3><div class="notion-blank notion-block-b4d1293314434f96ae62340393f3ec4f"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f560d8d01c7c42478bb7cbc2dabf0cc3" data-id="f560d8d01c7c42478bb7cbc2dabf0cc3"><span><div id="f560d8d01c7c42478bb7cbc2dabf0cc3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f560d8d01c7c42478bb7cbc2dabf0cc3" title="3."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-62ba2ed202a5453290c0e1cb6a2cc939" data-id="62ba2ed202a5453290c0e1cb6a2cc939"><span><div id="62ba2ed202a5453290c0e1cb6a2cc939" class="notion-header-anchor"></div><a class="notion-hash-link" href="#62ba2ed202a5453290c0e1cb6a2cc939" title="4."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-0d1c5e6663de431db5bc38a1e66eb5a1" data-id="0d1c5e6663de431db5bc38a1e66eb5a1"><span><div id="0d1c5e6663de431db5bc38a1e66eb5a1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0d1c5e6663de431db5bc38a1e66eb5a1" title="5."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">5.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-4d0bea5c0e904ea7b232a462e0b3d15d" data-id="4d0bea5c0e904ea7b232a462e0b3d15d"><span><div id="4d0bea5c0e904ea7b232a462e0b3d15d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4d0bea5c0e904ea7b232a462e0b3d15d" title="6."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">6.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-e6c15986c6fb4790bd4f568d845209ec" data-id="e6c15986c6fb4790bd4f568d845209ec"><span><div id="e6c15986c6fb4790bd4f568d845209ec" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e6c15986c6fb4790bd4f568d845209ec" title="7."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">7.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-4be4259f30fc4e4283a966cc43e01dd7" data-id="4be4259f30fc4e4283a966cc43e01dd7"><span><div id="4be4259f30fc4e4283a966cc43e01dd7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#4be4259f30fc4e4283a966cc43e01dd7" title="8."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">8.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-89512480d8a849a7bc81702d695c37be" data-id="89512480d8a849a7bc81702d695c37be"><span><div id="89512480d8a849a7bc81702d695c37be" class="notion-header-anchor"></div><a class="notion-hash-link" href="#89512480d8a849a7bc81702d695c37be" title="9."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">9.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-fa4d9e06b147467d879ea9c1aa404992" data-id="fa4d9e06b147467d879ea9c1aa404992"><span><div id="fa4d9e06b147467d879ea9c1aa404992" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fa4d9e06b147467d879ea9c1aa404992" title="10."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">10.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-cf777f02ac0440f18bb77e741a52a374" data-id="cf777f02ac0440f18bb77e741a52a374"><span><div id="cf777f02ac0440f18bb77e741a52a374" class="notion-header-anchor"></div><a class="notion-hash-link" href="#cf777f02ac0440f18bb77e741a52a374" title="11."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">11.</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-545e23dc7dcd4e37a619d321298b0020" data-id="545e23dc7dcd4e37a619d321298b0020"><span><div id="545e23dc7dcd4e37a619d321298b0020" class="notion-header-anchor"></div><a class="notion-hash-link" href="#545e23dc7dcd4e37a619d321298b0020" title="12."><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">12.</span></span></h3><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-77cb59820a804f9c995d051e375253ba" data-id="77cb59820a804f9c995d051e375253ba"><span><div id="77cb59820a804f9c995d051e375253ba" class="notion-header-anchor"></div><a class="notion-hash-link" href="#77cb59820a804f9c995d051e375253ba" title="🤗 总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗 总结归纳</span></span></h2><div class="notion-text notion-block-94739f35884d4e8fb7e086d442738dfa">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-d025551fabb04691965a9119b044a76b" data-id="d025551fabb04691965a9119b044a76b"><span><div id="d025551fabb04691965a9119b044a76b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d025551fabb04691965a9119b044a76b" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-08e379b6586345219b5ecbaf87d02b7f"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-d15c5d864bf247f2a4a5bee4bc5f9923"><li>引用文章</li></ul><div class="notion-blank notion-block-4395c53b4b9341f3b01924d45fc22d84"> </div><div class="notion-callout notion-gray_background_co notion-block-0eb050402e1244f08325ce01954e0173"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Transformer]]></title>
            <link>https://tangly1024.com/article/82dee030-b86e-4ea8-9e53-095e43c0e6a8</link>
            <guid>https://tangly1024.com/article/82dee030-b86e-4ea8-9e53-095e43c0e6a8</guid>
            <pubDate>Fri, 15 Dec 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[NLP course]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-82dee030b86e4ea89e53095e43c0e6a8"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-a3e1dd1d1db34f3083c6b408258410e8"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="😀">😀</span></div><div class="notion-callout-text">这里写文章的前言：
一个简单的开头,简述这篇文章讨论的问题、目标、人物、背景是什么？并简述你给出的答案。<div class="notion-text notion-block-99d0e1cb800a40318b4adb9e060b82cd">可以说说你的故事：阻碍、努力、结果成果，意外与转折。</div></div></div><div class="notion-blank notion-block-4cad4a46cd3f47fdabbf3d9e7edf35f6"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-050a238efa1a4ab88e8e782a178c4772" data-id="050a238efa1a4ab88e8e782a178c4772"><span><div id="050a238efa1a4ab88e8e782a178c4772" class="notion-header-anchor"></div><a class="notion-hash-link" href="#050a238efa1a4ab88e8e782a178c4772" title="📝 主旨内容"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝 主旨内容</span></span></h2><div class="notion-blank notion-block-cc4feed427bd4e47b30362dae1a6d95d"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-5ba4395e85664e058d18da207bb90e5f" data-id="5ba4395e85664e058d18da207bb90e5f"><span><div id="5ba4395e85664e058d18da207bb90e5f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5ba4395e85664e058d18da207bb90e5f" title="Introduction
"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">Introduction
</span></span></h2><div class="notion-text notion-block-10e0b2f30d03445ab068bcca60ef55a1">Welcome to the Hugging Face course! This introduction will guide you through setting up a working environment. If you’re just starting the course, we recommend you first take a look at Chapter 1, then come back and set up your environment so you can try the code yourself.</div><div class="notion-text notion-block-56df780c10ed4f03912da6a1ac422dfc">All the libraries that we’ll be using in this course are available as Python packages, so here we’ll show you how to set up a Python environment and install the specific libraries you’ll need.</div><div class="notion-text notion-block-30d439570279420f97371069c9d1099c">We’ll cover two ways of setting up your working environment, using a Colab notebook or a Python virtual environment. Feel free to choose the one that resonates with you the most. For beginners, we strongly recommend that you get started by using a Colab notebook.</div><div class="notion-text notion-block-8ee13f9d6b7c454d8accfb0b64a12008">Note that we will not be covering the Windows system. If you’re running on Windows, we recommend following along using a Colab notebook. If you’re using a Linux distribution or macOS, you can use either approach described here.</div><div class="notion-text notion-block-917cc1b110c545208766520e65401e01">Most of the course relies on you having a Hugging Face account. We recommend creating one now: create an account.</div><div class="notion-text notion-block-c582e3d133884d73a53b6a86f363455d">Using a Google Colab notebook
Using a Colab notebook is the simplest possible setup; boot up a notebook in your browser and get straight to coding!</div><div class="notion-text notion-block-49db563d229547a4a011c8a14a24fcc0">If you’re not familiar with Colab, we recommend you start by following the introduction. Colab allows you to use some accelerating hardware, like GPUs or TPUs, and it is free for smaller workloads.</div><div class="notion-text notion-block-a6b85ce2ba864e809f5c8f9d7aa33061">Once you’re comfortable moving around in Colab, create a new notebook and get started with the setup:</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-b0274719fc3f487f88a88b9ec201ea94"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2Ff86075ea-5e73-4a5f-b58f-4a097dd6a4d5%2FUntitled.png?table=block&amp;id=b0274719-fc3f-487f-88a8-8b9ec201ea94&amp;t=b0274719-fc3f-487f-88a8-8b9ec201ea94&amp;width=1875&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-f0f2df9038d144e88231f3da25e2fb06"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fef7e7405-55ad-4629-bf92-bddaeaf24ce7%2Fd4a506d6-3245-4486-9410-860c05fa1039%2Finstall.gif?table=block&amp;id=f0f2df90-38d1-44e8-8231-f3da25e2fb06&amp;t=f0f2df90-38d1-44e8-8231-f3da25e2fb06&amp;width=1780&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-f1608e5ec2f24e5995c24cd7295e38d6">This installs a very light version of 🤗 Transformers. In particular, no specific machine learning frameworks (like PyTorch or TensorFlow) are installed. Since we’ll be using a lot of different features of the library, we recommend installing the development version, which comes with all the required dependencies for pretty much any imaginable use case:</div><div class="notion-text notion-block-3d619f39276243dca4bfe6eefe96500b">This will take a bit of time, but then you’ll be ready to go for the rest of the course!</div><div class="notion-text notion-block-b13a207dccbc4c76a36349400860593b">Using a Python virtual environment
If you prefer to use a Python virtual environment, the first step is to install Python on your system. We recommend following this guide to get started.</div><div class="notion-text notion-block-733112f4fc494bce9fea77d41a79201a">Once you have Python installed, you should be able to run Python commands in your terminal. You can start by running the following command to ensure that it is correctly installed before proceeding to the next steps: python --version. This should print out the Python version now available on your system.</div><div class="notion-text notion-block-19b7a6b5c45341df9485653986741f5e">When running a Python command in your terminal, such as python --version, you should think of the program running your command as the “main” Python on your system. We recommend keeping this main installation free of any packages, and using it to create separate environments for each application you work on — this way, each application can have its own dependencies and packages, and you won’t need to worry about potential compatibility issues with other applications.</div><div class="notion-text notion-block-d3827d5cdfda4d8bb8cb7e7f33549209">In Python this is done with virtual environments, which are self-contained directory trees that each contain a Python installation with a particular Python version alongside all the packages the application needs. Creating such a virtual environment can be done with a number of different tools, but we’ll use the official Python package for that purpose, which is called venv.</div><div class="notion-text notion-block-e7ba16b2c249488ea92537e8c2988add">First, create the directory you’d like your application to live in — for example, you might want to make a new directory called transformers-course at the root of your home directory:</div><div class="notion-text notion-block-cd0f60e527b346d6a5bd62afec7807c6">From inside this directory, create a virtual environment using the Python venv module:</div><div class="notion-text notion-block-3c83e73e92fa4af096a8d33e13de5fa1">You should now have a directory called .env in your otherwise empty folder:</div><div class="notion-text notion-block-699b907e09064a1388238e0047957188">You can jump in and out of your virtual environment with the activate and deactivate scripts:</div><div class="notion-text notion-block-7e36b2fe0d5247d38d10426334d8f26b">You can make sure that the environment is activated by running the which python command: if it points to the virtual environment, then you have successfully activated it!</div><div class="notion-text notion-block-42bd407e5fbe4c50ad0314e9a6b2379b">Installing dependencies
As in the previous section on using Google Colab instances, you’ll now need to install the packages required to continue. Again, you can install the development version of 🤗 Transformers using the pip package manager:</div><div class="notion-text notion-block-1d8caf4710864915bb0f08b56eea1848">You’re now all set up and ready to go!</div><div class="notion-blank notion-block-c46300c828e946fcb47de29b745e8d27"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-f198b80f45764895a0430424b2054e9c" data-id="f198b80f45764895a0430424b2054e9c"><span><div id="f198b80f45764895a0430424b2054e9c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f198b80f45764895a0430424b2054e9c" title="观点1"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">观点1</span></span></h3><blockquote class="notion-quote notion-block-7caaa1c3e2634fb6b5c437c1fdb9074d"><div>引用的话语</div></blockquote><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2c7c69ea23c94e958d7dd5c2114e4b73" data-id="2c7c69ea23c94e958d7dd5c2114e4b73"><span><div id="2c7c69ea23c94e958d7dd5c2114e4b73" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2c7c69ea23c94e958d7dd5c2114e4b73" title="观点2"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">观点2</span></span></h3><blockquote class="notion-quote notion-block-0b9c62b6c99f44ee8137bef113a67cdc"><div>引用的话语</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-40fad528b838403b900d8bd3a31297d3" data-id="40fad528b838403b900d8bd3a31297d3"><span><div id="40fad528b838403b900d8bd3a31297d3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#40fad528b838403b900d8bd3a31297d3" title="🤗 总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗 总结归纳</span></span></h2><div class="notion-text notion-block-89c896cc8dbc4c678c7ab55e5fad2386">总结文章的内容</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-23fbbd53831b4e0788a3dd03bfa1fa2c" data-id="23fbbd53831b4e0788a3dd03bfa1fa2c"><span><div id="23fbbd53831b4e0788a3dd03bfa1fa2c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#23fbbd53831b4e0788a3dd03bfa1fa2c" title="📎 参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📎 参考文章</span></span></h2><ul class="notion-list notion-list-disc notion-block-98cd69cfd89b407da972f3285b20f14e"><li>一些引用</li></ul><ul class="notion-list notion-list-disc notion-block-553024414b5446bf904b53e3b8379951"><li>引用文章</li></ul><div class="notion-blank notion-block-73057caf79f6494d819250558c580c4b"> </div><div class="notion-callout notion-gray_background_co notion-block-26ae9c77f1f543ea8a7ae030743aa886"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>