Posts

Machine Learning

Machine Learning What is machine learning ?     Machine learning is a subset of Artificial intellegent, we make a algorithms or models that can make predection or decision  on dataset.   There are mainly three types of machine learning  *Supervised learning *Unsupervised learning *Reinforcement learning Life cycle of building model *Problem Definition *Data collection *Data Preprocessing *Model selection *Model traning    *Model evaluation *Model Tuning *Model deployment *Monitoring and Maintenance *Feedback and Iteration

card making using of HTML and CSS

Image
  HTML CODE  <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>card </title>     <link rel="stylesheet" href="style.css"> </head> <body>     <div >         <img src="https://thumbs.dreamstime.com/b/little-boy-old-boat-calm-lake-          surface-57609073.jpg" alt="image" >         <pre>Nature     Lake</pre>         <h1>Lago di Braies</h1>         <p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Culpa,           accusantium quas perferendis reprehenderit illo dicta           eveniet id qui debitis quis facere iste dolorem.</p>  ...

html and css

  <! DOCTYPE html > < html lang = "en" > < head >     < title > practice set 1 </ title > < link rel = "stylesheet" href = "style.css" > </ head > < body >     <!-- <div id="box"> my name is ibrahim kahell and i am in the college of dacg poletechenic and i am good student and toper of the class -->     <!-- </div> -->     < h1 class = "heading" > heading a </ h1 >     < h2 class = "heading" > heading b </ h2 >     < h3 class = "heading" > heading c </ h3 > < button style = "background-color:blue;" > click </ button >     </ body > </ html > css script button {     background-color : green ; <! DOCTYPE html > < html lang = "eng" >     < head >         < title > portfilo </ title >       ...