Skip to content

Commit 68e8463

Browse files
Merge branch 'main' into patch-1
2 parents 5eecb66 + 3cbc708 commit 68e8463

13 files changed

Lines changed: 73 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "faraday", "2.14.0"
3+
gem "faraday", "2.14.1"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
66
gem "json", "2.18.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
ffi (>= 1.15.0)
4242
eventmachine (1.2.7)
4343
execjs (2.10.0)
44-
faraday (2.14.0)
44+
faraday (2.14.1)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -366,7 +366,7 @@ PLATFORMS
366366
x86_64-linux-musl
367367

368368
DEPENDENCIES
369-
faraday (= 2.14.0)
369+
faraday (= 2.14.1)
370370
faraday-retry (= 2.4.0)
371371
fastimage
372372
github-pages (~> 232)

collections/clean-code-linters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ items:
3939
- nicklockwood/SwiftFormat
4040
- super-linter/super-linter
4141
- stylelint/stylelint
42+
- agent-sh/agnix
4243
display_name: Clean code linters
4344
created_by: holman
4445
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: Adversarial attacks
3+
short_description: Adversarial attacks craft perturbed inputs to mislead machine learning models into producing incorrect outputs.
4+
topic: adversarial-attacks
5+
wikipedia_url: https://en.wikipedia.org/wiki/Adversarial_machine_learning
6+
---
7+
Adversarial attacks are techniques that craft intentionally perturbed inputs to mislead machine learning models into producing incorrect outputs. They are central to research in AI robustness, security, and trustworthiness.

topics/deep-learning/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
aliases: deeplearning, deep-learning-tutorial, deep-learning-algorithms, deep-learning-papers
33
display_name: Deep learning
4-
short_description: Deep Learning is an artificial neural network composed of many
5-
layers.
4+
short_description: Deep learning is a subset of machine learning that uses multi-layered neural networks to learn representations from data.
65
topic: deep-learning
76
wikipedia_url: https://en.wikipedia.org/wiki/Deep_learning
87
---
9-
Deep learning is an AI function and a subset of machine learning, used for processing large amounts of complex data. Deep learning can automatically create algorithms based on data patterns.
8+
Deep learning is a subset of machine learning that uses artificial neural networks with multiple layers to automatically learn hierarchical representations from data. It powers modern breakthroughs in computer vision, natural language processing, speech recognition, and generative AI.

topics/imagenet/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: ImageNet
3+
short_description: ImageNet is a large-scale visual database of labeled images organized according to the WordNet hierarchy.
4+
topic: imagenet
5+
wikipedia_url: https://en.wikipedia.org/wiki/ImageNet
6+
---
7+
ImageNet is a large-scale visual database of labeled images organized according to the WordNet hierarchy. It has been a foundational benchmark for evaluating image classification and object recognition models in computer vision.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: Reinforcement learning
3+
short_description: Reinforcement learning is a machine learning paradigm where agents learn optimal behavior through environment interaction.
4+
topic: reinforcement-learning
5+
wikipedia_url: https://en.wikipedia.org/wiki/Reinforcement_learning
6+
---
7+
Reinforcement learning is a machine learning paradigm focused on sequential decision-making, in which an autonomous agent learns optimal behavior by interacting with a dynamic environment to maximize cumulative reward signals.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: Representation learning
3+
short_description: Representation learning is a set of machine learning techniques that automatically discover meaningful features from raw data.
4+
topic: representation-learning
5+
wikipedia_url: https://en.wikipedia.org/wiki/Feature_learning
6+
---
7+
Representation learning is a set of techniques in machine learning that automatically discover compact and meaningful features from raw data. It underpins modern advances in natural language processing, computer vision, and speech recognition.

topics/transformer/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
display_name: Transformer
3+
short_description: A transformer is a deep learning architecture based on self-attention mechanisms, designed to process sequential data in parallel.
4+
topic: transformer
5+
wikipedia_url: https://en.wikipedia.org/wiki/Transformer_(deep_learning_architecture)
6+
---
7+
A transformer is a deep learning architecture based on self-attention mechanisms, designed to process sequential data in parallel. Transformers are the foundation of modern large language models and are widely used in natural language processing, computer vision, and generative AI.

topics/tumblr/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
created_by: Tumblr
3+
display_name: Tumblr
4+
logo: tumblr.png
5+
released: 2007
6+
short_description: Microblogging and social networking platform.
7+
topic: tumblr
8+
url: https://www.tumblr.com
9+
---
10+
11+
Tumblr is a microblogging and social networking platform that allows users to publish multimedia content through customizable blogs.
12+
13+
Projects in this topic include tools and libraries for:
14+
15+
- Tumblr API integrations
16+
- Tumblr theme development
17+
- blog automation
18+
- analytics and scraping tools

0 commit comments

Comments
 (0)