13,232 research outputs found
Neuromorphic In-Memory Computing Framework using Memtransistor Cross-bar based Support Vector Machines
This paper presents a novel framework for designing support vector machines
(SVMs), which does not impose restriction on the SVM kernel to be
positive-definite and allows the user to define memory constraint in terms of
fixed template vectors. This makes the framework scalable and enables its
implementation for low-power, high-density and memory constrained embedded
application. An efficient hardware implementation of the same is also
discussed, which utilizes novel low power memtransistor based cross-bar
architecture, and is robust to device mismatch and randomness. We used
memtransistor measurement data, and showed that the designed SVMs can achieve
classification accuracy comparable to traditional SVMs on both synthetic and
real-world benchmark datasets. This framework would be beneficial for design of
SVM based wake-up systems for internet of things (IoTs) and edge devices where
memtransistors can be used to optimize system's energy-efficiency and perform
in-memory matrix-vector multiplication (MVM).Comment: 4 pages, 5 figures, MWSCAS 201
Drug resistance in Plasmodium falciparum from the Chittagong Hill Tracts, Bangladesh.
OBJECTIVE: To assess the efficacy of antimalarial treatment and molecular markers of Plasmodium falciparum resistance in the Chittagong Hill Tracts of Bangladesh. METHODS: A total of 203 patients infected with P. falciparum were treated with quinine 3 days plus sulphadoxine/pyrimethamine (SP) combination therapy, and followed up during a 4-week period. Blood samples collected before treatment were genotyped for parasite mutations related to chloroquine (pfcrt and pfmdr1 genes) or SP resistance (dhfr and dhps). RESULTS: Of 186 patients who completed follow-up, 32 patients (17.2%) failed to clear parasitaemia or became positive again within 28 days after treatment. Recurring parasitaemia was related to age (chi(2) = 4.8, P < 0.05) and parasite rates on admission (t = 3.1, P < 0.01). PCR analysis showed that some of these cases were novel infections. The adjusted recrudescence rate was 12.9% (95% CI 8.1-17.7) overall, and 16.6% (95% CI 3.5-29.7), 15.5% (95% CI 8.3-22.7) and 6.9% (95% CI 0.4-13.4) in three age groups (<5 years, 5-14, > or =15). The majority of infections carried mutations associated with chloroquine resistance: 94% at pfcrt and 70% at pfmdr. Sp-resistant genotypes were also frequent: 99% and 73% of parasites carried two or more mutations at dhfr and dhps, respectively. The frequency of alleles at dhfr, dhps and pfmdr was similar in cases that were successfully treated and those that recrudesced. CONCLUSIONS: The clinical trial showed that quinine 3-days combined to SP is still relatively effective in the Chittagong Hill Tracts. However, if this regimen is continued to be widely used, further development of SP resistance and reduced quinine sensitivity are to be expected. The genotyping results suggest that neither chloroquine nor SP can be considered a reliable treatment for P. falciparum malaria any longer in this area of Bangladesh
Possible large-N fixed-points and naturalness for O(N) scalar fields
We try to use scale-invariance and the large-N limit to find a non-trivial 4d
O(N) scalar field model with controlled UV behavior and naturally light scalar
excitations. The principle is to fix interactions by requiring the effective
action for space-time dependent background fields to be finite and
scale-invariant when regulators are removed. We find a line of non-trivial UV
fixed-points in the large-N limit, parameterized by a dimensionless coupling.
They reduce to classical la phi^4 theory when hbar -> 0. For hbar non-zero,
neither action nor measure is scale-invariant, but the effective action is.
Scale invariance makes it natural to set a mass deformation to zero. The model
has phases where O(N) invariance is unbroken or spontaneously broken. Masses of
the lightest excitations above the unbroken vacuum are found. We derive a
non-linear equation for oscillations about the broken vacuum. The interaction
potential is shown to have a locality property at large-N. In 3d, our
construction reduces to the line of large-N fixed-points in |phi|^6 theory.Comment: 23 page
Bubbling and bistability in two parameter discrete systems
We present a graphical analysis of the mechanisms underlying the occurrences
of bubbling sequences and bistability regions in the bifurcation scenario of a
special class of one dimensional two parameter maps. The main result of the
analysis is that whether it is bubbling or bistability is decided by the sign
of the third derivative at the inflection point of the map function.Comment: LaTeX v2.09, 14 pages with 4 PNG figure
Spectrophotometric determination of trace amounts of cadmium with iodide and methyl violet
445-446A selective spectrophotometric method based on the interaction of an anionic iodo complex of cadmium with methyl violet has been described for the determination of trace amounts of cadmium. The developed method is precise, accurate and has been applied to determination of cadmium at trace levels (25 ppb) in sea water and high purity samples of indium and zinc materials
Geographical distribution of selected and putatively neutral SNPs in Southeast Asian malaria parasites.
Loci targeted by directional selection are expected to show elevated geographical population structure relative to neutral loci, and a flurry of recent papers have used this rationale to search for genome regions involved in adaptation. Studies of functional mutations that are known to be under selection are particularly useful for assessing the utility of this approach. Antimalarial drug treatment regimes vary considerably between countries in Southeast Asia selecting for local adaptation at parasite loci underlying resistance. We compared the population structure revealed by 10 nonsynonymous mutations (nonsynonymous single-nucleotide polymorphisms [nsSNPs]) in four loci that are known to be involved in antimalarial drug resistance, with patterns revealed by 10 synonymous mutations (synonymous single-nucleotide polymorphisms [sSNPs]) in housekeeping genes or genes of unknown function in 755 Plasmodium falciparum infections collected from 13 populations in six Southeast Asian countries. Allele frequencies at known nsSNPs underlying resistance varied markedly between locations (F(ST) = 0.18-0.66), with the highest frequencies on the Thailand-Burma border and the lowest frequencies in neighboring Lao PDR. In contrast, we found weak but significant geographic structure (F(ST) = 0-0.14) for 8 of 10 sSNPs. Importantly, all 10 nsSNPs showed significantly higher F(ST) (P < 8 x 10(-5)) than simulated neutral expectations based on observed F(ST) values in the putatively neutral sSNPs. This result was unaffected by the methods used to estimate allele frequencies or the number of populations used in the simulations. Given that dense single-nucleotide polymorphism (SNP) maps and rapid SNP assay methods are now available for P. falciparum, comparing genetic differentiation across the genome may provide a valuable aid to identifying parasite loci underlying local adaptation to drug treatment regimes or other selective forces. However, the high proportion of polymorphic sites that appear to be under balancing selection (or linked to selected sites) in the P. falciparum genome violates the central assumption that selected sites are rare, which complicates identification of outlier loci, and suggests that caution is needed when using this approach
SafeWeb: A Middleware for Securing Ruby-Based Web Applications
Web applications in many domains such as healthcare and finance must process sensitive data, while complying with legal policies regarding the release of different classes of data to different parties. Currently, software bugs may lead to irreversible disclosure of confidential data in multi-tier web applications. An open challenge is how developers can guarantee these web applications only ever release sensitive data to authorised users without costly, recurring security audits.
Our solution is to provide a trusted middleware that acts as a “safety net” to event-based enterprise web applications by preventing harmful data disclosure before it happens. We describe the design and implementation of SafeWeb, a Ruby-based middleware that associates data with security labels and transparently tracks their propagation at different granularities across a multi-tier web architecture with storage and complex event processing. For efficiency, maintainability and ease-of-use, SafeWeb exploits the dynamic features of the Ruby programming language to achieve label propagation and data flow enforcement. We evaluate SafeWeb by reporting our experience of implementing a web-based cancer treatment application and deploying it as part of the UK National Health Service (NHS)
- …