Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added NumPy, 3rd Edition.pdf
Binary file not shown.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,50 @@
# Doctor Sara
Skin Cancer Detection using AI and OpenCV




Begining With Numpy Fundamentals
->Data Types
->Array Types
->Type Conversion
->Array Creation
->Indexing
->Slicing
->Shape Manipulation, Stacking,Splitting
->Array Attributes
Getting Familiar with Commonly Used Functions
->File I/O
->C.S.V
->Volume Weighted Average
->Mean function
->Time Weighted Average
->Value Range
->Statistics
->Median
->Average Middle
->Variance
->Satndard Deviation
->Stock Returns
->Log Returns
->Annual Volatality
->where() Funcyion
->Average True Range
->max() function
->zeros() function
->Simple Moving Average (SMA)
->Convolution
->ones(),convolve()
->Exponential Moving Average
->exp(), linspace(),sum()
->Bollinger Bands
->fill(),ppend()
->Predicting Linear Model
->least square method
->Methods Of ndarray
->Clipping & Compressing
->Factorial
->Missing Values & "Jackknife Resampling"
->Handling NaN's with nanmean(),nanvar() & nanstd() function
Covinience Functions for Your Convinience
->
45 changes: 45 additions & 0 deletions Topics Covered
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Begining With Numpy Fundamentals
->Data Types
->Array Types
->Type Conversion
->Array Creation
->Indexing
->Slicing
->Shape Manipulation, Stacking,Splitting
->Array Attributes
Getting Familiar with Commonly Used Functions
->File I/O
->C.S.V
->Volume Weighted Average
->Mean function
->Time Weighted Average
->Value Range
->Statistics
->Median
->Average Middle
->Variance
->Satndard Deviation
->Stock Returns
->Log Returns
->Annual Volatality
->where() Funcyion
->Average True Range
->max() function
->zeros() function
->Simple Moving Average (SMA)
->Convolution
->ones(),convolve()
->Exponential Moving Average
->exp(), linspace(),sum()
->Bollinger Bands
->fill(),ppend()
->Predicting Linear Model
->least square method
->Methods Of ndarray
->Clipping & Compressing
->Factorial
->Missing Values & "Jackknife Resampling"
->Handling NaN's with nanmean(),nanvar() & nanstd() function
Covinience Functions for Your Convinience
->