codebasics / py
Repository to store sample python programs for python learning
-
Updated
Jul 28, 2021 - Jupyter Notebook
{{ message }}
Repository to store sample python programs for python learning
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
中文版scipy-lecture-notes. 网站下线, 以离线HTML的形式继续更新, 见release.
Grokking Deep Reinforcement Learning
Projects from the Deep Learning Specialization from deeplearning.ai provided by Coursera
Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific computing with Python. Besides its obvious scientific uses, Numpy can also be used as an efficient multi-dimensional container of generic data.
Deep learning library in python from scratch
Cheat Sheet generated in the Introduction to NumPy course
NumPy fundamentals for tensor computation; Matplotlib for data visualization
We design this course with 9 lessons to help beginners can quickly understand and utilize this useful library.
Basics of ML libraries Explained through Jupyter Notebooks
This repository contains jupyter notebook and other resources made by me during learning Data Science
Investigating Dataset contains information about 10,000+ movies collected from The Movie Database (TMDb)
Notes & Code to go over "Grokking Deep Learning" Book by Andrew Trask
Here you find CheatSheets for Data Science Topics
Basic Python learning - notebooks
This repository will be the training documentation and "cheat sheets" I create for myself, my students, and any projects I need to work in. Documentation is KEY - and ensuring you utilize your knowledge solidifies it. So this is a mixture of both.
Leave your regressions behind
Jupyter notebooks of different python packages like opencv, numpy, PIL (Pillow) etc
Jupyter notebooks, data, slides and other materials for a brief workshop style class on using python for scientific data analysis
Informal introduction to Python 3 for scientific computing. Course for students and scientists new to Python, but familiar with scientific computing. Also some Racket.
A crash course on Python basics / Numpy / Scipy / Matplotlib / Pillow
Numpy and matplotlib tutorial for beginners using a breastcancer dataset
Basic introduction to Data Science using Python
A Numpy Tutorial for Beginners
This includes all the tutorials in a form of code along with comments for python.
This repository contains all basics tutorials on Python, Pandas, Numpy, Matplotlib
Add a description, image, and links to the numpy-tutorial topic page so that developers can more easily learn about it.
To associate your repository with the numpy-tutorial topic, visit your repo's landing page and select "manage topics."
To here
Which is faster: summing a square array along its rows or along its columns?