DataTechNotes
DataTechNotes
  • 74
  • 67 225
How to Implement Grid Search Using GridSearchCV in Python
In this video, I explain how to implement Grid Search using the GridSeachCV class in Python. A brief concept of Grid Search and GridSearchCV class are provided. Python implementation of Grid Search is also included.
Source code: www.datatechnotes.com/2019/09/how-to-use-gridsearchcv-in-python.html
มุมมอง: 63

วีดีโอ

Nonlinear data fitting with the nls function in R
มุมมอง 196หลายเดือนก่อน
In this video, I'll explain how to fit nonlinear data with Nonlinear Least Squares method using the nls() function in R. Source code: www.datatechnotes.com/2020/11/curve-fitting-with-nonlinear-least-squares-in-r.html
Gradient Boosting Regression Example with 'gbm' in R
มุมมอง 2765 หลายเดือนก่อน
In this video, I talk about Gradient Boosting regression and how to implement it using 'gbm' package in R. The tutorial includes an overview of Gradient Boosting, preparing the data, training the model, predicting, and evaluating the model performance. The source code for the tutorial is provided below. www.datatechnotes.com/2019/06/gradient-boosting-regression-example.html #gradientboosting #r...
Classification Example with Scikit-learn BaggingClassifier
มุมมอง 555 หลายเดือนก่อน
In this video, I explain the Bagging technique and how to implement classification with the BaggingClassifier class of the Scikit-learn library. The tutorial includes an overview of Bagging, preparing the data, training the model, predicting, and evaluating the model performance. The source code for the tutorial is provided below. www.datatechnotes.com/2019/03/classification-with-bagging-classi...
Gradient Boosting Regression with Scikit-learn
มุมมอง 1146 หลายเดือนก่อน
In this video, I explain Gradient Boosting regression and how to implement gradient boosting regressor using the GradientBoostingRegressor class of the Scikit-learn library. The tutorial includes an overview of Gradient Boosting, preparing the data, training the model, predicting, and evaluating the model performance. The source code for the tutorial is provided below. www.datatechnotes.com/201...
Gradient Boosting classification with Scikit-learn
มุมมอง 496 หลายเดือนก่อน
In this video, I explain Gradient Boosting and how to classify data using the GradientBoostingClassifier class of the Scikit-learn library. The tutorial includes an overview of Gradient Boosting, preparing the data, training the model, predicting, and evaluating the model performance using evaluation metrics. The source code for the tutorial is provided below. www.datatechnotes.com/2019/02/grad...
Gaussian Naive Bayes Classification Example with Scikit-learn
มุมมอง 396 หลายเดือนก่อน
In this video, I explain Gaussian Naive Bayes classification using the GaussianNB class of the Scikit-learn library. The tutorial includes preparing the data, training the model, predicting, and evaluating its performance using evaluation metrics. The source code for the tutorial is provided below. www.datatechnotes.com/2018/12/classification-with-gaussian-naive.html #naive_bayes #classificatio...
Binary Classification with Logistic Regression in Python
มุมมอง 897 หลายเดือนก่อน
In this video, I explain binary classification with the Logistic Regression example using the LogisticRegression class of the Scikit-learn library. The tutorial includes preparing the data, training the model, predicting, and evaluating its performance using evaluation metrics. The source code for the tutorial is provided below. www.datatechnotes.com/2018/09/logistic-regression-model-in-python....
Regression Example with RandomForestRegressor class
มุมมอง 737 หลายเดือนก่อน
In this video, I show a Random Forest Regression example using the RandomForestRegressor class of the Scikit-learn library. The tutorial includes preparing the data, training the model, and evaluating its performance using evaluation metrics. The source code for the tutorial is provided below. www.datatechnotes.com/2020/09/regression-example-with-randomforestregressor.html #randomforest #regres...
Classification with RandomForestClassifier in Python
มุมมอง 337 หลายเดือนก่อน
In this video, I explain the Random Forest model and how to classify data by using the RandomForestClassifier class of the Scikit-learn library. The tutorial includes preparing the data, training the model, and evaluating its performance using evaluation metrics. The source code for the tutorial is provided below. www.datatechnotes.com/2018/11/classification-with-random-forests-in.html #randomf...
Classification with decision trees in Python
มุมมอง 687 หลายเดือนก่อน
In this video, I explain how to classify data by using the decision tees model using the DecisionTreeClassifier class of the Scikit-learn library. The tutorial includes preparing the data, training the model, and evaluating its performance using evaluation metrics. The source code for the tutorial is provided below. www.datatechnotes.com/2019/02/classification-with-sklearn-decision.html #decisi...
Linear regression example with R
มุมมอง 717 หลายเดือนก่อน
In this video, I explain how to perform linear regression in R using the lm() function. The tutorial includes splitting the data into training and testing sets, training the model, evaluating its performance using evaluation metrics, and visualizing the results. The source code for the tutorial is provided below. www.datatechnotes.com/2017/06/linear-regration.html #linearregression #rprogrammin...
Linear regression example with Scikit-learn
มุมมอง 1338 หลายเดือนก่อน
In this video, I explain a linear regression model and how to implement it with Scikit-learn API. The tutorial includes preparing data, model fitting and prediction, accuracy check, and visualization on graph. The source code for the tutorial is provided below. www.datatechnotes.com/2018/06/linear-regression-model-example-in.html #linearregression
Smoothing example with the Savitzky-Golay filter in Python
มุมมอง 2.5K8 หลายเดือนก่อน
In this video, I provide an overview of utilizing the savgol_filter() function to effectively smooth signal data in Python. The source code for the tutorial is provided below. www.datatechnotes.com/2022/05/smoothing-example-with-savitzky-golay.html #savitzky_golay, #curvefitting, #signalprocessing
Curve fitting with SciPy curve_fit function
มุมมอง 9828 หลายเดือนก่อน
In this video, I explain how to use the curve_fit() function to fit curves by employing various fitting functions in Python. The source code for the tutorial is provided below. www.datatechnotes.com/2020/09/curve-fitting-with-curve-fit-function-in-python.html #curve_fit, #curvefitting,
Curve fitting example with Scipy leastsq() function
มุมมอง 4348 หลายเดือนก่อน
Curve fitting example with Scipy leastsq() function
Univariate interpolation example with SciPy functions
มุมมอง 1548 หลายเดือนก่อน
Univariate interpolation example with SciPy functions
B-spline curve fitting example
มุมมอง 7788 หลายเดือนก่อน
B-spline curve fitting example
B-Spline Interpolation Example with Scipy
มุมมอง 9128 หลายเดือนก่อน
B-Spline Interpolation Example with Scipy
Spline Interpolation Example with SciPy
มุมมอง 5538 หลายเดือนก่อน
Spline Interpolation Example with SciPy
Dual Annealing Optimization Example in Python
มุมมอง 4108 หลายเดือนก่อน
Dual Annealing Optimization Example in Python
Differential Evolution Optimization Example in Python
มุมมอง 1.6K9 หลายเดือนก่อน
Differential Evolution Optimization Example in Python
Nelder-Mead Optimization Example with Python
มุมมอง 6379 หลายเดือนก่อน
Nelder-Mead Optimization Example with Python
Univariate Function Optimization Example in Python
มุมมอง 3279 หลายเดือนก่อน
Univariate Function Optimization Example in Python
Image contour detection example with OpenCV
มุมมอง 869 หลายเดือนก่อน
Image contour detection example with OpenCV
Image blending example with OpenCV in Python
มุมมอง 1269 หลายเดือนก่อน
Image blending example with OpenCV in Python
Shi-Tomasi Corner Detection Example with OpenCV in Python
มุมมอง 1989 หลายเดือนก่อน
Shi-Tomasi Corner Detection Example with OpenCV in Python
Dilation and Erosion Example with OpenCV in Python
มุมมอง 699 หลายเดือนก่อน
Dilation and Erosion Example with OpenCV in Python
How to Use Morphological Open and Close Operations with OpenCV
มุมมอง 219 หลายเดือนก่อน
How to Use Morphological Open and Close Operations with OpenCV
Image stitching example with OpenCV in Python
มุมมอง 88510 หลายเดือนก่อน
Image stitching example with OpenCV in Python

