TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About vector
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gopi Chand (16)
Abhishek Yadav (8)
Suraj Kumar (3)
Ashish Bhatnagar (2)
Dhanush K (2)
Charles Petzold (2)
Abhimanyu K Vatsa (2)
Ibrahim Ersoy (2)
Shanuka Maheshwaran (1)
John Morehouse (1)
Vignesh Kumar (1)
Vinodh Kumar (1)
Aman Gupta (1)
Vinoth Rajendran (1)
Kautilya Utkarsh (1)
Sandeep Mishra (1)
Punar Dutt Rajput (1)
Vipin Kumar (1)
Anupam Maiti (1)
CSharp TV (1)
Swesh S (1)
Shweta Lodha (1)
Jake Creasy (1)
Priyanshu Agnihotri (1)
Pavankumar (1)
Suyog Patil (1)
Rohit Gupta (1)
Guest User (1)
Christy Abraham Joy (1)
Sanjay Singh (1)
Sourabh Somani (1)
Mahak Gupta (1)
Abhishek Dubey (1)
Vivek Sharma (1)
Sonakshi Singh (1)
Manoj Singh Panwar (1)
Mahesh Chand (1)
Ariel Keselman (1)
Related resources for vector
No resource found
What is Azure Offensive Security
11/3/2024 4:17:28 AM.
Azure Offensive Security focuses on proactively testing and strengthening the security of Azure environments. It uses tools like Microsoft Defender for Cloud, Azure Sentinel, and Threat Modeling to id
Implement a RAG Solution Using Azure SQL Database
11/1/2024 11:03:43 PM.
In this brief video I walk you through the components of retrieval augmented generation (RAG). I talk about embeddings and vectors and even show you how they are created. Finally, I'll show you
Encryption and Decryption using AES (Symmetric) in Angular
8/30/2024 5:01:16 AM.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm used for secure data transmission. Implement AES in Angular using the crypto-js library, supporting modes like CBC, ECB, and CTR,
Vector Database Internals: In a Layman's Perspective
8/29/2024 5:50:04 AM.
A vector database stores and manages data as vectors—lists of numbers representing features of items. It excels in handling unstructured data like images and text by using vector embeddings generated
Java 21: The Latest Features and Improvements
7/26/2024 4:11:18 AM.
Java 21 introduces significant enhancements including Pattern Matching for Switch, Record Patterns, and String Templates. It also features Sequenced Collections, Virtual Threads, and Scoped Values, st
Vector Class and the Stack Class in Java Collections
7/19/2024 6:24:12 AM.
The Vector and Stack classes in Java Collections Framework provide essential tools for managing dynamic arrays and last-in, first-out (LIFO) stacks, respectively.
Exploring GraphRAG in Large Language Models
7/10/2024 12:34:51 AM.
RAG (Retrieval-Augmented Generation) enhances language models by retrieving and integrating up-to-date information from documents, improving response accuracy and relevance. GraphRAG further utilizes
Principle Component Analysis
6/5/2024 11:10:34 AM.
Principal Component Analysis is a powerful tool in the arsenal of data scientists and researchers. It simplifies complex datasets, enhances visualization, reduces noise, and improves the efficiency of
Use Of If Statement In R
5/7/2024 10:25:14 AM.
Explore the versatile use of if statements in R for decision-making and control flow. Learn how to implement conditional logic, perform data filtering, and drive program behavior based on logical test
Preventing XSS in AJAX Web Apps: Best Practices & Prevention
4/30/2024 9:30:39 AM.
Explore the risks of XSS (Cross-Site Scripting) in AJAX (Asynchronous JavaScript and XML) interactions. Understand how malicious scripts can exploit client-side vulnerabilities, necessitating robust i
Learn About Collections in Rust
4/17/2024 7:41:13 AM.
In this article, we will explore all types of collections in the Rust Programming Language. Collections are essential in Rust for efficient data management. Arrays hold fixed-size elements, vectors of
How to Create Custom Icons Using Font Awesome
4/10/2024 10:51:42 AM.
Learn how to enhance your web design by creating custom icons using Font Awesome. Font Awesome offers a vast library of scalable vector icons that can be customized to suit your website's aestheti
Support Vector Machines (SVM) In Machine Learning
3/20/2024 11:14:20 AM.
Support Vector Machines (SVM) is a powerful supervised machine learning algorithm for classification and regression tasks. It finds a hyperplane that separates data points belonging to different class
Vector Similarity Search in Azure Cosmos DB for PostgreSQL with pgvector & Azure AI Vision
3/14/2024 4:31:40 AM.
In this session, we will discuss about vector search with Azure AI Vision and Azure Cosmos DB for PostgreSQL.
What is Text Analysis in Artificial Intelligence
11/2/2023 4:19:28 AM.
what is text analysis in AI, what are the techniques available in the text analaysis, how it would be beneficial to the business, the number of use cases available for the text analaysis and finally t
How to Integrate OpenAI With Azure Cognitive Search (Vector Search)
10/31/2023 4:43:32 AM.
This article explains about how one can use Azure Cognitive Search with OpenAI. Your article provides a detailed explanation of how to use Azure Cognitive Search in conjunction with OpenAI, emphasizin
Data Structures in R Programming
9/25/2023 3:59:10 AM.
In this guide, we'll explore the various data structures in the R language. Provided with syntax examples and illustrate how each data structure is used in practical scenarios in detail.
Vectors in R Programming
9/21/2023 4:44:22 AM.
In this comprehensive guide, we'll look into the vectors in R program. We'll start by defining what vectors are, explore the various types of vectors, examine the syntax for creating and manip
Data in High Dimensions: Unveiling the Potential of Vector Databases
8/30/2023 10:51:05 AM.
Unlock the potential of high-dimensional data with vector databases. Discover how these specialized databases revolutionize image recognition, recommendation systems, and natural language processing.
Text Embedding Models In LangChain
8/23/2023 11:02:38 AM.
Text embedding models are a way of transforming text into numerical representations, or embeddings, that can be used for various natural language processing tasks.
Vector databases for Azure Open AI Embeddings Storage
8/22/2023 9:25:14 AM.
This article will cover Vector Databases for Azure Open AI Embeddings Storage.
Add High Quality Vector(SVG)Images in Power Apps
11/23/2022 6:50:38 AM.
Using Vector(SVG) mages instead of images to retain the image quality on relative UI for Power Apps
The Uses Of BitSet Class In Java
6/19/2022 7:53:38 AM.
A BitSet class creates a special type of array that holds the bit values.
How To Create Subsets Of Data Using Logical Values In R
2/17/2021 4:50:21 PM.
In this article, I am going to demonstrate how to create subsets of data using logical values.
How To Create Subsets Using Negative Numerical Data In R
2/12/2021 2:22:35 PM.
In this article, I am going to demonstrate how to create subsets of data using negative numerical values for analysis of dataset.
How To Create Subsets Using Positive Numbers In R
2/9/2021 2:33:12 PM.
In this article, I am going to demonstrate how to create subsets of data using positive numbers for analysis of dataset.
How To Create A Blank Subset Of Data In R
2/8/2021 3:36:47 PM.
In this article, I demonstrated how to create a blank subset of a dataset.
What is Support Vector Machine?
2/3/2021 5:09:15 AM.
In this article, you will learn about Support Vector Machine.
Use Of Vector Datatype In R
12/5/2020 4:59:13 PM.
In this article, I discussed the vector datatype in R.
Factors In R
11/28/2020 12:29:06 PM.
In this article, I demonstrate how to create factors in R using R console and performing various operations on a factor.
Matrices In R
11/13/2020 6:13:10 PM.
In this article I am going to demonstrate how to create a matrix and perform various operation on a matrix.
Arithmetic Operation On Vector In R - Adding Vectors In R With Example
6/22/2020 1:20:24 AM.
In this article we shall learn how to perform arithmetic operation addition on vector in R language
Voice of a Developer: JavaScript Vector Programming - Part 37
6/8/2020 5:34:42 AM.
In this article you will learn about JavaScript Vector Programming.
Two Class Support Vector Machine
1/22/2020 3:07:39 PM.
An overview of Two Class Support Vector Machine. Two-Class Support Vector Machine is used to create a model that is based on the Support Vector Machine Algorithm.
Scalable Vector Graphics - Filters 3
1/20/2020 11:05:37 AM.
This article is an explanation of the SVG filter known as “Drop Shadow”.
Scalable Vector Graphics - Filters 2
1/20/2020 10:57:20 AM.
This article explains the one filter elements known as SVG blur effects.
Scalable Vector Graphics - Filters 1
1/20/2020 10:44:55 AM.
This article provides an introduction to SVG filters in HTML 5.
Scalable Vector Graphics - Text 2
1/20/2020 10:39:25 AM.
This article provides further explanations of SVG Text.
Scalable Vector Graphics - Text 1
1/20/2020 10:33:55 AM.
This article explains the SVG simple and various texts used in HTML 5.
Scalable Vector Graphics - Path 3
1/15/2020 5:23:43 PM.
The article explains curves in SVG Path used in HTML 5 with suitable examples.
Scalable Vector Graphics - Path 1
1/15/2020 4:23:16 PM.
This article explains some parts of SVG Path used in HTML 5 by illustrating good examples for easy understand.
Scalable Vector Graphics - Polygon
1/15/2020 4:11:28 PM.
This article explains SVG polygons used in HTML 5 in details.
Scalable Vector Graphics - Polyline
1/15/2020 4:02:40 PM.
This article explains SVG polyline in detail with some simple examples. It is used to draw open shapes without closing itself like polygons.
Scalable Vector Graphics - Line
1/15/2020 2:58:35 PM.
In this article we will learn about the Scalable Vector Graphics line used in HTML5.
Scalable Vector Graphics - Ellipse
1/15/2020 2:52:37 PM.
The article provides a detailed description of SVG Ellipses using basic and advanced examples.
Scalable Vector Graphics - Circle
1/15/2020 2:47:59 PM.
This article explains SVG circles in detail with some simple examples.
Scalable Vector Graphics - Rectangle
1/15/2020 2:26:39 PM.
This article is about a detailed explanation of SVG rectangles of various types.
Overview of Scalable Vector Graphics (SVG)
1/15/2020 2:10:52 PM.
This article provides an overview of Scalable Vector Graphics (SVG).
SVG Overview in HTML5
1/8/2020 11:59:42 PM.
This article will provide some light on a tag of HTML5 named SVG. SVG stands for “Scalable Vector Graphics”.
Scalable Vector Graphics (SVG) in HTML5
1/7/2020 5:18:51 AM.
This article is about Scalable Vector Graphics (SVG) in HTML5.
SVG in HTML5
12/2/2019 4:40:20 AM.
SVG means Scalable Vector Graphics. It is used to define vector based graphics. HTML5 has support for inline SVG.
Vector Class in Java
9/12/2019 2:48:10 AM.
This article explains all constructors and methods of the vector class including examples.
Unity Vectors And Input Methods
8/1/2019 6:26:48 AM.
In this tutorial, we will learn about Unity vectors, predefined methods, and input methods.
Arithmetic Operation On Vector In R - Multiplication Of Vectors In R With Example
6/28/2018 9:47:38 AM.
In this article, we shall discuss how multiplication of vectors works in R Studio.
Vector In R - A Practical Approach For Creating And Using Vector In R Language
6/14/2018 12:40:09 PM.
In this example we shall do some practical by of executing R code in R studio editor.
Scalable Vector Graphics - Filters 4
6/17/2016 2:28:10 AM.
This article will give a detailed explanation of another SVG filter known as “Blend filter”.
Scalable Vector Graphics - Path 2
7/31/2015 7:12:47 AM.
This article explains another part of SVG path used in HTML5 with various examples.
Two-dimensional computer graphics or vector graphics in Silverlight for Windows Phone 7
5/20/2012 6:54:58 AM.
Vector graphics is the visual realization of analytic geometry. Two-dimensional coordinate points in the form (x, y) define straight lines and curves. In Silverlight, these curves can be arcs on the circumference of an ellipse or Bezier curves, either in the customary cubic form or in a simplified quadratic form.
Working with Vector Graphics on a Bitmap, Images and Tombstoning for Windows Phone 7
5/20/2012 6:49:11 AM.
WriteableBitmap does not including any facility to save bitmaps. However, the WriteableBitmap class does give you access to all the pixels that define the bitmap. Only one pixel format is supported, where each pixel is a 32-bit value.
Humanoid Robot Eyes: Part 1
1/23/2012 1:59:33 AM.
This is a part of a short series covering information about humanoid robot eyes.
Adding vector objects to the artboard in Expression Blend
11/2/2011 8:36:38 AM.
This article gives a clear view of adding vector objects to the artboard with in Blend.
Vector Graphics vs Raster Graphics in XAML Silverlight
4/22/2011 11:30:04 AM.
In this article, you will learn the differences between Vector Graphics and Raster Graphics.
Working with Linear/Radial Gradients and Gradient Vector Transform in XAML Silverlight
4/21/2011 3:58:57 PM.
In this article, you will learn about Linear/Radial Gradients and Gradient Vector Transform in XAML Silverlight.
How To Use Vector3 in XNA
8/11/2010 1:27:11 AM.
In this article I will explain all about Vector3.
How to use Vector2 in XNA
8/10/2010 6:46:29 AM.
In this article I will be talking about Vector2.
Working with Images in GDI+
12/3/2009 5:23:39 AM.
In this article I will explain about working with images in GDI+.
Rotating a 3D Cube and Sphere with GDI+
12/26/2005 6:04:49 AM.
This program rotates a 3d cube and a sphere with GDI+.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download