Machine Learning with Peyman Hessari
Machine Learning with Peyman Hessari
  • 22
  • 13 878
How to make predictions on new data using a Neural Network model
In this video, I review how to make predictions on new datasets using a neural network model. We consider your model to be the best model you wish to utilize for prediction.
MORE VIDEOS:
Neural Network Classifier
th-cam.com/video/xsfSVIA1DvA/w-d-xo.html
Load data in RapidMiner
th-cam.com/video/M98QACQug_M/w-d-xo.html
Missing values
th-cam.com/video/k2FPcWFCrdI/w-d-xo.html
Decision tree
th-cam.com/video/sAH2ltmPZsQ/w-d-xo.html
Random Forest Classifier
th-cam.com/video/D9nsTLYAy1c/w-d-xo.html
Linear Regression
th-cam.com/video/3z-Zgxy7zyQ/w-d-xo.html
extension installation
th-cam.com/video/cUkI5p9CvEU/w-d-xo.html
Popularity-Based Recommendation Systems
th-cam.com/video/6X6oEaOhRu0/w-d-xo.html
optimal values for several hyperparameters
th-cam.com/video/CTTrUglDyq8/w-d-xo.html
split data operator
th-cam.com/video/jIrDjTWx2NQ/w-d-xo.html
มุมมอง: 61

วีดีโอ