ความคิดเห็น

  • @martin5368
    @martin5368 22 ชั่วโมงที่ผ่านมา

    What about character count?

  • @KathyFarrer-h8f
    @KathyFarrer-h8f 22 วันที่ผ่านมา

    Lori Brooks

  • @prengbiba3474
    @prengbiba3474 หลายเดือนก่อน

    Nice video.

  • @renansidi2403
    @renansidi2403 หลายเดือนก่อน

    Thank you for the video! Good tutorial!

  • @daradija
    @daradija 2 หลายเดือนก่อน

    Obsolete video because: load_boston has been removed from scikit-learn since version 1.2 for ethical reasons.

  • @sapandeepsandhu4410
    @sapandeepsandhu4410 4 หลายเดือนก่อน

    good stuff to learn

  • @100vivasvan
    @100vivasvan 4 หลายเดือนก่อน

    Thanks for the video good sir 🙏

  • @lobna.hani.
    @lobna.hani. 4 หลายเดือนก่อน

    thank youuuuu

  • @lobna.hani.
    @lobna.hani. 4 หลายเดือนก่อน

    Thank you

  • @JohnSmith-p4r
    @JohnSmith-p4r 5 หลายเดือนก่อน

    Great vid : )

  • @chefjuan6322
    @chefjuan6322 5 หลายเดือนก่อน

    useful video

  • @jd9119
    @jd9119 6 หลายเดือนก่อน

    scikit is depricated.

  • @0xabaki
    @0xabaki 8 หลายเดือนก่อน

    good stuff! very nice place to get started.

  • @BiranchiNarayanNayak
    @BiranchiNarayanNayak 8 หลายเดือนก่อน

    When to use OneClassSVM vs IsolationForest for Anomaly detection ?

  • @WissalBOUZID-x9u
    @WissalBOUZID-x9u 8 หลายเดือนก่อน

    Hello, first thank u for the video. Ia have a question please, how to tune one class svm and calculate training performance of the model

    • @datatechnotes904
      @datatechnotes904 8 หลายเดือนก่อน

      Here are some common steps you can follow to tune your SVM model. 1. Learn your data, determine the class imbalance and nature of anomalies 2. Apply feature scaling and standardization. 3. Change a kernel (linear, polynomial, RBF, etc) 4. Use cross-validation 5. Do a grid search

  • @nesdi6653
    @nesdi6653 9 หลายเดือนก่อน

    more, this is what I'm working on right now

  • @nadirzamouche9239
    @nadirzamouche9239 10 หลายเดือนก่อน

    Thanks! simple & straight to the point.

  • @nadirzamouche9239
    @nadirzamouche9239 10 หลายเดือนก่อน

    Thanks! simple & straight to the point.

  • @ryanprasad2090
    @ryanprasad2090 ปีที่แล้ว

    Thanks for posting this video!

  • @raminoureddine6342
    @raminoureddine6342 ปีที่แล้ว

    thank you

  • @alessandrorosati969
    @alessandrorosati969 ปีที่แล้ว

    I have the problem with the gaussian mixture models, I don't know how generate outliers uniformly in the p-parallelotope defined by the coordinate-wise maxima and minima of the ‘regular’ observations in R?

  • @sonic-fan-play4817
    @sonic-fan-play4817 ปีที่แล้ว

    how to provide an equation for the regression?

  • @applepie7282
    @applepie7282 ปีที่แล้ว

    clear tutorial. thanks

  • @ramonalves2211
    @ramonalves2211 ปีที่แล้ว

    Good afternoon, I would like to predict the temperature of a DC motor using this algorithm. Can I use a dataseting that contains (motor current, motor voltage, load) to find such a temperature? Thanks!

  • @TheEngRashed
    @TheEngRashed 2 ปีที่แล้ว

    Thank you so much sir. very clear very simple. Just the RMSE should be ( mes**(1/2)).

  • @anmol_seth_xx
    @anmol_seth_xx 2 ปีที่แล้ว

    Can anyone please tell me what does the CV MEAN score depicts here?

  • @victordboss5784
    @victordboss5784 2 ปีที่แล้ว

    Hi....how can i get my coefficients ?? Hiw ho find which factor or features are significant ?? Ect

  • @mithunballoor204
    @mithunballoor204 3 ปีที่แล้ว

    Thanks for the tutorial! But, RMSE is square root of MSE value, right! So RMSE should be, RMSE=MSE**(1/2)

    • @mahtabmovahed7336
      @mahtabmovahed7336 2 ปีที่แล้ว

      think again

    • @mithunballoor204
      @mithunballoor204 2 ปีที่แล้ว

      @@mahtabmovahed7336 Sorry, I didn't get you! You mean the formulae shown in the video is correct?

  • @jbb332
    @jbb332 3 ปีที่แล้ว

    Why didn't you use the fuction: ''' model.coef_ ''' in your linar svm model

  • @AliMohammedBakhietIssa
    @AliMohammedBakhietIssa 3 ปีที่แล้ว

    it is good, keep going doctor

  • @Ana-rv6xm
    @Ana-rv6xm 3 ปีที่แล้ว

    Thank you very much! This is a very quick start tutorial, I like it. There is no unnecessary information.

  • @emeline894
    @emeline894 3 ปีที่แล้ว

    Thank you for a quick and simple review and showing how easy you can print out the score for the model!

  • @videos2laugh961
    @videos2laugh961 3 ปีที่แล้ว

    What is xtrain and ytrain? Can you please explain why xtrain is a 2d array ytrain is a 1d array

  • @muratkonuklar3910
    @muratkonuklar3910 3 ปีที่แล้ว

    Plain and Crystal Clear code application ! Thanks

  • @Abafoteq-Ltd
    @Abafoteq-Ltd 3 ปีที่แล้ว

    Good one.... Thank you

  • @rogerqu628
    @rogerqu628 4 ปีที่แล้ว

    Thanks, your video is very helpful. Can you tell me how to construct a multiclass svm function using this linearSVC ?

  • @johncopeland765
    @johncopeland765 4 ปีที่แล้ว

    Great content, just subbed! You deserve more subs, I think you should use Smzeus”.”com to help grow your channel!

  • @IntrovertedE
    @IntrovertedE 4 ปีที่แล้ว

    Where is the data? You can't just spit out code and not show us the data you're operating on! That does not contribute to understanding as you're hiding a key piece of information around how this works.

    • @datatechnotes904
      @datatechnotes904 4 ปีที่แล้ว

      The data is in a 'sklearn.dataset' package, you can load it by using the load_boston() function. And it is clearly mentioned in tutorial