pranayreddy316's picture
Update pages/introduction.py
ffcda09 verified
import streamlit as st
st.header('What is Data Science')
st.text('Data Science is a multi disciplinary field that combines techniques from statistics, mathematics, computer science, and domain-specific knowledge to extract valuable insights and knowledge from data. It involves the use of various methods, algorithms, and systems to analyze and interpret complex data sets.')
st.header("what is AI?")
st.text("We all know that AI stands for Artificial intelligence but to understand what actually artificial intelligence is we need an example.let us divide the into two Words: Artificial,Intelligence." )
st.text("We all know satellite is an object which revolves around something which is created by nature(Ex:moon). since it is created by nature we can now call it as Natural Satellite. Scientists studied the behaviour and developed a machine which exactly copy/mimic the behaviour of Natural satellite Called as Artificial Satellite.")
st.text('Intellingence is generally performing day to day tasks wihout any help which is created by nature(Ex:Human). So,scientists have studied the Human intelligence and after understanding the pattern of intellingence they have created machines which will mimic/copy Natural intellinge to create their own intelligence Called Artifical intelligence.' )
st.markdown('<p><b> The Simplest definition of Artificial Intelligence is it is a field where the machines mimic/copy the Natural Intelligence to crete their own intelligence to perform their own tasks with out the help of humanbeings.Here what ever the intelligence which the machines will mimic/copy is cretaed by human beings. </b></p>',unsafe_allow_html=True)
st.image("https://cdn.corporatefinanceinstitute.com/assets/artificial-intelligence-1024x512.jpeg")
st.markdown("<p><b> In this field of AI we(Data Scientists) are going to Guide the machine in such a way that machine can easily copy/mimic Natural intelligence to create their own intelligence called Artificial Intelligence</b><p>",unsafe_allow_html=True)