Skip to main content

About me

 My name is Sumiyya Zahoor Ch.

I am a student in Data science and Artificial Intelligence with string foundation of Statistical Analysis and possessed Bachelor degree in Statistics.

📊 "Harnessing the power of data to unlock secrets and tell compelling stories." Curious? Let's dive deeper. I'm a fresh Bachelor of Science in Statistics graduate stepping into the fascinating world of data science and artificial intelligence through an immersive internship. My journey didn't start here; it's built on a foundation of teaching statistics and mathematics, where I mastered simplifying complex concepts for diverse learners.


🖥️ My passion for technology isn't limited to data. Holding a diploma in Information Technology, I've explored the nooks and corners of MS Office, delved into networking, understood operating systems, and even dabbled in graphic designing. This unique blend of skills positions me at the intersection of data intelligence and technological proficiency.

💼 As I've learned the art of adapting and thriving in diverse work environments, committing to continuous learning and growth. My aspiration? To leverage my eclectic skill set in crafting data-driven solutions that inspire action and drive change.

I'm eager to connect with professionals, collaborators, and mentors in data science, AI, and tech education spaces. Intrigued by my journey or looking to share yours? Let's connect!


Comments

Popular posts from this blog

Fundamentals of Artificial Intelligence

Fundamentals of Artificial Intelligence   What is Artificial Intelligence ? Artificial Intelligence is a branch of computer science that deals with the development of methods that allow computers to learn without explicit programming. Artificial Intelligence is a way of making a digital brain by teaching computers different methods without human interference. In Artificial Intelligence computers learn themselves on the basis of prior experience and learning. Classical AI and Today's AI:   In previous times, AI was used manually or with human intervention. A person used to find a problem and solution by himself, then train the computer after setting rules and solutions related to that particular problem. Today's AI reduced the human effort and hard work. Nowadays, a person has to ask the problem only, AI gives all possible solutions related to that problem. Goal of AI: The goal of AI is to perform tasks as humans can do. For example: Making decisions and judge etc. Value Creati...

Machine Learning Vs Deep Learning

Basics of Machine Learning, Deep learning or Neural Networks:   Machine learning: Machine Learning is a great part of the Artificial intelligence field and is a popular way to execute AI projects through different methods. Normally in ML, there is no need to instruct computers, data is given to the system and according to prior experience and data, rules are made to apply further.  In the Machine Learning domain, models are trained on learning how to create rules for themselves to perform lookalike tasks by taking specific inputs by their desired possible outputs. ML typically requires processed or organized data with the involvement of humans. What is Deep Learning Study of neural networks is called deep learning.  DL is the study of doing ML with neural networks. In 2012, Neural Networks made up of basic and fundamental mathematical functions like addition, subtraction, multiplication and division etc. these networks  are like neurons in the human brain to make ...

Diffusion Models

What is the Diffusion model? Diffusion models lie in the domain of Computer Vision. Diffusion is the model of deep learning that deals with latent or hidden variables in an image by adding or removing noise. The diffusion model is a computational framework used in psychology and neuroscience to describe decision-making processes and response times in tasks involving perceptual discrimination or categorization. It proposes that decision-making involves accumulating evidence over time from noisy sensory inputs until a threshold is reached, at which point a decision is made. What is noise? Unwanted information that disrupts the clarity and accuracy of the picture. the context of the diffusion model, "noise" refers to random variability or fluctuations in the accumulation of evidence over time. These fluctuations can arise from various sources, including variability in sensory inputs, neural noise, and random fluctuations in cognitive processing. Stable Diffusion: Stable diffus...