Pinned Repositories
CovidCtNet
CTU
CT Scan utilities. Work with DICOM files.
DecisionTree_RandomForest
quick decision tree implementation on "loan" data
DT_RFclassifier
decision tree classifier in sklearn
HierarichalClustering
KmeansClustering
KNNclassifier
very simple implementation of KNN in sklearn
LogisticRegressionTHEclassifier
MultipleLinearRegression
a simple implementation of multiple linear regression by backward elimination method
NaiiveBayes
simple implementation of gaussian Naive Bayes
mahdiskj's Repositories
mahdiskj/CovidCtNet
mahdiskj/CTU
CT Scan utilities. Work with DICOM files.
mahdiskj/DecisionTree_RandomForest
quick decision tree implementation on "loan" data
mahdiskj/DT_RFclassifier
decision tree classifier in sklearn
mahdiskj/HierarichalClustering
mahdiskj/KmeansClustering
mahdiskj/KNNclassifier
very simple implementation of KNN in sklearn
mahdiskj/LogisticRegressionTHEclassifier
mahdiskj/MultipleLinearRegression
a simple implementation of multiple linear regression by backward elimination method
mahdiskj/NaiiveBayes
simple implementation of gaussian Naive Bayes
mahdiskj/PolynomialLinearRegression
quick implementation of polynomial regression (2 datasets)
mahdiskj/py-wsi
Python package for dealing with whole slide images (.svs) for machine learning, particularly for fast prototyping. Includes patch sampling and storing using OpenSlide. Patches may be stored in LMDB, HDF5 files, or to disk. It is highly recommended to fork and download this repository so that personal customisations can be made for your work.
mahdiskj/radio
RadIO is a library for data science research of computed tomography imaging
mahdiskj/SimpleLinearRegression
a simple implementation of simple linear regression
mahdiskj/SupportVectorRegression
implementation of support vector regression in sklearn
mahdiskj/SVM_KernelSVM