Concern 1: With the new wave of better LLM models, such as ChatGPT, people have started wondering again: will AI[…]
Read more
Drive Into Data
Concern 1: With the new wave of better LLM models, such as ChatGPT, people have started wondering again: will AI[…]
Read moreData Warehouse Vs Data Lake vs Data Lakehouse What is a Data warehouse? A data warehouse is a type of data management system that[…]
Read moreI recently completed my DP 203 certification. My learning and tips to prepare for the exam. If you are a[…]
Read moreData model: Data model involves providing an ML algorithm (that is, the learning algorithm) with training data to learn from. The term[…]
Read moreCreate linked list and add node at the beginning class node: def __init__(self, p_data): self.data=p_data self.next=None class[…]
Read morestr=”amalaylam” flag=0 for i, c in enumerate(str): print (i,c,ascii(c),str.count(c)) if (str.count(c))%2 != 0: flag=flag+1; if flag>1:[…]
Read moreFind whether a string could be palindrome or not? Linked list creation with add node at the beginning Linked list[…]
Read more