114 skills found · Page 1 of 4
milaan9 / 09 Python NumPy ModuleNumpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
NumPower / NumpowerPHP extension for efficient scientific computing and array manipulation with GPU support
ThoughtWorksInc / Compute.scalaScientific computing with N-dimensional arrays
pyxu-org / PyxuModular and scalable computational imaging in Python with GPU/out-of-core computing.
JuliaGPU / JACC.jlCPU/GPU portable array, parallel_for/parallel_reduce in Julia for productive science. Funded by the US DOE Advanced Scientific Computing Research (ASCR).
compute-io / Cosine SimilarityComputes the cosine similarity between two arrays.
rachellea / Ct Volume PreprocessingEnd-to-end Python CT volume preprocessing pipeline to convert raw DICOMs into clean 3D numpy arrays for ML. From paper Draelos et al. "Machine-Learning-Based Multiple Abnormality Prediction with Large-Scale Chest Computed Tomography Volumes."
data-apis / Array Api TestsTest suite for Python array API standard compliance
ssfrr / DeepDiffs.jlCompute and pretty-print diffs for data structures like arrays and dictionaries
bcherny / Lazy ArrArrays that look just like regular JavaScript arrays, but are computed lazily.
ripred / SmoothKeep smooth running averages without using arrays! Uses exponential moving averages and only 8-bytes no matter how many samples! No looping! No Arrays! Constant Compute Time! The sample size is adjustable at runtime. The average is available and accurate even before N samples have been received. Now with Callbacks!
rehmanali1994 / FullWaveformInversionUSCTFull Waveform Inversion for Transmission Ultrasound Computed Tomography with Transmitting and Receiving Linear Array Transducers based on the Angular Spectrum Method
CountOnes / Hamming WeightC library to compute the Hamming weight of arrays
pjungwir / Aggs For ArraysA Postgres extension in C to compute statistics on arrays of numbers
75lb / Sort ArrayIsomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order
bradcater / Moving AveragesThis gem adds methods to the Array class to compute different types of moving averages.
fpgdubost / FROC Free Response Receiver Operating Characteristic CurveThis python script computes and plots a FROC curve - Free-response Receiver Operating Characteristic - from numpy arrays.
jman4162 / Phased Array Antenna ModelThis tutorial offers a comprehensive guide to computing and visualizing the radiation patterns of phased array antennas using Python, suitable for both beginners and advanced users interested in antenna design and signal processing.
joksas / BadcrossbarA Python tool for computing and plotting currents and voltages in passive crossbar arrays.
PythonSJL / PyPyNumPyPyNum is a versatile Python math lib. It features modules for math, data analysis, arrays, crypto, physics, RNG, data proc, stats, eq solving, image proc, interp, matrix calc, and high-prec math. Designed for scientific computing, data science, and ML, it offers efficient, general-purpose tools.