streamlit/streamlit
Streamlit — A faster way to build and share data apps. (⭐ 43783)
Streamlit — A faster way to build and share data apps. (⭐ 43783)
In a scenario where hotspot wireless networks are increasingly being used, and given the amount of sensitive information exchanged on Internet interactions, there is the need to implement security mechanisms that guarantee data confidentiality and in...
Homomorphic Encryption (HE) is one of the most promising security solutions to emerging Machine Learning as a Service (MLaaS). Leveled-HE (LHE)-enabled Convolutional Neural Networks (LHECNNs) are proposed to implement MLaaS to avoid large bootstrappi...
We consider the $(1+1)$-dimensional stochastic heat equation (SHE) with multiplicative white noise and the Cole-Hopf solution of the Kardar-Parisi-Zhang (KPZ) equation. We show an exact way of computing the Lyapunov exponents of the SHE for a large c...
One of the key processes associated with the "standard" flare model is chromospheric evaporation, a process where plasma heated to high temperatures by energy deposition at the flare footpoints is driven upwards into the corona. Despite several decad...
SQL tutorial for beginners with examples: SQL stands for Structured Query Language. It is used for fetching, storing and modifying the data in relational database.
In this work, we present an automated workflow to bring human figures, one of the most frequently appearing entities on pictorial maps, to the third dimension. Our workflow is based on training data and neural networks for single-view 3D reconstructi...
Learning user preferences for products based on their past purchases or reviews is at the cornerstone of modern recommendation engines. One complication in this learning task is that some users are more likely to purchase products or review them, and...
Software-defined wide area network (SD-WAN) enhances network traffic management, while Multiprotocol Label Switching (MPLS) offers efficient data transmission. This paper analyzes SD-WAN over MPLS in the Housing Bank, a major Algerian financial insti...
...
...
Custom code for data analysis from "A single-cell atlas of lymphocyte adaptive immune repertoires and transcriptomes reveals age-related differences in convalescent COVID-19 patients" (⭐ 1)
Epidemics are a serious public health threat, and the resources for mitigating their effects are typically limited. Decision-makers face challenges in forecasting the supply and demand for these resources as prior information about the disease is oft...
Tags: r, data-manipulation | Score: 0
The ever-increasing data demand craves advancements in high-speed and energy-efficient computing hardware. Analog optical neural network (ONN) processors have emerged as a promising solution, offering benefits in bandwidth and energy consumption. How...
Recent analysis of Gemini-North/NIFS H-band (1.45 - 1.8 $μ$m) observations of Uranus, recorded in 2010, with recently updated line data has revealed the spectral signature of hydrogen sulphide (H$_2$S) in Uranus's atmosphere (Irwin et al., 2018). He...
An analysis of currently available ammonia (NH$_3$) visible-to-near-infrared gas absorption data was recently undertaken by Irwin et al. (Icarus, 302 (2018) 426) to help interpret Very Large Telescope (VLT) MUSE observations of Jupiter from 0.48 - 0....
We have used sensitive archival data from the Infrared Space Observatory (ISO) to make maps of the edge-on low SFR galaxy, NGC 5907, in 6 different MIR bands: LW2, LW5, LW6, LW7, LW8, and LW10, covering the spectrum from 6.5 to 15.0 microns and inc...
In this paper, we investigate properties and limitations of invariance learned by neural networks from the data compared to the genuine invariance achieved through invariant weight-tying. To do so, we adopt a group theoretical perspective and analyze...
Dec 8, 2025 · Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order. This algorithm is not efficient for large data sets as …