Publications by
Document
class: title-slide .row[ .col-7[ .title[ # Correlation and Regression ] .subtitle[ ## Correlation and Regression ] .author[ ### Laxmikant Soni <br> [blog](https://laxmikants.github.io) <br> [<i class="fab fa-github"></i>](https://github.com/laxmiaknts) [<i class="fab fa-twitter"></i>](https://twitter.com/laxmikantsoni09) ] .affiliatio...
6668 sym
Chemical Inventory
Download from Onedrive to use fully. Search the chemical inventory:...
72 sym
Document
Support Vector Machines for predicting student passed or failed Support Vector Machines for predicting student passed or failed Introduction to Support Vector Machines (SVM) A Simple Classification Task Steps: Step 1: Load the dataset from an Excel file. Step 2: Prepare features and target Step 3: Split the da...
3834 sym Python (1857 sym/11 pcs) 3 img
Document
Support Vector Machines for predicting student passed or failed Support Vector Machines for predicting student passed or failed Introduction to Support Vector Machines (SVM) A Simple Classification Task Steps: Step 1: Load the dataset from an Excel file. Step 2: Prepare features and target Step 3: Standardize the ...
4076 sym Python (1912 sym/11 pcs) 2 img
Document
options(repos="https://cran.rstudio.com" ) 必要パッケージのインポート pacman::p_load(tidyverse, metafor, meta, svglite) # library(gridExtra) #library(readr) データのインポート Dataset <- read_csv("HDS_metaanalysis.csv") ## Rows: 12 Columns: 12 ## ── Column specification ───────────────�...
1324 sym R (12592 sym/45 pcs) 14 img 1 tbl
Document
k-Nearest Neighbor (k-NN) k-Nearest Neighbor (k-NN) Introduction Goal Steps of the k-NN Algorithm in This Case Key Considerations Import necessary libraries Step 1: Load the dataset Download CSV file Step 2: Preprocess the data (Encode categorical features if needed) Step 3: Split the dataset into feature...
4770 sym 2 tbl
Document
はじめに この講義で使用する教科書は、丸善出版の熱力学・統計力学です。この講義が始まり3年目ですが、教科書はまだ模索中です。言い訳にはなりますが、熱力学、統計力学は本来別々に1期ないしは1年通じて学ぶ必要のあるものです。なぜか本学では�...
19210 sym
Document
Logistic Regression Logistic Regression Hypothesis Mapping Function Components: Hypothesis Explanation: Prediction Rule: Graph of Linear Regression vs Logistic Regression Difference Between Linear and Logistic Models Import Necessary Libraries Download the csv file Load the dataset from the csv file Prepa...
3335 sym 1 img 1 tbl
Document
Linear Regression Linear Regression Machine Learning With Python: Linear Regression With three Variable Problem Statement Mean Squared Error (MSE) Intercept and Slope Download CSV file load the data draw chart between area and price handle missing data features and target Split the dataset into training and test...
2383 sym 4 img 1 tbl