Posts

Excel/CSV datasets for Data Mining and Machine Learning

  Excel/CSV datasets for Data Mining and Machine Learning. 1. Titanic Dataset (Classification) https://www.kaggle.com/competitions/titanic/data 2. House Price Dataset (Regression) https://www.kaggle.com/competitions/house-prices-advanced-regression-techniques/data 3. Student Performance Dataset https://archive.ics.uci.edu/dataset/320/student+performance 4. Loan Approval Dataset https://www.kaggle.com/datasets/altruistdelhite04/loan-prediction-problem-dataset 5. Customer Churn Dataset https://www.kaggle.com/datasets/blastchar/telco-customer-churn 6. Wine Quality Dataset https://archive.ics.uci.edu/dataset/186/wine+quality 7. Mall Customer Dataset (Best for Clustering) https://www.kaggle.com/datasets/vjchoudhary7/customer-segmentation-tutorial-in-python

23CSS2-FULL SATCK DEVELOPMENT-I

 LAB INTERNAL EXAMINATION 23CSS2-FULL SATCK DEVELOPMENT-I 1. i) Write an HTML program to explain the working of tables. (use tags: <table>, <tr>, <th>, <td> and attributes: border, rowspan, colspan) ii) Write a  JavaScript  program using date object properties and methods. iii) Write a program to display the denomination of the amount deposited in the bank in terms of 100’s, 50’s, 20’s, 10’s, 5’s, 2’s & 1’s. (Eg: If the deposited amount is Rs. 163, the output should be 1- 100’s, 1-50’s, 1- 10’s, 1-2’s & 1-1’s) 2.i)Write an HTML program, in such a way that, rather than placing large images on a page, the preferred technique is to use thumbnails by setting the height and width parameters to something like 100*100 pixels. Each thumbnail image is also a link to a full-sized version of the image. Create an image gallery using this technique ii)Write a JavaScript program which asks the user to enter three integers, obtains the numbers f...

cisco c link

  c-essentials-1 https://www.netacad.com/courses/c-essentials-1?courseLang=en-US&instance_id=f55d1389-a25c-483b-ae0d-5d1c56e66600 c-essentials-2 https://www.netacad.com/courses/c-essentials-2?courseLang=en-US&instance_id=cf26fdec-42b8-43bb-99bd-d3886035d035

FormDemo.html

  < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Student Registration </ title >     < style >         table , tr , td , th {             font-size : 25px ;         }     </ style > </ head > < body bgcolor = "#ddeeaa" style = " text-align: center;font-size: 25px;" >     < h1 style = " text-align: center;color: blue;" > Student Placement Registration </ h1 >     < form action = "" >         < table style = " margin-left: 600px;" >             < tr >                 < td >< label for = "" > Enter First Name </ label ></ td > ...

ImageExample.html

  < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >         img {             width : 250px ;             height : 250px ;             margin : 50px ;             border-radius : 125px ;             float : left ;         }         h1 {             text-align : center ;             color : blue ;         }         table {             border : 1px solid white ;             border-collapse : colla...

run.bat

 cd\ cd tc\bin del *.c del *.cpp del 24* cd\ cd turboc3\bin del *.c del *.cpp del 24*