-
arXiv:2407.12839 [pdf, ps, other]
A Formal Analysis of Iterated TDD
Abstract: In this paper we formally analyze the software methodology called (iterated) Test Driven Development (TDD). We formally define Specification, Software, Testing, Equivalence Partitions, Coupling, to argue about the nature of the software development in terms of TDD. We formalize Iterative TDD and find a context in which iterated TDD ``provably produce'' ``provably correct code'' from ``specificatio… ▽ More
Submitted 4 July, 2024; originally announced July 2024.
Comments: To be submitted to IEEE Transactions on Software Engineering
MSC Class: Primary 68N30; Secondary 37B99; 68Q99; 93C99; 93D99; 68Q30.93D99; 68Q30
-
arXiv:2205.06470 [pdf, ps, other]
A class of few-Lee weight $\mathbb{Z}_2[u]$-linear codes using simplicial complexes and minimal codes via Gray map
Abstract: Recently some mixed alphabet rings are involved in constructing few-Lee weight additive codes with optimal or minimal Gray images using suitable defining sets or down-sets. Inspired by these works, we choose the mixed alphabet ring $\mathbb{Z}_2\mathbb{Z}_2[u]$ to construct a special class of linear code $C_L$ over $\mathbb{Z}_2[u]$ with $u^2=0$ by employing simplicial complexes generated by a sin… ▽ More
Submitted 5 June, 2022; v1 submitted 13 May, 2022; originally announced May 2022.
Comments: 12 pages, size of code is changed in Theorem 3.2, proposition 4.1 is added, some examples are added in both section 3 and 4
MSC Class: 94B05; 94A62
-
arXiv:2011.13832 [pdf, ps, other]
Supervised Text Classification using Text Search
Abstract: Supervised text classification is a classical and active area of ML research. In large enterprise, solutions to this problem has significant importance. This is specifically true in ticketing systems where prediction of the type and subtype of tickets given new incoming ticket text to find out optimal routing is a multi billion dollar industry. In this paper authors describe a class of industria… ▽ More
Submitted 30 November, 2020; v1 submitted 14 November, 2020; originally announced November 2020.
ACM Class: H.3.1; I.7.m
-
arXiv:1604.05903 [pdf, ps, other]
A declarative Language for Rapid Business Development
Abstract: The motivation for ZoomBA are domain specific languages (DSL) like VERILOG, VHDL, Spice. DSL for Software testing is not a new idea, many commercial tools like Silk Suite use them, while Selenese, the DSL for Selenium IDE [6] is open source. ZoomBA is a functionally motivated, embeddable, Turing Complete language. It's philosophy is to expose the existing Java echo system in a declarative fashion… ▽ More
Submitted 11 May, 2018; v1 submitted 20 April, 2016; originally announced April 2016.
Comments: 6 pages
ACM Class: D.3.2; D.3.3; F.3.2; F.4
-
arXiv:1410.8402 [pdf, ps, other]
On The Dynamical Nature Of Computation
Abstract: Dynamical Systems theory generally deals with fixed point iterations of continuous functions. Computation by Turing machine although is a fixed point iteration but is not continuous. This specific category of fixed point iterations can only be studied using their orbits. Therefore the standard notion of chaos is not immediately applicable. However, when a suitable definition is used, it is found t… ▽ More
Submitted 30 October, 2014; originally announced October 2014.
Comments: arXiv admin note: substantial text overlap with arXiv:1407.7417, arXiv:1111.4949
MSC Class: 03D10; 65P20; 68Q05; 68Q87; 68T05
-
arXiv:1407.7417 [pdf, ps, other]
'Almost Sure' Chaotic Properties of Machine Learning Methods
Abstract: It has been demonstrated earlier that universal computation is 'almost surely' chaotic. Machine learning is a form of computational fixed point iteration, iterating over the computable function space. We showcase some properties of this iteration, and establish in general that the iteration is 'almost surely' of chaotic nature. This theory explains the observation in the counter intuitive properti… ▽ More
Submitted 28 July, 2014; originally announced July 2014.
Comments: 10 pages : to be submitted to Theoretical Computer Science. arXiv admin note: text overlap with arXiv:1111.4949
MSC Class: Primary 03D10; Secondary 65P20; 68Q05; 68Q87; 68T05
-
arXiv:1304.5617 [pdf, ps, other]
Another Asymptotic Notation : "Almost"
Abstract: Asymptotic notations are heavily used while analysing runtimes of algorithms. Present paper argues that some of these usages are non trivial, therefore incurring errors in communication of ideas. After careful reconsidera- tion of the various existing notations a new notation is proposed. This notation has similarities with the other heavily used notations like Big-Oh, Big Theta, while being more… ▽ More
Submitted 19 October, 2015; v1 submitted 20 April, 2013; originally announced April 2013.
Comments: Was sent as mail to Robert Sidgewick, now submitted to SOP Transactions on Applied Mathematics(AM)
-
arXiv:1304.0160 [pdf, ps, other]
Parallel Computation Is ESS
Abstract: There are enormous amount of examples of Computation in nature, exemplified across multiple species in biology. One crucial aim for these computations across all life forms their ability to learn and thereby increase the chance of their survival. In the current paper a formal definition of autonomous learning is proposed. From that definition we establish a Turing Machine model for learning, where… ▽ More
Submitted 25 December, 2013; v1 submitted 31 March, 2013; originally announced April 2013.
Comments: Submitted to Theoretical Computer Science - Elsevier
MSC Class: 68Q32; 68Q05; 68T05; 68Q10; 62P10; 97M60; 92D15; 91A80
-
Invariance And Inner Fractals In Polynomial And Transcendental Fractals
Abstract: A lot of formal and informal recreational study took place in the fields of Meromorphic Maps, since Mandelbrot popularized the map z <- z^2 + c. An immediate generalization of the Mandelbrot z <-z^n + c also known as the Multibrot family were also studied. In the current paper, general truncated polynomial maps of the form z <- \sum_{p>=2} a_px^p +c are studied. Two fundamental properties of these… ▽ More
Submitted 30 September, 2012; originally announced October 2012.
Comments: 22 pages, 22 figures
-
A Pseudo Random Number Generator from Chaos
Abstract: A random number generator is proposed based on a theorem about existence of chaos in fixed point iteration of x= cot2(x). Digital computer simulation of this function iteration exhibits random behavior. A method is proposed to extract random bytes from this simulation. Diehard and NIST test suite for randomness detection is run on this bytes, and it is found to pass all the tests in the suite. Thu… ▽ More
Submitted 22 January, 2013; v1 submitted 26 March, 2012; originally announced March 2012.
MSC Class: 11K45; 03D10; 65P20
-
arXiv:1111.4949 [pdf, ps, other]
Universal Computation Is 'Almost Surely' Chaotic
Abstract: Fixed point iterations are known to generate chaos, for some values in their parameter range. It is an established fact that Turing Machines are fixed point iterations. However, as these Machines operate in integer space, the standard notions of a chaotic system is not readily applicable for them. Changing the state space of Turing Machines from integer to rational space, the condition for chaotic… ▽ More
Submitted 3 July, 2015; v1 submitted 21 November, 2011; originally announced November 2011.
Comments: 24 pages, 0 figures, paper accepted at "Scientific Online" : http://www.scipublish.com/journals/AM/papers/1506
MSC Class: 03D10; 65P20; 68Q05; 68Q87
-
Performance of an Operating High Energy Physics Data Grid: D0SAR-Grid
Abstract: The D0 experiment at Fermilab's Tevatron will record several petabytes of data over the next five years in pursuing the goals of understanding nature and searching for the origin of mass. Computing resources required to analyze these data far exceed capabilities of any one institution. Moreover, the widely scattered geographical distribution of D0 collaborators poses further serious difficulties… ▽ More
Submitted 31 January, 2005; originally announced January 2005.
Comments: 3 pages, no figures, conference proceedings of DPF04 talk
Journal ref: Int.J.Mod.Phys.A20:3874-3876,2005