An open API service indexing awesome lists of open source software.

https://github.com/codebytemirza/ml_practices


https://github.com/codebytemirza/ml_practices

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ML_practices

![](https://drive.google.com/uc?export=view&id=1kbu0-kJ7nvOLLg3mhL-H-VlMOfoKNIGP)

This repository contains a collection of machine learning practice exercises and examples. The code is written in Python and utilizes the NumPy library for numerical operations.

## Contents

- **Numpy Basics**: This section covers fundamental NumPy operations such as creating arrays, checking dimensions and shape, and performing basic manipulations.

- **Array Creation**: Examples of creating arrays filled with ones, zeros, or empty arrays.

- **Array Functions**: Demonstrates various NumPy functions like `arange`, `linspace`, `reshape`, `ravel`, `flatten`, and `transpose`.

## Getting Started

1. **Clone the repository:** `git clone https://github.com/codebytemirza/ML_practices.git`
2. **Install NumPy:** `pip install numpy`