numpy-arrays
There are 587 repositories under numpy-arrays topic.
Numpy-with-Python
NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ and Fortran code useful linear algebra, Fourier transform, and random number capabilities
Machine-Learning
My Machine learning Journey
Phylogenetic-tree-study
Estimating Phylogenetic trees using six microorganisms 16S rRNA gene with Unsupervised Learning, web based tools and Molecular Evolutionary Genetics Analysis MEGA7
numpy-lab
A structured collection of Jupyter notebooks exploring NumPy from the ground up; covering array creation, manipulation, broadcasting, indexing, and data visualization for scientific computing and data analysis.
Random-image-generator
simple python program to make random rgb images
Drug-Discovery-research-using-ML
This repository showcases the development and implementation of a machine learning-based solution to accelerate drug discovery for the treatment of Leishmaniasis, a neglected tropical disease. This project was undertaken as part of a summer internship at Guru Gobind Singh Indraprastha University.
numdantic
Typing support for numpy arrays and numpy array validation with pydantic.
Machine-Learning-Prediction-Projects-
This Repository is all about the implementation of Machine Learning Test Cases..
bqn-npy
Serialize and deserialize arrays in BQN to the Numpy NPY format
Genetic_Algoithm
a python program thart uses genetic algorithm to find max point of y = sin(10Πx)+2
Assignment_Hypothesis_test
A F&B manager wants to determine whether there is any significant difference in the diameter of the cutlet between two units. A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validity of the assumptions.
Data-Science-With-Python
This repository contains an introduction to data science with Python.
Autonomous-Vehicle-Running-with-Line-Navigation-and-Object-Detection-Using-OpenCV-and-AI-Techniques-
Mobility on a wide scale is moving towards complete automation. Though the technology for automating the vehicles already exists, these technologies must be optimised to fit the current environment. This project would be a scaled-down model of the Autonomous Car. By running these scaled-down models in the live streaming line detection using OpenCV.
scalable_linear_regression
Scalable linear regression for multi-GPU, TPU training with PyTorch
rvg
A random values generator for any data type in Python 3
Numpy-for-beginners
NumPy is a Python library that is the core library for scientific computing in Python.
GameOfLifeInPython
A python implementation of Conway's Game of Life; It is designed with a custom tweakable model format and is primarily for testing out new model concepts.
numpy-ts
Full NumPy, in TypeScript/JavaScript (under construction)
Loan-Eligibility-Prediction
The Loan Eligibility Prediction Module is a machine learning-based system designed to assess whether an applicant qualifies for a loan based on financial history, credit score, income, and other key factors. The project involves data preprocessing, feature selection, model training, and evaluation to ensure accurate predictions.
linear-regression-first-approach
This project implements a simple linear regression model to predict ice cream sales based on temperature. It includes user interaction for collecting data, building the regression model, making predictions, and visualizing results.
xsnumpy
Basic and bare-bones functionality of NumPy just using pure Python.
mic-master-flex
MicMasterFlex is a web app that allows users to configure the positions of a microphone array on an interactive grid. Designed for audio engineers and researchers, this tool offers an intuitive interface for precise microphone placement, enabling users to simulate and optimize array setups for various acoustic applications.
Exoplanet-Detection-using-Python
Used Python 3.9, used packageUsed NASA’s MAST Archive for Space Telescopes data to provide the AI with accurate results to determine if the planet is an exoplanet.
cluster_club_accelerated_python
Materials for ARC's cluster club session on accelerating scientific python codes
DataExtractor
python code for extracting data from csv file , using Matlab plot and seaborn Libraries
NumPy-in-Python
The fundamentals of Python NumPy Library.
Breast_Cancer_Classification_using_NN
The "Breast Cancer Classification using Neural Networks" project focuses on predicting the presence of breast cancer using deep learning techniques. By leveraging popular Python libraries such as NumPy, Pandas, Scikit-learn, Matplotlib, and implementing neural networks.