Posts

Showing posts from October, 2023

Check Device is JailBroken or Rooted

Jailbroken and rooted devices are very important in app development for a number of reasons: Testing apps on a variety of devices and configurations: Jailbroken and rooted devices allow developers to test their apps on a wider range of devices and configurations than would be possible with official firmware. This is important because it helps to ensure that apps are compatible with a wider range of users. Debugging apps: Jailbroken and rooted devices give developers access to system logs and other diagnostic tools that can be used to debug their apps. This can be very helpful for identifying and fixing bugs. Developing apps that require root or jailbreak permissions: Some apps require root or jailbreak permissions in order to function. For example, an app that needs to modify system files or access low-level system resources will need to be rooted or jailbroken. Reverse engineering other apps: Jailbroken and rooted devices allow developers to reverse engineer other apps. This can b

Generative AI

Generative AI is a subset   of Deep Learning. Deep Learning Deep Learning uses Artificial Neural Networks - Allowing them to process more complex patterns than traditional machine learning.   Deep learning model Types: Discriminative: * Used to classify or predict * Typically trained on a dataset of labeled data. * Learn the relationship between the features of the data points and the labels. Generative: * Generates new data that is similar to data it was trained on. * Understands distribution of the data and how likely given the example is. * Predict the next word in sequence. What is GenAI? * GenAI is a type of AI that creates new content based on what it has learned from existing content. * The process of learning from existing content is called training and results in the creation of a statistical model. * When given a prompt, GenAI uses this statistical model to predict what an expected response might be and this generates new content. Generative Models: * Generative language mode