Source author record

Kiran Kumar

Kiran Kumar appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
3topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2026arXiv

Semicircle law for multi-parameter random simplicial complexes

In this paper, we consider the multi-parameter random simplicial complex model, which generalizes the Linial-Meshulam model and random clique complexes by allowing simplices of different dimensions to be included with distinct probabilities. For $n,d \in \mathbb{N}$ and $\mathbf{p}=(p_1,p_2,\ldots, p_d)$ such that $p_i \in (0,1]$ for all $1 \leq i \leq d$, the multi-parameter random simplicial complex $Y_d(n,\mathbf{p})$ is constructed inductively. Starting with $n$ vertices, edges (1-cells) are included independently with probability $p_1$, yielding the Erdős-Rényi graph $\mathcal{G}(n,p_1)$, which forms the $1$-skeleton. Conditional on the $(k-1)$-skeleton, each possible $k$-cell is included independently with probability $p_k$, for $2 \leq k \leq d$. We study the signed and unsigned adjacency matrices of $d$-dimensional multi-parameter random simplicial complexes $Y_d(n,\mathbf{p}),$ under the assumptions $\min_{i=1,\ldots d-1}\liminf p_i >0$ and $np_d \rightarrow \infty$ with $p_d=o(1)$. In general, these matrices have random dimensions and exhibit dependency among its entries. We prove that the empirical spectral distributions of both matrices converge weakly to the semicircle law in probability.

preprint2012arXiv

Korovkin results and Frobenius optimal approximants for infinite dimensional bounded linear operators

The classical as well as non commutative Korovkin-type theorems deal with convergence of positive linear maps with respect to modes of convergences such as norm convergence and weak operator convergence. In this article, Korovkin-type theorems are proved for convergence of completely positive maps with respect to weak, strong and uniform clustering of sequences of matrices of growing order. Such modes of convergence were originally considered for Toeplitz matrices (see [23],[26]). As an application, we translate the Korovkin-type approach used in the finite dimensional case, in the setting of preconditioning large linear systems with Toeplitz structure, into the infinite dimensional context of operators acting on separable Hilbert spaces. The asymptotic of these pre-conditioners are obtained and analyzed using the concept of completely positive maps. It is observed that any two limit points of the same sequence of pre-conditioners are the same modulo compact operators. Finally, we prove the generalized versions of the Korovkin type theorems in [23]. Keywords: Completely positive maps, Frobenius norm, Pre-conditioners.

preprint2012arXiv

Map / Reduce Deisgn and Implementation of Apriori Alogirthm for handling voluminous data-sets

Apriori is one of the key algorithms to generate frequent itemsets. Analyzing frequent itemset is a crucial step in analysing structured data and in finding association relationship between items. This stands as an elementary foundation to supervised learning, which encompasses classifier and feature extraction methods. Applying this algorithm is crucial to understand the behaviour of structured data. Most of the structured data in scientific domain are voluminous. Processing such kind of data requires state of the art computing machines. Setting up such an infrastructure is expensive. Hence a distributed environment such as a clustered setup is employed for tackling such scenarios. Apache Hadoop distribution is one of the cluster frameworks in distributed environment that helps by distributing voluminous data across a number of nodes in the framework. This paper focuses on map/reduce design and implementation of Apriori algorithm for structured data analysis.