Higgs Boson Particle or God Particle is the elementary particle in the Standard Model of the Particle Physics. The elementary particles in the Particle Physics are called as the excitation in the Higgs Field due to which they gain masses. Higgs Field and Higgs Boson Particle was first proposed by Peter Higgs and more scientists in 1964. In 2012, it was confirmed by CERN where they did the experiment of ATLAS and CMS. In this experiment, two atoms were smashed inside the Large Hadron Collider and was observed that for a very short period of time, a particle was detected which existed for short and then further got divided into more particles. This was the first confirmation of Higgs Boson Particle and lated called God Particle. Earlier, it was proposed that the Higgs Field is everywhere and the particle is a wave in a field. Now, the particle that interacts more with the Higgs Field, more it gets the mass. Photons are called to be the least interacting with the Higgs Fi...
LLMs are large language models which are kind of deep learning models where it predicts single token or sequence of token that are relatable to each other. A token can be a word, a subword or a character. These are built on a type of neural network architecture called transformers. Currently, ChatGPT, Gemini, Perplexity etc. all are based on it. These transformers are very large in size because of parameters billions in size. It uses encoders and decoders. Transformers use self-attention techniques where self is for input sequence and self-attention weighs the relation between tokens in the input sequence. Training and Fine-tuning are other factors that contribute to better working of LLMs. NLPs (Natural Language Processing) are also important for the LLMs. Issues with LLMs LLMs have issue of hallucinating, biases and using a lot of computational and energy resources. AI companies are massively using these which are creating shortage for common people. Popular LL...