Skip to content

ankita14-p/numpy-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 

Repository files navigation

NumPy Practice with Google Colab ๐Ÿงฎ

This repository contains my hands-on practice notebooks created using Google Colab as I learn and explore NumPy, the foundational Python library for numerical computing.

๐Ÿ“Œ Why I Made This

I'm learning NumPy as part of my preparation for real-world AI/ML projects, including medical applications like lung and brain cancer detection. These Colab notebooks help me:

  • Build strong fundamentals
  • Document everything I practice
  • Quickly refer back during future projects

๐Ÿš€ Whatโ€™s Covered

  • โœ… Importing NumPy and comparing speed with lists
  • โœ… Creating 1D and 2D arrays
  • โœ… Arrays of 0s, 1s, identity matrix
  • โœ… Arrays with specific values and data types
  • โœ… Random floats and integers
  • โœ… Evenly spaced values (arange, linspace)
  • โœ… Array operations: add, subtract, multiply, divide
  • โœ… Transpose, reshape, flatten
  • โœ… Array info: shape, size, ndim, dtype

๐Ÿ”œ Coming Soon:

  • Indexing and slicing
  • Boolean filtering
  • Broadcasting
  • Stacking and concatenation

๐Ÿ› ๏ธ Tools Used

  • ๐Ÿงช Python 3.x
  • ๐Ÿ“š NumPy
  • โ˜๏ธ Google Colab

๐Ÿ“ Files

  • numpy1.ipynb โ€“ Main notebook
  • README.md โ€“ Project description

๐Ÿง  Source of Learning

๐Ÿ“บ Learned from Youtube Channel: [Siddhardhan]


๐Ÿ“ฃ Feedback

This is a self-learning project. If you're also learning NumPy, feel free to explore, clone, or suggest improvements!

About

A collection of Google Colab notebooks documenting my learning of NumPy for exploring the field of AI/ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors