numpy-library
There are 449 repositories under numpy-library topic.
dkogan/gnuplotlib
gnuplot for numpy
sksalahuddin2828/OpenCV
Easy face detection using openCV
althonos/mini3di
A NumPy port of the foldseek code for encoding protein structures to 3di.
arthurdjn/nets
Recreating PyTorch from scratch, using Numpy. Supports FCN, CNN, RNN layers.
sachin-bisht/Digit-Recognition
Recognize handwritten digits using back-propagation algorithm on MNIST data-set
vsornosa1/Etsinf3
👨🏻💻 Notas, apuntes y prácticas resueltas del tercer año en la Etsinf (2021-2022)
AmirHaytham/HCIA-AI-Training
All source codes I wrote while pursuing HCIA-AI Certificate
patelpurvip/Spotify-hitpredictor
A machine learning exercise using the Spotify "hit predictor" dataset, with data analysis of past "hits" by decade. Deployment using Flask via Heroku.
KennethanCeyer/awesome-numpy
Awesome list of NumPy
omardbaa/Data-Splitter
Data-Splitter is a Python script designed to split a large CSV file containing data into three different formats: JSON, a database table, and another CSV file. The script ensures a random distribution of data across the three output formats based on custom-defined ratios.
nomonosound/numpy-minmax
A fast function (SIMD-accelerated) for finding the minimum and maximum value in a NumPy array
pkhiyara/Terrorist-Attack-Network-Visualization
An analysis of 9 terrorist attack networks across various countries between the years 2000 and 2005 using a Gephi network graph visualization with the goal of discovering patterns, similarities, connections, and potential relationships between one another’s actors.
undiscovered-genius/Heart-Disease-Prediction-App
❤️ Cardio Guide is an application which uses Machine Learning Model to predict the chances of Heart Disease with an accuracy of 81.967%. With this it also provide you with tips to improve your health status which directly benefits your heart.
DmitriyMakhnovskiy/Calibration_and_fixture_removal_for_impedance_measurements
Calibration and deembedding for impedance measurments
kmr0877/Realtime-Object-Tracking-using-Opencv
Image segmentation, feature description and object tracking form the foundation of many successful applications of computer vision. The objective of this task is for you to become familiar with these techniques and their implementation in OpenCV.
sudoer-Huatao/calc_ultra
Calc-Ultra is an advanced mathematics calculator. Supports calculus, linear algebra, complex arithmetic, and more!
aydinnyunus/DigitRecognizer
Recognize Digits
Samxx97/Fuzzy-Clustering
An Implementation of fuzzy clustering algorithms in Numpy
vivek2319/mercy
Functions and code snippets to help save the time!
ankitnayan12/CompletePython-in-7days
This repository contains all basics tutorials on Python, Pandas, Numpy, Matplotlib
arijeetsat/Protein-Feature-Extraction
Machine Learning on Protein Molecule Sequence
CatalystsReachOut/python
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts using Libraries and Logic. These things everyone should know in their journey with programming.
CRYPTOcoderAS/NumPy-Module
NumPy Module Basics
DataSpieler12345/python-for-ds-ml
My Python learning experience 📚🖥📳📴💻🖱✏
DYK-Team/Digital_BH-loop_algorithm
Digital BH-loop algorithm
Hasnatrasool163/NeuralNetworkFromScratch
NeuralNetworkFromScratch
Kalyan4636/SCREEN-RECORDING-USING-PYTHON
Create Python Screen Recorder Project using Numpy, PIL Tkinter, cv2 modules. It captures content & activities on a computer screen.
Nitin-Diwakar/100-days-of-code
This is a Python Project and Problem-solving repository, which I made when I started learning to code. Feel free to use it, learn, and understand.
SaravananJaichandar/Python
A Repository for essential libraries of python to perform data manipulation, wrangling and visualization.
Tanwar-12/NUMPY
NumPy, which stands for Numerical Python, is a powerful library in Python used for numerical computing.
Anshuman2305/Mental-Health-CodeUtsava
A Machine Learning Web App using Flask on Mental Health
jibranabduljabbar/Numpy-Numerical-Python
Numpy ( Numerical Python ) Python Package.
knetrix/Keyword-Extraction-From-Text
Keyword Extraction Project from Texts with Textrank and RAKE Algorithm / Textrank ve RAKE Algoritması ile Metinlerden Anahtar Kelime Çıkarma Projesi
Sagarlatake/Numpy-End-to-End-in-detail
Repository contains the detailed implementation of numpy with each and every required functions. A beginer data scientist can start learning numpy using this notebook.