Elena' s AI Blog

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...

Go with the flow


I recently underwent a major operation due to an accident, which required me to put all my energy into rehabilitation and training. I pushed myself harder than ever before and worked tirelessly towards my recovery. It was a challenging experience, shared in this post. Read more...

Robots and True Love


In this post, I write about robots and their creation challenges in real-life tasks, research areas, safety and ethical considerations, and future aspirations. I also briefly refer to a few starting points for creating robots with Raspberry Pi and Python. Read more...

Virtual Presenters (AI Avatars in-depth)


AI avatars are computer-generated representations of humans, increasingly used in many applications such as education, marketing and entertainment. Synthesia and similar AI tools create impressive avatars. In this post, I write about my favorite AI applications for creating avatars, and also create my avatars with a simple Python script. Read more...

1 2 3 4 5 6 7 8 9 10 11