Home > Catalogue > Magnetic Components > Specialty Transformers> HAHN

Specialty Transformers

Results:
Specialty Transformers Results:
Filter Results: -1/11
Comprehensive
Price Priority
Stock Priority
Image
Part Number
Manufacturer
Description
Availability
Unit Price
Quantity
Operation
BV EI 304 2818
HAHN
Printed-Circuit-Board Transformers
Quantity: 100
Ship Date: 10-15 working days
50+ $12.9456
100+ $12.816
150+ $12.456
250+ $9.1008
500+ $5.9472
1000+ $3.1248
5000+ $2.7216
- +
x $12.9456
Ext. Price: $647.28
MOQ: 50
Mult: 50
SPQ: 50
BV EI 306 2065
HAHN
Printed-Circuit-Board Transformers
Quantity: 300
Ship Date: 10-15 working days
100+ $4.0608
200+ $4.0176
450+ $3.888
- +
x $4.0608
Ext. Price: $609.12
MOQ: 150
Mult: 50
SPQ: 50
BV EI 304 2089
HAHN
Printed-Circuit-Board Transformers
Quantity: 200
Ship Date: 10-15 working days
25+
100+ $9.3744
200+ $9.1008
250+ $7.2432
500+ $5.4864
1000+ $3.672
5000+ $3.3408
- +
x $9.3744
Ext. Price: $937.44
MOQ: 100
Mult: 50
SPQ: 50
BV EI 305 2100
HAHN
Printed-Circuit-Board Transformers
Quantity: 950
Ship Date: 10-15 working days
23+
100+ $5.2272
150+ $5.1696
350+ $5.0112
- +
x $5.2272
Ext. Price: $522.72
MOQ: 100
Mult: 50
SPQ: 50
BV EI 306 3596
HAHN
Printed Circuit-Board Transformers
Quantity: 700
Ship Date: 10-15 working days
23+
150+ $2.4912
350+ $2.4336
750+ $2.2896
- +
x $2.4912
Ext. Price: $498.24
MOQ: 200
Mult: 50
SPQ: 50
BV EI 306 2103
HAHN
Printed-Circuit-Board Transformers
Quantity: 12
Ship Date: 10-15 working days
50+ $13.4784
100+ $13.3488
150+ $12.9744
250+ $9.7632
500+ $6.6672
1000+ $4.032
5000+ $3.6288
- +
x $13.4784
Ext. Price: $673.92
MOQ: 50
Mult: 50
SPQ: 50
BV EI 301 3584
HAHN
Printed-Circuit-Board Transformers
Quantity: 20
Ship Date: 10-15 working days
100+ $7.8192
250+ $5.904
500+ $4.3632
1000+ $3.5712
5000+ $2.9088
- +
x $7.8192
Ext. Price: $781.92
MOQ: 100
Mult: 50
SPQ: 50
BV EI 662 1089
HAHN
EI 66 PRINTETD CIRCUIT-BOARD TRANSFORMERS, OUTPUT CAPACITY UP TO 50 VA
Quantity: 4
Ship Date: 10-15 working days
9+ $37.1232
27+ $36.7488
45+ $35.6976
252+ $29.6064
504+ $23.8752
1008+ $18.5472
5004+ $18
- +
x $37.1232
Ext. Price: $668.21
MOQ: 18
Mult: 9
SPQ: 9
BV EI 306 3367
HAHN
Printed Circuit-Board Transformers
Quantity: 50
Ship Date: 10-15 working days
25+
100+ $4.1328
200+ $4.0896
400+ $3.96
5000+ $3.5568
- +
x $4.1328
Ext. Price: $619.91
MOQ: 150
Mult: 50
SPQ: 50
BV EI 306 3603
HAHN
Power Transformer 3.6VA 10 Terminal Pin Thru-Hole
Quantity: 3
Ship Date: 10-15 working days
24+
50+ $9.72
100+ $9.6336
200+ $9.4032
250+ $7.4016
500+ $5.5872
1000+ $4.0896
5000+ $3.672
- +
x $9.72
Ext. Price: $486.00
MOQ: 50
Mult: 50
SPQ: 50
BV EI 302 2025
HAHN
EI 30 TRANSFORMERS CLASS F
Quantity: 0
Ship Date: 10-15 working days
100+ $3.3696
250+ $3.3264
500+ $3.2256
5000+ $2.8368
- +
x $3.3696
Ext. Price: $505.44
MOQ: 150
Mult: 50
SPQ: 50

Specialty Transformers

Other Transformers refers to a class of neural network architectures that extend the capabilities of the original Transformer model, which was introduced in the paper "Attention Is All You Need" by Vaswani et al. in 2017. The original Transformer model revolutionized the field of natural language processing (NLP) with its use of self-attention mechanisms to process sequences of data, such as text or time series.

Definition:
Other Transformers are variations or extensions of the basic Transformer architecture, designed to address specific challenges or to improve performance in various tasks. They often incorporate additional layers, attention mechanisms, or training techniques to enhance the model's capabilities.

Functions:
1. Enhanced Attention Mechanisms: Some Transformers introduce new types of attention, such as multi-head attention, which allows the model to focus on different parts of the input sequence simultaneously.
2. Positional Encoding: To preserve the order of sequence data, positional encodings are added to the input embeddings.
3. Layer Normalization: This technique is used to stabilize the training of deep networks by normalizing the inputs to each layer.
4. Feedforward Networks: Each Transformer layer includes a feedforward neural network that processes the attention outputs.
5. Residual Connections: These connections help in training deeper networks by adding the output of a layer to its input before passing it to the next layer.

Applications:
- Natural Language Understanding (NLU): For tasks like sentiment analysis, question answering, and text classification.
- Machine Translation: To translate text from one language to another.
- Speech Recognition: Transcribing spoken language into written text.
- Time Series Analysis: For forecasting and pattern recognition in sequential data.
- Image Recognition: Some Transformers have been adapted for computer vision tasks.

Selection Criteria:
When choosing an Other Transformer model, consider the following:
1. Task Specificity: The model should be suitable for the specific task at hand, whether it's translation, summarization, or classification.
2. Data Size and Quality: Larger and more diverse datasets may require more complex models.
3. Computational Resources: More sophisticated models require more computational power and memory.
4. Training Time: Complex models may take longer to train.
5. Performance Metrics: Consider the model's performance on benchmarks relevant to your task.
6. Scalability: The model should be able to scale with the size of the data and the complexity of the task.

In summary, Other Transformers are a diverse family of models that build upon the foundational concepts of the original Transformer to address a wide range of challenges in machine learning and artificial intelligence. The choice of a specific model depends on the requirements of the task, the available data, and the computational resources.
Please refer to the product rule book for details.