Sane's Academy of Artificial Intelligence
Sane's Academy of Artificial Intelligence
  • 47
  • 85 617
Column Transformers | Python | Sci-kit Learn | Data Pre-Processing
This video demonstrates the use of column transformers in sci-kit learn library of Python using make_column_transformer function. This can be used for data pre-processing.
Dataset link: github.com/sanjayssane/Machine-Learning/commit/595d4a2014e3d1e86b6f263abd333a6aa2745a7c
Code Link: github.com/sanjayssane/Machine-Learning/commit/61f069b28c98aa3e86baa2067601075b1a22dfe2
มุมมอง: 84

วีดีโอ

Inferencing Interface on ML Model | streamlit App
มุมมอง 1598 หลายเดือนก่อน
This video demonstrates how to create an interface for inferencing on any Machine Learning Model using streamlit app. Data set Link: github.com/sanjayssane/Machine-Learning/blob/master/Concrete_Data.csv Links of two files used: best_model.py: github.com/sanjayssane/Machine-Learning/blob/master/best_model.py infer1.py: github.com/sanjayssane/Machine-Learning/blob/master/infer1.py
Scatter Plot with Streamlit | Interactive Graphics
มุมมอง 72611 หลายเดือนก่อน
This video demonstrates how to generate scatter plot with Python package streamlit. For understanding the contents of this video, the audience needs to be aware of matplotlib and seaborn libraries of Python. Code: github.com/sanjayssane/Machine-Learning/blob/master/scatter_plot1.py Dataset: github.com/sanjayssane/Machine-Learning/blob/master/Cars93.csv Streamlit Package Documentation: docs.stre...
Stack Ensembling - Part III | Grid Searching with Stacking | Sci-kit Learn
มุมมอง 67ปีที่แล้ว
This video is the third one in the series of video on Stack Ensembling. Here is the list of all the videos: Part 1: th-cam.com/video/PB_dJEs-i-s/w-d-xo.html Part 2: th-cam.com/video/knz3MCWb8_k/w-d-xo.html Part 3: th-cam.com/video/uDI5RC3vQA8/w-d-xo.html Code : github.com/sanjayssane/Machine-Learning/blob/master/Stack_Ensembler3.ipynb Dataset: github.com/sanjayssane/Machine-Learning/blob/master...
Stack Ensembling - Part II | Pass-Through option | Scikit-Learn
มุมมอง 102ปีที่แล้ว
This video is the second one of a series of three videos on model stacking using scikit-learn options. Code: github.com/sanjayssane/Machine-Learning/blob/master/Stack_Ensembler2.ipynb Dataset: github.com/sanjayssane/Machine-Learning/blob/master/BreastCancer.csv Here is the list of all the videos: Part 1: th-cam.com/video/PB_dJEs-i-s/w-d-xo.html Part 2: th-cam.com/video/knz3MCWb8_k/w-d-xo.html P...
Stack Ensembling - Part I | Sci-kit Learn
มุมมอง 110ปีที่แล้ว
This video is the first one of a series of three videos on model stacking using scikit-learn options. Code: github.com/sanjayssane/Machine-Learning/blob/master/Stack_Ensembler1.ipynb Dataset: github.com/sanjayssane/Machine-Learning/blob/master/BreastCancer.csv Here is the list of all the videos: Part 1: th-cam.com/video/PB_dJEs-i-s/w-d-xo.html Part 2: th-cam.com/video/knz3MCWb8_k/w-d-xo.html Pa...
Closer Look at K-Fold CV | Deeper Understanding of functions cross_val_predict & cross_val_score
มุมมอง 328ปีที่แล้ว
This video demonstrates how the sklearn functions cross_val_predict and cross_val_score work internally. Code link: github.com/sanjayssane/Machine-Learning/blob/master/cv_predict.ipynb Dataset link: github.com/sanjayssane/Machine-Learning/blob/master/pizza.csv
Linear Optimization with Python (PuLP) | Linear Programming Problem(LPP)
มุมมอง 8Kปีที่แล้ว
This video demonstrates the usage of Python package PuLP with Linear Programming Problem (LPP). You can also watch the video related to Excel option link of which is given below Link of Excel Option: th-cam.com/video/AUhFvjqOU1U/w-d-xo.html The problem statement can be accessed at the link : github.com/sanjayssane/MicrosoftExcelTips/blob/main/OPT_EXCEL.pdf Link of Code: github.com/sanjayssane/M...
Pipeline in GridSearchCV | Scikit-Learn
มุมมอง 531ปีที่แล้ว
This video demonstrates the usage of Pipeline syntax in GridSearchCV (scikit-learn). Pre-requisite video link (Pipelines): th-cam.com/video/bjWhQhfUJPU/w-d-xo.html Grid Search video link: th-cam.com/video/YUK7OGvwlVc/w-d-xo.html Code link: github.com/sanjayssane/Machine-Learning/blob/master/pipe_gs_split.py Dataset Link: github.com/sanjayssane/Machine-Learning/blob/master/Kyphosis.csv
Importance of Pipelines | Sci-Kit Learn | Python
มุมมอง 100ปีที่แล้ว
This video demonstrates the usage of Pipeline syntax in sci-kit learn library of Python. Code link: github.com/sanjayssane/Machine-Learning/blob/master/pipe_tt_split.py Dataset link: github.com/sanjayssane/Machine-Learning/blob/master/Kyphosis.csv
Hyper-parameter Tuning | GridSearchCV | Sci-Kit Learn
มุมมอง 153ปีที่แล้ว
This video demonstrates the hyperparameter tuning with GridSearchCV function from sci-kit learn package of Python. If you want to watch the video related to K-Fold CV please watch it on th-cam.com/video/TETgQisBELw/w-d-xo.html Code link: github.com/sanjayssane/Machine-Learning/blob/master/gscv.py Dataset link: github.com/sanjayssane/Machine-Learning/blob/master/Kyphosis.csv
Stratification | Why to Stratify? | stratify=y option
มุมมอง 237ปีที่แล้ว
This video demonstrates the usage of the option "stratify=y" in the train_test_split function in sckit-learn library of Python and also explains as to why the stratification is necessary. Link to the code: github.com/sanjayssane/Machine-Learning/blob/master/strat.py Link to the dataset: github.com/sanjayssane/Machine-Learning/blob/master/BreastCancer.csv
K-Fold Cross-Validation | cross_val_score
มุมมอง 395ปีที่แล้ว
This video demonstrates the method of K-Fold cross-validation along-with the scikit-learn function cross_val_score. Code Link: github.com/sanjayssane/Machine-Learning/blob/master/KFold_svm.py Data Link: github.com/sanjayssane/Machine-Learning/blob/master/Kyphosis.csv
Multi-Output Perceptron with TensorFlow
มุมมอง 380ปีที่แล้ว
This video demonstrates how to code for multiple output problem using TensorFlow with Functional API. Notebook link: github.com/sanjayssane/Machine-Learning/blob/master/Energy_2_output_model.ipynb
Non-Sequential Neural Network with TensorFlow | Functional API
มุมมอง 385ปีที่แล้ว
This video demonstrates the usage of Model Function in Functional API of TensorFlow Python library for building simple non-sequential neural networks. Notebook Link: github.com/sanjayssane/Machine-Learning/blob/9683b459b3b3168b131d376aa06cca7ec7e9d412/FunctionalAPI.ipynb Dataset Link: github.com/sanjayssane/Machine-Learning/blob/master/BreastCancer.csv
Simple Training Custom Loop in TensorFlow | Linear Regression
มุมมอง 188ปีที่แล้ว
Simple Training Custom Loop in TensorFlow | Linear Regression
Reshaping the Data in R | Making the data Longer and Wider in R | Package tidyr
มุมมอง 7502 ปีที่แล้ว
Reshaping the Data in R | Making the data Longer and Wider in R | Package tidyr
Clinical Reporting using R | Package r2rtf
มุมมอง 4.7K2 ปีที่แล้ว
Clinical Reporting using R | Package r2rtf
Interactive Scatter Plot with Shiny R
มุมมอง 6K2 ปีที่แล้ว
Interactive Scatter Plot with Shiny R
Simple Graphics with Shiny | Interactive Histogram | Interactive Boxplot
มุมมอง 1.2K2 ปีที่แล้ว
Simple Graphics with Shiny | Interactive Histogram | Interactive Boxplot
Presenting any ML Model with Interactivity | ipwidgets | ML Project Presentation
มุมมอง 5482 ปีที่แล้ว
Presenting any ML Model with Interactivity | ipwidgets | ML Project Presentation
Linear Optimization in Excel with Solver Add-in | LPP in Excel
มุมมอง 39K2 ปีที่แล้ว
Linear Optimization in Excel with Solver Add-in | LPP in Excel
Interact Function in ipwidgets | Simple Interactive Graphics with Python
มุมมอง 1622 ปีที่แล้ว
Interact Function in ipwidgets | Simple Interactive Graphics with Python
Simple What-If Tool with Jupyter Widgets | ipwidgets
มุมมอง 6822 ปีที่แล้ว
Simple What-If Tool with Jupyter Widgets | ipwidgets
Python Scripting in KNIME
มุมมอง 6K2 ปีที่แล้ว
Python Scripting in KNIME
Comparing Models in KNIME
มุมมอง 2.3K2 ปีที่แล้ว
Comparing Models in KNIME
Linear Regression with KNIME
มุมมอง 6K2 ปีที่แล้ว
Linear Regression with KNIME
Precision Score | F1-Score | Model Evaluation
มุมมอง 832 ปีที่แล้ว
Precision Score | F1-Score | Model Evaluation
Recall Score
มุมมอง 1502 ปีที่แล้ว
Recall Score
Welcome to Sane's Academy Channel
มุมมอง 7042 ปีที่แล้ว
Welcome to Sane's Academy Channel