Split data operator #rapidminer #split
มุมมอง 2574 หลายเดือนก่อน
The 'split data' operator is discussed with a thorough configuration. MORE VIDEOS: Load data in RapidMiner: th-cam.com/video/M98QACQug_M/w-d-xo.html Missing values: th-cam.com/video/k2FPcWFCrdI/w-d-xo.html Decision tree: th-cam.com/video/sAH2ltmPZsQ/w-d-xo.html Random Forest Classifier: th-cam.com/video/D9nsTLYAy1c/w-d-xo.html Linear Regression: th-cam.com/video/3z-Zgxy7zyQ/w-d-xo.html Neural N...
The optimal values of hyperparameters in ML algorithm
มุมมอง 724 หลายเดือนก่อน
Using a decision tree, I demonstrate how to get the optimal values for several hyperparameters in a machine-learning algorithm in this tutorial. Together with the best model's performance on the test set, the performance of every model on the training set with various hyperparameter values is given. MORE VIDEOS: Load data in RapidMiner th-cam.com/video/M98QACQug_M/w-d-xo.html Missing values th-...
Popularity-Based Recommendation Systems in RapidMiner
มุมมอง 1074 หลายเดือนก่อน
This tutorial uses a movie rating dataset to explain a popularity-based recommendation system. To prevent bias from entering the model, movies and users with few ratings are eliminated from the dataset. All movies are ranked according to their average rating. All users can receive recommendations for the most popular movies, which are those with the highest average rating. The dataset can be fo...
How to install extension in RapidMiner #shorts
มุมมอง 795 หลายเดือนก่อน
An explanation of how to install an extension in RapidMiner is provided. #shorts Load data in RapidMiner th-cam.com/video/M98QACQug_M/w-d-xo.html Missing values th-cam.com/video/k2FPcWFCrdI/w-d-xo.html Decision tree th-cam.com/video/sAH2ltmPZsQ/w-d-xo.html Random Forest Classifier th-cam.com/video/D9nsTLYAy1c/w-d-xo.html Linear Regression th-cam.com/video/3z-Zgxy7zyQ/w-d-xo.html Neural Network ...
Neural Network Classifier
มุมมอง 616 หลายเดือนก่อน
In this lesson, I walk through the process of creating a Neural Network Classifier for the multi-class classification problem. The MNIST fashion dataset is employed. The data is split into a training and test set, the target variable is chosen, and the preprocessing step is done. The training set is then used to build a Neural Network Classifier, and its performance is assessed on both the trai...
Linear Regression in RapidMiner
มุมมอง 5608 หลายเดือนก่อน
This tutorial explains how to use the linear regression model to predict a house's price using housing datasets (the link is in the description). Preprocessing, selecting the target variable, and splitting the data into a training and test set are done. After the training data has been normalized, a linear regression model is applied to it. Performance is measured on both the training and test ...
Random Forest Classifier in RapidMiner
มุมมอง 65910 หลายเดือนก่อน
In this tutorial, I explain how to build a Random Forest Classifier for the multi-class classification problem. The IRIS data set is utilized. Preprocessing, selecting the target variable, and splitting the data into a training and test set are done. A Random Forest Classifier is then built using the training set and its performance on both the training set and test set are measured. The result...
Decision Tree in RapidMiner #decision_tree #rapidminer
มุมมอง 932ปีที่แล้ว
I explain how to create a decision tree model for the multi-class classification problem in this tutorial. The IRIS data set is utilized. Preprocessing, selecting the target variable, and splitting the data into a training and test set are all done. A decision tree classifier is then built using the training set and its performance on both the training set and test set are measured. The results...
Missing Values in RapidMiner #missing_values #impute
มุมมอง 2.2Kปีที่แล้ว
In this lesson, we'll go through how to handle missing values in RapidMiner. 1. The elimination of rows and columns with missing values is covered. 2. Replacing missing values with some statistical values such as average and mode is explained. 3. The use of a machine learning technique to impute missing values is also investigated. MORE VIDEOS: Load data in RapidMiner th-cam.com/video/M98QACQug...
RapidMiner, Load data, save process, and save data #rapidminer #load_data
มุมมอง 3.7Kปีที่แล้ว
You will discover RapidMiner in this tutorial along with how to load data, save a process, and save a process's output. Missing values: th-cam.com/video/k2FPcWFCrdI/w-d-xo.html Decision tree: th-cam.com/video/sAH2ltmPZsQ/w-d-xo.html
DataFrame in Pandas Python Part 3, merging dataframes, #dataframes , #pandas #python #merge
มุมมอง 342ปีที่แล้ว
This tutorial demonstrates how to combine DataFrames in Python using Pandas. The various join categories are described. Several examples of various join types are provided. The source code can be found here: github.com/phessari/DataFrame-in-Python More videos on Python: for loop in Python: th-cam.com/video/FpVec2ntC9s/w-d-xo.html Operators in Python: th-cam.com/video/xzjfQ-sZEfY/w-d-xo.html lis...
DataFrame in Pandas Python Part 2, DataFrame manipulation #dataframes #pandas #python
มุมมอง 348ปีที่แล้ว
This tutorial explains DataFrame in Pandas Python. We examine how to manipulate the data in a DataFrame and how to compute some statistical values for it. The source code can be found here: github.com/phessari/DataFrame-in-Python MORE VIDEOS: for loop in Python: th-cam.com/video/FpVec2ntC9s/w-d-xo.html Operators in Python: th-cam.com/video/xzjfQ-sZEfY/w-d-xo.html list in Python th-cam.com/video...
DataFrame in Pandas Python Part 1, create dataframe and access its value #dataframes #pandas #python
มุมมอง 378ปีที่แล้ว
This tutorial explains DataFrame in Pandas Python. We look at how to create a DataFrame and how to obtain the values of specific elements. The source code can be found here: github.com/phessari/DataFrame-in-Python MORE VIDEOS: for loop in Python: th-cam.com/video/FpVec2ntC9s/w-d-xo.html Operators in Python: th-cam.com/video/xzjfQ-sZEfY/w-d-xo.html list in Python th-cam.com/video/4eXX_VbPPEA/w-d...
Pandas Series in Python #series #pandas #python #filter
มุมมอง 340ปีที่แล้ว
You learn Python Series in this tutorial. It covers how to create a Series and perform various operations on it. The source code can be found here: github.com/phessari/Python-Series/tree/main for loop in Python: th-cam.com/video/FpVec2ntC9s/w-d-xo.html Operators in Python: th-cam.com/video/xzjfQ-sZEfY/w-d-xo.html list in Python th-cam.com/video/4eXX_VbPPEA/w-d-xo.html Dictionary in Python th-ca...
IF statement in Python #python #if #elif
มุมมอง 466ปีที่แล้ว
IF statement in Python #python #if #elif
Functions in Python #python #function #argument #outputs
มุมมอง 473ปีที่แล้ว
Functions in Python #python #function #argument #outputs
while loop in Python #whileloop #python #pythontutorial
มุมมอง 468ปีที่แล้ว
while loop in Python #whileloop #python #pythontutorial
Dictionary in Python #python #dictionary
มุมมอง 715ปีที่แล้ว
Dictionary in Python #python #dictionary
List in Python #list, #pyhton #mutable, #append, #insert, #count, #index, #sort, #pop, #remove
มุมมอง 361ปีที่แล้ว
List in Python #list, #pyhton #mutable, #append, #insert, #count, #index, #sort, #pop, #remove
for loop in python #python, #for loop, #nested loop, #continue #break, #iteration, #repetition
มุมมอง 658ปีที่แล้ว
for loop in python #python, #for loop, #nested loop, #continue #break, #iteration, #repetition
Operators in Python
มุมมอง 613ปีที่แล้ว
Operators in Python

