Skip to main content

Poem written by My Angel- Aayushee

 She doesn't love in moderation.

She doesn't think that love can be in moderation.

She loves wholeheartedly.

She loves unconditionally.

When she loves, that is all she does.


She doesn't feel in moderation.

She feels, in a way that touches all her nerve endings and the tops of her fingers blees with the way she feels.

Her eyes, filled to the brim, she feels.

Her breathe, wary as it is, all with what she feels.


She is always all in.

In the paths that are rough, when the times are smooth, 

When all is good, when all is bad.

She is all in.


She loves.

She feels.

She stands with you in time that you wouldn't believe,

In yourself, much less in others.

She's always there.


She loved.

She felt.

She stood by me in the times that I wouldn't.

While I was busy being afraid.

She loved.

By: My Loving Daughter: Aayushee Chaturvedi

Comments

Popular posts from this blog

Keyboard Shortcuts used in Most Popular Jupyter Notebook

Jupyter Notebook is a widely used notebook App by Data Scientists because of its rich features. The app allows us to write Python Code as well as rich text elements like formatted paragraphs, Images, links, mathematical equations, etc. It is a client server-based application that allows programmers, analysts for editing notebooks, write and execute python codes by browsers. JIMS, BCA course includes Python in the first year and AI using Python in the final year. Students are asked to work on Jupyter Notebook. As a student and to become a skilled developer, one must know the shortcuts to be used in any application. In this article, students can find the list of shortcuts they can use while practicing in Python and later on while learning AI using Python . JIMS, Vasant Kunj-II , is one of the best BCA colleges in Delhi NCR , which provides an  updated curriculum . The syllabus includes almost all the latest technologies that are in demand including Analytics using Excel, ...

Machine Learning and Role of Model in Machine Learning

Machine Learning concept is used in developing different modeling technique that involves Data means information such as documents, images, etc. The modeling technique analyzes the data and finds the suitable model by itself rather than having human interference in it. Data used by the Machine Learning modeling process are of two types, one is called “Training” data and the second one is “Test” Data. The primary idea of Machine Learning is to achieve a model using the training data. Types of Machine Learning Techniques: There are three types of Machine Learning Modelling Techniques. These are: Supervised Learning : In this Modelling Technique each training dataset should consist of input and correct output pairs. Unsupervised learning: This modeling technique is used for investigating the characteristics of the data and for preprocessing the data Reinforcement learning: This technique employs sets of input, some output, and grade as training data. Fig. 1. Types of Machi...
  Flutter – The Future of Mobile App Developer Flutter is a very popular Googles SDK used popularly for Mobile App Development. The Mobile App Developers feels easy to use Flutter because of its features like cross-platform Application, customized plenty of Easy-to-use Widgets and is a single codebase for any platform. Introduction: Flutter is a Cross-Platform App Development Framework enables the programmer to build an application that can run on Android as well as iOS. It uses a common codebase to design an application as it has an engine designed in the most popular language, C++, commonly used by everyone and easy to understand. Flutter is a Google product and the alpha version of Flutter was released at Google I/O/2017 and since then it has been improved drastically by all of its leaps and bounds. Google developed to assist ambient computing and becomes so popular because of its powerful and easy-to-use features. It is used by many Companies like Grab, Groupon, eBay, ...