ความคิดเห็น

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

    Thank you!

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

    Thanks for your video. Please help. How to find MAXy for ax1+bx2+cx3+dx4=y ?

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 7 หลายเดือนก่อน

    Congratulations sir!

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

    How can I contact you!

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

    Thank you for this video. Needed it very much.

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

    Is this question 4 decision variable and 4 constraints

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

    Dziękuję za pomoc, pozdrawiam serdecznie, życzę miłego dnia.

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

    kocham pana

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

    tylko trochę za wolno

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

    Dobra robota przyjacielu

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

    Thank you. How can we insert space between group of records while creating rtf file? And also I'm not getting footnote for every page, for last page only it is populating. Is there any option to get a footnote for every page?

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

    You are God Send man, you just helped me a lot!

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

    Thank you Sir for valuable content

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 10 หลายเดือนก่อน

    Excellent! Your way of teaching is amazing, so that after understanding from you, it looks very simple! :) Thanks for being there.

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

    How did you randomly input the figures under EXECUTIVE, STUDENT, and OFFICE(the figures above the profit per unit row)

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

      You can input any values in those cells manually, just to test your formulas related to sumproduct for your answer. But please mind it well that irrespective of what values you enter, your optimal answer isn't going to change when you are going to click the 'solve' button.

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

    super :)

  • @Johnny-ro5kq
    @Johnny-ro5kq 10 หลายเดือนก่อน

    *Promo sm* 💔

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

    7:35, the formula for pooled variance is the numerator divided by n1+n2-2

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

      Yes, I missed it. Thanks for ponting. Also thanks for interest fully watching my video

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

    Great video, very helpful. Thank you!

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

    Very nice video with good example

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

    Thank you! Clear and concise

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

    sir what could be test cases if I take this for automation? what should be my approach what should be my automation's end goal?

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

      Automation's end goal should be a solution generation and also operationalizing it by the costs and profits calculated. The calculated figures can be stored and presented on dashboard

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 ปีที่แล้ว

    Interesting! 👌👌👍

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

    Thanks for the video. HOw can we read the rtf file and extract tables out of it?

  • @Hi-vo9de
    @Hi-vo9de ปีที่แล้ว

    THANK YOU FOR EXPLAINING THE PART THAT HOW TO ADD THE SOLVER ICON IN THE EXCEL MENO AS MINE DID NOT HAVE THIS ICON.

  • @HabiburRahman-w5t4j
    @HabiburRahman-w5t4j ปีที่แล้ว

    Thank you so much sir. This video is helped me a lot.

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

    Mr. Sanjay Sane. Do you have Knime PY scripting to run FB Prophet time series predictor? I am asking this because I cannot find any node nor component in Knime public node & component repository. Look forward to receive your feedback. Thank you Sir!

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

    Thank you sir 😊

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

    Amazing Video Sir The way of teaching is really awesome

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

    Excelente video!

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

    Excellent video. Explained in very simple language

  • @PremaV-jr5mx
    @PremaV-jr5mx ปีที่แล้ว

    Sir..i m attending CDAC's AI course now .The way you explain ML algorithm step by step before coding is excellent. especially the concepts of bagging boosting and Stacking...Expecting more video like this...I m recommending your channel to my colleagues too.

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

    thanks sir, this helped me with my school project

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 ปีที่แล้ว

    Interesting!

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

    Kudos. Very well explained. Seems like building a smallish neural network might be the next step.

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

    Is there a way to do this in Knime?

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

    Hi Sir, i have a doubt, how to create a row gap if there are multiple sections in the report.

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

    Hi Sir, this is a very helpful video about r2rtf. I understood this and tried to generate the rtf, it worked. thanks a lot for taking time to share your knowledge. The only thing i noticed in the video is that for the rtf_colheader() for bottom border, in the video within the code it is not used, in the second rtf_colheader() i suppose we need to use the border_bottom('single',3).

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

      Thanks for your feedback. I will surely look into the details of the border related options suggested by you.

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

    Nice.

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

    Thank.

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

    Really very useful video sir...keep doing such videos...

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

    Thank you sir for this wonderful content!

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 2 ปีที่แล้ว

    Interesting!

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 2 ปีที่แล้ว

    Very clearly explained! 👍

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 2 ปีที่แล้ว

    Interesting concept in Machine Learning!

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

    Simple and clear presentation Sane sir 🙏

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

    Great initiative sir!

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

    Hi Sir. I was a student in your evening class, and I learned ML algorithms from you in R. It's been ages since we met but I have cherished those lectures ever since I was your student, I use that knowledge every day in my job in fact ! Thanks a lot for making this channel!

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

    Keep up the great work. Industry 4.0 would be a big game changer in coming 2-3 years and your videos on AI/ML will be great start point to learn and hone the skills better in those topics.

  • @dr.abhijeetsafai7333
    @dr.abhijeetsafai7333 2 ปีที่แล้ว

    Yes. Videos are informative and your these efforts are encouraging sir! Indeed they are inspiring. ☺️