ความคิดเห็น

  • @hamidaliakbarlou5562
    @hamidaliakbarlou5562 18 วันที่ผ่านมา

    Great video!

  • @m.a.belkouri
    @m.a.belkouri 26 วันที่ผ่านมา

    well explained !

  • @m.a.belkouri
    @m.a.belkouri 26 วันที่ผ่านมา

    I really found this very helpful ! thank you

  • @m.a.belkouri
    @m.a.belkouri 26 วันที่ผ่านมา

    this is well explained !

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

    Awesome. Loved the explanation.

  • @olgap.4400
    @olgap.4400 2 หลายเดือนก่อน

    Great tutorial, thank you!

  • @RezaRezapour-i8h
    @RezaRezapour-i8h 3 หลายเดือนก่อน

    Wonderful work. Loved it.

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

      Glad you enjoyed it

  • @Hope-yu9xt
    @Hope-yu9xt 3 หลายเดือนก่อน

    would be nice to include the data files in here

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

      I just added it here. Let me know if you can access it?

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

    Hello sir i regularly watch your videos I have a problem in my rapid miner Imy turbo prep is not working and when i checked my account i saw that my my licence has been expired. but how can it be possible i just been using it for 1 month using my college mail id also when i tried to login with my friends account i am unable to use this can you please help me this

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

      Hi, thanks for watching the videos. If the license is expired you can extend it on your account. Go to your account and on Licenses tab you can extend it!

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

    Thanks for the in depth video on Decision Trees! It guides me to select the attributes

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

    I often struggle organizing my processes and data ! Thanks

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

    Well explained!

  • @ShayanHessari-e7e
    @ShayanHessari-e7e 4 หลายเดือนก่อน

    Thanks 👍

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

    Thank you so much!

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

      you're welcome

  • @RezaRezapour-i8h
    @RezaRezapour-i8h 4 หลายเดือนก่อน

    Wonderful work. Thanks.

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

    thanks professor

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

    Thanks professor.

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

      thanks

    • @RezaRezapour-i8h
      @RezaRezapour-i8h 5 หลายเดือนก่อน

      Useful as always!

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

      @@RezaRezapour-i8h thanks

  • @RezaRezapour-i8h
    @RezaRezapour-i8h 6 หลายเดือนก่อน

    Very informative yet simple to understand as always. Thank you.

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

    Thank you!!

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

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

    سلام

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

    سلام

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

    Right on time for this week's class, thanks doctor.

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

    Great video, thanks

  • @MinisterHenry-jc3vk
    @MinisterHenry-jc3vk 10 หลายเดือนก่อน

    can you produce a bot to watch 2 videos on TH-cam, convert voice to text. Then consolidate the two videos into one?

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

      That is a very interesting question. I believe it's feasible but it need some works

    • @MinisterHenry-jc3vk
      @MinisterHenry-jc3vk 10 หลายเดือนก่อน

      @@phessari I'm a student at MIT in your class I really hope we can touch on this. Its one of my main objectives to learn how to do this.

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

      @@MinisterHenry-jc3vk Let me know if you need any help. You can connect with me on LinkedIn www.linkedin.com/in/peyman-hessari/

  • @RezaRezapour-i8h
    @RezaRezapour-i8h 10 หลายเดือนก่อน

    Very informative and engaging. Thank you man!

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

      no worries

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

    Thank you for the tutorial! It was very informative and helpful. I appreciate the detailed explanation of building a Random Forest Classifier using the IRIS dataset. Great work!

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

      You're very welcome!

  • @m.t.darvishi8913
    @m.t.darvishi8913 ปีที่แล้ว

    Good luck Dr Hessari Best wishes Darvishi

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

    hey peyman. good vid. had a question for you

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

      thanks, sure. what is it?

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

    Gracias!!

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

    I didn't know about .append()!

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

    Promo_SM

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

    great explanation

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

    explained very well

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

    Nice work!

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

    Great!

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

    Great work!

  • @RezaRezapour-i8h
    @RezaRezapour-i8h ปีที่แล้ว

    One of the best Python tutorials I've ever seen. Enjoyed it a lot.

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

    Well explained 👏

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

      thanks

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

    Explained in a very easy way and covered everything. Keep posting please. Thanks alot. 🎉🎉