python-numpy
There are 36 repositories under python-numpy topic.
aferral/Structure-from-motion-python
Implementation based on SFMedu Princeton COS429: Computer Vision http://vision.princeton.edu/courses/SFMedu/ but on python + numpy
ztqsteve/Uber-Rider-Churn-Analysis
Uber is interested in predicting rider retention. To help explore this question, they have provided a sample dataset of a cohort of users.
AmrBedir/LinearSystemSolver
Algebra Linear System Solver Task, Second Year 1st Semester - UNI211T.
GjjvdBurg/NumPy_C_Extension
Skeleton Python Package for linking a C/C++ library as a NumPy Extension
Amrt1n3zm/working4arbitrage
Bitcoincharts triangular arbitrage finder This script downloads full market depth on several exchanges and detects triangular arbitrage opportunities.
Capsar/python-neural-network
A simple fully connected feed forward neural network written in python from scratch using numpy & optimized using numba. It is possible to have multiple hidden layers, change amount of neurons per layer & have a different activation function per layer.
ztqsteve/Yelp-Data-Challenge
Apply machine learning algorithms to data analysis,modeling and recommender system for hands-on practice.
sahiljanbandhu/Linear-Algebra-using-Python
Linear Algebra using Python
King-Oni/MPLU
a proof of concept for what I call multi perceptron layer approach.
sethbr11/IntroToDataWrangling
A brief course intended to introduce non-programmers to python and data wrangling. Also, demonstration of network optimization, pdf creation in Python, and a simple Monte Carlo simulation.
ThanoosanS/Data-Analyst-Portfolio
Data Analyst repository on GitHub of independent projects
turtlecode/Screen-Recorder-With-Python
Screen Recorder With Python
anuragk16/contacts-book
This is a python program to save Contacts numbers with name. Contact book is a console based program for windows only. This program have the following functions:- new , save , see , search , remove , exit.
dimitris1208/Numerical-Analysis-Python
Implementation of mathematical methods using python
Halip26/color-detection
In this color detection Python project, which you can automatically get the name of the color by clicking on the pixel of the picture
Halip26/smoking-recognition
This project aims to detect smoking in real-time using a webcam feed
larryonilenla/Differential-Privacy-using-Python-and-Machine-learning-model-Project503-
This repository provides a reference to the impact of privacy preservation in deep learning via laplace mechanism.
mustafa-kamel/pytextmatch
Fuzzy text match app that finds similar strings in CSV file and gets the matching percentage.
Ramy-Badr-Ahmed/Bifurcations-Discrete-Maps
Bifurcation Diagrams for Discrete-Time Maps in Python - https://doi.org/10.5281/zenodo.13276873
roop01/numpy-tutorial
All about python NumPy library
Abhishek-K-Anand/Data-Science-Fundamentals-and-Tools
A complete guide to core Data Science concepts and tools using Python.
amirulshafiq98/Uni_Allocation
After reading the WEF report on jobs that can be affected by AI, I decided to simulate this demand with university courses to better allocate students to meet this demand.
eeyribas/Plate-Recognition
Contains a vehicle license plate recognition project.
fnskcjswo123/Othello_Reversi
Othello\Reversi with Python Numpy & Pandas
i-am-stark/rice_leaf_disease_image_classification
To preform image classification on Rice Leaf Disease images using CNN via various methods.
ivardu/niebo
Niebo is a real estate platform where users who are owners of the house can post their rental ads and also users who are tenants can look for the homes based on the location, price and dates.
JohnnySolo/Statistical-Models-Assignment---Feedback-Study
This is one of the assignments I completed as part of my B.Sc. in Statistics and Operations Research, in the advanced course "Statistical Models"
kasrafallah/python_course
I took the Python object-oriented course in the summer of 2020 at Sharif university of technology and I get the third rank in this course
MWillettM/Multidimensional-Radial-Basis-Function-interpolation-algorithm
A Python implementation of the Faul-Goodsen-Powell algorithm for multidimensional interpolation with radial basis functions.
ppizarror/01-tarea-computagrafica
Tarea de computa gráfica, 2015-1
serdaralkancode/python-numpy-examples
Python Numpy Examples
shashankvishwakarma/Python-numpy
An introduction to numpy python module for data science
ujjawalsinghsde/NumPy
This repository provides a comprehensive introduction to NumPy through practical code examples, covering core concepts like arrays, indexing, broadcasting, and mathematical operations.