Elena' s AI Blog

Logging in Python


In this post, I cover everything from the basics of logging to configuring logging to output messages to different destinations. I also included some examples of logging levels and how to log messages at different levels based on the severity of the issue. Read more...

Guest posts about AI and Python


This blog is not only about coding or AI; it is about living with AI in human society, striving for happiness and building on technological advances. You can publish your quest post about anything related to Python coding and AI. It is easy. I will explain how. Read more...

Regulation on artificial intelligence has already been published


The AI Regulation has already been published, and it will imply compliance with several obligations, such as transparency and human oversight, when the AI System is deemed high-risk. It is important to remain updated and understand how this regulation will be applied. Read more...

Git Remotes


This post is about managing remote repositories in Git. We explore tasks such as adding, renaming, removing remotes, and updating remote URLs. We also practice fetching, pulling, and pushing changes to and from remote repositories. Read more...

Narrow AI, General AI, Superintelligence, and The Real Intelligence


I discuss the main AI types in this post. I share my understanding of the possibility of general intelligence in the future. Read more...

ARC-AGI benchmark and a hefty prize


I am sharing information about the recent Kaggle competition launch, which focuses on advancing general intelligence. Read more...

Sending Emails with Python and receiving your messages


In this post, I will describe two main methods for sending emails using Google and Python. You won't need to use third-party applications. I use some of these code blocks to send my subscription emails. I will also share my setup for effortlessly getting your emails on this GitHub static website. Read more...

Can AI hallucinate?


AI hallucinations are a critical phenomenon in AI, referring to instances where AI systems generate inaccurate or nonsensical information. This post explores the main causes of AI hallucinations, their implications, possible benefits, and existing solutions. Read more...

Recommender Systems


Recommendation systems are algorithms that suggest relevant items to users. Depending on the application, these items could be movies, songs, products, or anything else. In this post, we explore the basics of collaborative and content-based filtering and code them in Python. Read more...

To cite or perish


Proper citation is a must to maintain academic and ethical integrity. It is a valuable skill that promotes respect for other people, creates a chain of arguments paramount in research and science, and protects one's life efforts in the future. Herein, I write my approach to citation. This might be useful for my student readers. Read more...

1 2 3 4 5 6 7 8 9 10