Thunderbolt looks like USB-C, but there’s a lot more inside.
Intel
Thunderbolt cables are fast and versatile, but they also come at a premium. The newest standard, Thunderbolt 5, can cost several times as much as a basic USB-C cable. Given that they share the same port, you might be confused about why there’s such an extreme price discrepancy. Here’s a quick breakdown.
The hidden tech inside
Intel
There’s a lot of advanced tech inside each cable. For example, Thunderbolt 5 supports up to 80 Gbps of bidirectional data transfer — and can transmit up to 120 Gbps (while receiving at 40 Gbps) in boost mode. That’s fast enough to move 1TB of data in just a few minutes. (With USB 2.0, that same process could take several hours.) Meanwhile, the older Thunderbolt 4 standard supports a (still zippy) 40 Gbps in either direction.
Certified Thunderbolt 5 cables can support 140W charging, with some supporting up to 240W via USB Power Delivery. And Thunderbolt 4 cables commonly support up to 100W of charging.
If you need one cable to handle all your data and power needs, Thunderbolt is the way to go. But at those speeds, even minor interference can mess with the signal. So, longer cables are often “active.” (That means they have IC chips to maintain the integrity of the signal over distances.) That includes retimer chips that clean up and refresh the signal as it travels, so it can arrive clearly at the other end.
The cable itself isn’t doing all of this. (Thunderbolt controllers in the connected computer and accessories handle the heavy lifting.) But the cable has to be engineered to carry those signals without errors.
Relatively speaking, the USB-C cables you have lying around the house are dinosaurs. Many of those only support USB 2.0 speeds. Even USB 3.2 Gen 2 tops out at 10Gbps. That’s plenty for, say, moving some documents, music files or photos, or running a lower-resolution display. But Thunderbolt is data transfer (and overall connectivity) on steroids.
Thunderbolt 5 can output to multiple 8K displays or extremely high-refresh gaming monitors (up to 540Hz). It supports DisplayPort 2.1 and PCI Express Gen 4 — the latter ideal for external GPUs (eGPUs). They’re great for high-speed SSDs, too. And unlike basic cables, you can link multiple Thunderbolt devices in a daisy chain. Part of what you’re paying for is the advanced tech that enables all of that.
Somewhat confusing the matter is USB4, which is partially based on Thunderbolt 3 technology. USB4 can reach 40 Gbps, the same as Thunderbolt 4. And USB4 V2 hits 80 Gbps, matching Thunderbolt 5. The main difference? Well, that brings us to the next point.
Certification costs
Thunderbolt is governed and controlled by Intel. The company developed the standard alongside Apple, with the first consumer cable arriving in 2011. Under Intel’s rules, a cable can’t carry the Thunderbolt name or logo (yes, it’s a lightning bolt) unless it passes a rigorous certification process. Those costs factor into retail prices.
The certification is essentially Intel verifying that the cables will hit their advertised speeds, charge safely at the proper wattage and work reliably with backward compatibility.
On that note, you can buy unofficial Thunderbolt-adjacent cables that might perform just as well as the certified ones. But without Intel’s testing, the unofficial ones aren’t guaranteed to live up to the billing. If you don’t need the full Thunderbolt feature set and are looking to save some money, a USB4 cable from a reputable brand will likely offer the fast charging and high-speed data transfers you’re looking for.
The numbers game
Most people only need simple USB-C cables. Despite what the geekier corners of the internet suggest, your average person doesn’t need to drive multiple high-res displays or connect eGPUs to beef up their gaming laptops. So, naturally, the market is flooded with the slower, simpler kind designed for charging and basic data transfers. The larger market and manufacturing scale combine to drive down costs.
When you add that Economics 101 lesson to the Thunderbolt’s more advanced technology and certification costs, things become a little clearer. Now, at least you know what you’re getting into if you decide to pay several times more for the fast and versatile cable with a lightning logo on it.
Data science is the study of how to gain insightful knowledge from data for business choices, developing strategies, and other reasons utilizing state-of-the-art analytical technologies and scientific ideas. Businesses are becoming aware of its significance: among other things, data science insights assist companies in improving their marketing and sales efforts as well as operational effectiveness. They might eventually give you a competitive edge over other businesses.
Data Science combines a number of fields, including statistics, mathematics, software programming, predictive analytics, data preparation, data engineering, data mining, machine learning, and data visualization. Skilled data scientists are generally responsible for it, however, entry-level data analysts may also be engaged. Additionally, a growing number of firms now depend in part on citizen data scientists, a category that can encompass data engineers, business intelligence (BI) specialists, data-savvy business users, business analysts, and other employees without a formal experience in Data Science.
Become a Data ScienceCertified professional by learning this HKRData Science Training!
What is Linear Algebra
Within Data Science and ML, linear algebra is a field of mathematics that is very helpful. In machine learning, linear algebra is perhaps the most crucial math concept. The vast majority of machine learning models may be written as matrices. A matrix is a common way to represent a dataset. The preprocessing, transformation, and assessment of data and models require linear algebra.
A study of linear algebra may involve the following:
Vectors
Matrices
Transpose of a matrix
The inverse of a matrix
Determinant of a matrix
Trace of a matrix
Dot product
Eigenvalues
Eigenvectors
Why learn Linear Algebra in Data Science?
One of the fundamental building elements of Data Science is linear algebra. Without a solid foundation, you cannot erect a skyscraper, can you? Try to picture this example:
You wish to use Principal Component Analysis to minimize the dimensionality of your data (PCA). If you were unsure of how it would impact your data, how would you choose how many Principal Components to keep? Obviously, in order to make this choice, you must be familiar with the workings of the algorithm.
You will be able to gain a better sense for ML and deep learning algorithms and stop treating them as mysterious black boxes if you have a working knowledge of linear algebra. This would enable you to select suitable hyperparameters and create a more accurate model. Additionally, you would be able to develop original algorithms and algorithmic modifications.
Linear Algebra Applications for Data Scientists
We will now learn more about the most common application of linear algebra for data scientists:
Machine learning: loss functions and recommender systems
Without a question, the most well-known use of artificial intelligence is machine learning (AI). Systems automatically learn and get better with experience employing machine learning algorithms, free from human intervention. In order to detect trends and learn from them, machine learning works by creating programs that access and analyze data (whether static or dynamic). The algorithm can use this expertise to analyze fresh data sets once it has identified relationships in the data. (See this page for more information on how algorithms learn.)
Machine learning uses linear algebra in many different ways, including loss functions, regularization, support vector classification, and plenty more.
Machine learning algorithms function by gathering data, interpreting it, and then creating a model via various techniques. They can then forecast upcoming data queries depending on the outcomes.
Now, we may assess the model’s correctness by utilizing linear algebra, specifically loss functions. In a nutshell, loss functions provide a way to assess the precision of the prediction models. The output of the loss function will be greater if the model is completely incorrect. In contrast, a good model will cause the function to return a lower value.
Modeling a link involving a dependent variable, Y, and numerous independent variables, Xi’s, is known as regression. We attempt to build a line in place on these variables upon plotting these points, and we utilize this line to forecast future values of Xi’s.
The two most often used loss functions are mean squared error and mean absolute error. There are many different forms of loss functions, many of which are more complex than others.
A subset of machine learning known as recommender systems provides consumers with pertinent suggestions based on previously gathered data. In order to forecast what the present user (or a new user) might like, recommender systems employ data from the user’s prior interactions with the algorithm focused on their interests, demographics, and other available data. By tailoring material to each user’s tastes, businesses can attract and keep customers.
The performance of recommender systems depends on two types of data being gathered:
Characteristic data: Knowledge of things, including location, user preferences, and details like their category or price.
User-item interactions: Ratings and the volume of transactions (or purchases of related items).
Artificial intelligence’s Natural Language Processing (NLP) field focuses on how to connect with people through natural language, most frequently English. Applications for NLP encompass textual analysis, speech recognition, and chatbot.
Applications such as Grammarly, Siri, and Alexa are all based on the concept of NLP.
Word embedding
Text data cannot be understood by computers, not by its own. We use NLP algorithms on text since we need to mathematically express the test data. The use of algebra is now necessary. A sort of word representation known as word embedding enables ML algorithms to comprehend terms with comparable meanings.
With the backdrop of the words still intact, word embeddings portray words as vectors of numbers. These representations are created using the language modeling learning technique of training various neural networks on a huge corpus of text. Word2vec is among the more widely used word embedding methods.
Computer vision: image convolution
Using photos, videos, and deep learning models, the artificial intelligence discipline of computer vision teaches computers to comprehend and interpret the visual environment. This enables algorithms to correctly recognize and categorize items.
In applications like image recognition as well as certain image processing methods like image convolution and image representation like tensors, we utilize linear algebra in computer vision.
Image Convolution
Convolution results from element-wise multiplying two matrices and then adding them together. Consider the image as a large matrix and the kernel (i.e., convolutional matrix) as just a tiny matrix used for edge recognition, blurring, as well as related image processing tasks. This is one approach to conceiving image convolution. As a result, this kernel slides over the image from top to bottom and from left to right. While doing so, it performs arithmetic operations at every image’s (x, y) location to create a distorted image.
Different forms of image convolutions are performed by various kernels. Square matrices are always used as kernels. They are frequently 3×3, however, you can change the form depending on the size of the image.
Acquire Data Science with R certification by enrolling in the HKR Data Science with R Training program in Hyderabad!
Subscribe to our YouTube channel to get new updates..!
Where do we use linear algebra in Data Science?
Data Scientists often make use of Linear Algebra for various applications including:
Vectorized Code: To create vectorized codes that are relatively more effective than their non-vectorized counterparts, linear algebra is helpful. This is so that results from vectorized codes can be produced in a single step instead of results from non-vectorized codes, which frequently involve numerous steps and loops.
Dimensionality Reduction: In the preparation of data sets required for machine learning, dimensionality reduction is a crucial step. This is particularly true for big data sets or those with many attributes or dimensions. Many of these characteristics may occasionally have a strong correlation with one another.
The speed and effectiveness of the ML algorithm are improved by doing dimensionality reduction on a big data set. This is due to the fact that the algorithm only needs to consider a small number of features before producing a forecast.
Linear Algebra for Data Preprocessing – Linear algebra is used for data preprocessing in the following way:
Import the required libraries for linear algebra such as NumPy, pandas, pylab, seaborn, etc.
Read datasets and display features
Define column matrices to perform data visualization
Covariance Matrix– One of the most crucial matrices in Data Science and ML is the covariance matrix. It offers details on the co-movement (correlation) of characteristics. We can create a scatter pair plot to see how the features are correlated. One could construct the covariance matrix to determine the level of multicollinearity or correlation between characteristics. The covariance matrix could be written as a symmetric and real 4 x 4 matrix. A unitary transformation, commonly known as a Principal Component Analysis (PCA) transformation, can be used to diagonalize this matrix. We note that the sum of the diagonal matrix’s eigenvalues equals the total variance stored in features because the trace of a matrix stays constant during a unitary transformation.
Linear Discriminant Analysis Matrix – The Linear Discriminant Analysis (LDA) matrix is another illustration of a realistic and symmetrical matrix in Data Science. This matrix could be written as follows
where SW stands for the scatter matrix within the feature and SB for the scatter matrix between the feature. It implies that L is real and symmetric because the matrices SW & SB are also realistic and symmetrical. A feature subspace with improved class separability and decreased dimensionality is created by diagonalizing L. So, whereas PCA is not a supervised method, LDA is.
Data Science Certification Training
Weekday / Weekend Batches
Conclusion
Often a skipped-over concept due to premeditated assumptions of difficulty, a good hold over linear algebra could help build a crucial foundation for those aspiring to have flourishing careers in Data Science.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.