Understanding Convolutional Neural Networks (CNN) with...

After completing Course #4 of the Coursera Deep Learning specialization I wanted to write a short summary to help y’all understand / brush up on the concept of Convolutional Neural Network (CNN). Let’s understand CNNs with an example –  Figure 1. CNN Example – Source: Coursera DL Specialization Let’s say you have a 32×32 image of digits from 0 to 10 with 3 channels (RGB). You pass it through a filter of size f in the 1st Convolutional Layer (CL1).  What is the size of the output image of the filter? The size of the output image is calculated by the following formula: Source: Medium In our case, let’s assume padding is 0 and stride is 1.  The above formula results in output size of 28×28 for both the height and width of the image. Alright that’s a good start! Let’s keep going.  Notice the dimension 6 on the output of Layer 1.  Where do we get the third dimension from? The third dimension is nothing but the number of filters in the layer. Given a filter of size f. There are #f number of filters in the layer and the dimension of EACH filter is of dimension f x f...
Read more

BYOL tutorial: self-supervised learning on CIFAR...

After presenting SimCLR, a contrastive self-supervised learning framework, I decided to demonstrate another infamous method, called BYOL. Bootstrap Your Own Latent (BYOL), is a new algorithm for self-supervised learning of image representations. BYOL has two main advantages: It does not explicitly use negative samples. Instead, it directly minimizes the similarity of representations of the same image under a different augmented view (positive pair). Negative samples are images from the batch other than the positive pair. As a result, BYOL is claimed to require smaller batch sizes, which makes it an attractive choice. Below, you can examine the method. Unlike the original paper, I call the online network student and the target network teacher. Overview of BYOL method. Source: BYOL paper Online network aka student: compared to SimCLR, there is a second MLP, called predictor, which makes the whole method asymmetric. Asymmetric compared to what? Well, to the teacher model (target network). Why is that important? Because the teacher model is updated only through exponential moving average (EMA) from the student’s parameters. Ultimately, at each iteration, a tiny percentage (less than 1%) of the parameters of the student is passed to the teacher. Thus, gradients flow only through the student network....
Read more

A Guide to Engaging and Plagiarism-Free...

The use of ChatGPT and other AI language models has skyrocketed. Everyone from marketers to website owners, students, and researchers are using them. However, there’s a big question regarding the content generated by these tools.  Is it AI-plagiarism free? While you might be hoping yes, the actual answer is a resounding “No!” AI-generated content commits two forms of plagiarism: (1) typical plagiarism and (2) AI plagiarism.  This article will run through each one, enlightening you about the importance of checking ChatGPT-generated content for any forms of copying. It will also show you the best tools to check for plagiarism in content created by ChatGPT. Without further ado, let’s dive in. Do You Really Need To Check ChatGPT Content for Plagiarism? We can’t stress this enough: whoever you are, if you use ChatGPT for content creation, you must check the output for plagiarism.  Here are four reasons why it really does matter. 1. So you can ensure originality Academics don’t consider ChatGPT content as original. Stanford University has gone as far as to name it “CheatGPT,” with an article on the university’s website stating the use of ChatGPT for content creation ‘clearly violates academic integrity.’ The university also believes it doesn’t...
Read more

Marek’s Dev Diary: January 30, 2025

What is this Every Thursday, I will share a dev diary about what we’ve been working on over the past few weeks. I’ll focus on the interesting challenges and solutions that I encountered. I won’t be able to cover everything, but I’ll share what caught my interest. Why am I doing it I want to bring our community along on this journey, and I simply love writing about things I’m passionate about! This is my unfiltered dev journal, so please keep in mind that what I write here are my thoughts and will be outdated by the time you read this, as so many things change quickly. Any plans I mention aren’t set in stone and everything is subject to change. Also, if you don’t like spoilers, then don’t read this. Space Engineers 2 This week was very special – on Monday we launched SE2 on Early Access. The community reception has been very good, with most players understanding why we’re releasing an alpha and doing open development, sharing the journey together with them. Of course, SE2 doesn’t have as many features as SE1 yet, but it brings significant improvements (new VRAGE3, new visuals, new fractures, unified grids system, new...
Read more

Transforming Healthcare with Generative AI: Key...

The healthcare industry has always been at the forefront of technological innovation, from the invention of pacemakers and X-rays to the adoption of electronic health records. Now, Artificial Intelligence (AI) and its allied technologies, such as machine learning, deep learning, and generative AI, are driving the next wave of transformation. Generative AI, in particular, is emerging as a powerful tool with the potential to revolutionize how healthcare is delivered, managed, and experienced. The Rise of Generative AI in Healthcare Generative AI refers to a class of AI models that can generate new, realistic data instances that resemble their training data. Unlike traditional AI, which focuses on analyzing and predicting outcomes, generative AI can create novel content, such as images, text, and even synthetic data. In healthcare, generative AI is being applied to a wide range of use cases, from drug discovery and personalized medicine to medical imaging and patient care. It enhances traditional machine learning applications and opens new possibilities for innovation. Key Benefits of Generative AI in Healthcare Accelerated Drug Discovery: One of the most promising applications of generative AI is in drug discovery. Traditional drug development is a lengthy and expensive process, often taking years and costing billions...
Read more

The genius of SUPER drone’s two-trajectory...

Traditional drone navigation systems rely on pre-mapped environments or slow real-time calculations, limiting their ability to react dynamically. However, researchers from the University of Hong Kong have developed the safety-assured high-speed aerial robot (SUPER) – a compact MAV with a 280-millimeter wheelbase and a thrust-to-weight ratio greater than 5.0. This next-generation autonomous drone can make split-second decisions using LiDAR-based perception, real-time mapping, and a two-trajectory strategy. Its advanced navigation system allows SUPER to navigate complex environments at high speeds while avoiding obstacles in real time. By integrating LiDAR sensing and an intelligent planning framework, the drone ensures both agility and safety – even in completely unknown terrain. The key innovation behind SUPER is its two-trajectory planning system, which allows it to explore new paths while always maintaining a backup plan for safety: Exploratory Trajectory – Charts a fast, efficient path toward its goal, even through unknown spaces. Backup Trajectory – Ensures the drone can always return to a known safe space if the exploratory path encounters obstacles. This system recalculates trajectories 10 times per second, allowing SUPER to react instantly to changes in its surroundings and avoid collisions – even at high speeds. If a replan fails, SUPER will execute...
Read more

Checklists While Preparing For Uncertainties

Posted On: March 20, 2020 While the World Health Organisation declared COVID-19 as a pandemic outbreak, the numbers are still growing. As we write this, almost 1,61,715 cases in 150 countries have been reported to WHO. While most of those infected have been recovering, the numbers reported worldwide as well as nationally continue to rise. Not only has the COVID-19 outbreak disrupted daily life and travel, but it has also forced businesses to step back and take all possible measures for employee welfare and business continuity.    Expect the best, plan for the worst and prepare to be surprised. – Denis Waitley, American Author   According to the US Department of Labour, Occupational Safety & Health Administration, as much as 40% of a workforce could be affected by a pandemic. Among the many implications and responsibilities for businesses, in the event of a pandemic would be high rates of absenteeism, disruption to supply-chains, disruption to business travel, controlling the risk of infection in the workplace and a fall in demand for the human resource would have to be accounted for as well.  A company’s future depends on its people and processes. Being able to handle such situations effectively has a significant...
Read more

Variational Autoencoders Explained in Detail

The model is composed of three sub-networks: Given $x$ (image), encode it into a distribution over the latent space – referred to as $Q(z|x)$ in the previous post. Given $z$ in latent space (code representation of an image), decode it into the image it represents – referred to as $f(z)$ in the previous post. Given $x$, classify its digit by mapping it to a layer of size 10 where the i’th value contains the probability of the i’th digit. The first two sub-networks are the vanilla VAE framework. The third one is used as an auxiliary task, which will enforce some of the latent dimensions to encode the digit found in an image. Let me explain the motivation: in the previous post I explained that we don’t care what information each dimension of the latent space holds. The model can learn to encode whatever information it finds valuable for its task. Since we’re familiar with the dataset, we know the digit type should be important. We want to help the model by providing it with this information. Moreover, we’ll use this information to generate images conditioned on the digit type, as I’ll explain later. Given the digit type, we’ll encode...
Read more

Earnings Multipliers: How to Make $10,000...

We at Eyelevel.ai (AKA Cashbot.ai) are excited to announce a huge enhancement to our platform. We think you’re going to love it! Eyelevel for Publishers keeps making it easier to earn income, with chatbots, from home! New Chatbot Monetization Features to Help you Make Money with Chatbots! For over two years, we’ve been trying to help chatbot makers, developers, owners and operators — make money from their amazing chatbot creations. We’ve come to work with huge tier-one media companies with chatbots, and we’ve worked with those individuals who love to build chatbots. We love working with them all. To us, it’s all the same, deliver the same four value propositions and let the ecosystem benefit. Make it super easy to earn money from chatbots. Make it lucrative. Make it so the end-users love it. Make it simple to install, measure and modify. Today we partner with thousands of Botmakers folks and over the past 2 years we’ve grown our network to over 1,900 “publishers” who use our platform to monetize their chatbots and interactions between those bots and their audience. During that time, we’ve come across some great Chatbots and some great Chatbot Publishers and some bad chatbots and some...
Read more

Gavel Launches ‘Exec’ AI Assistant for...

Once again a legal tech company has – via the launch of a new AI product – raised the question: has the time come for Small Law to transform itself – and perhaps do so faster than Big Law? But first, the product, which is priced to be affordable to smaller firms. Gavel, which is based in Los Angeles, has built Exec, a genAI assistant that can be embedded in Microsoft Word. It’s already been tried out by several law firms and they’ve provided feedback to ‘ensure accuracy and quality of the results and helped develop market benchmarks and playbooks, starting with corporate and real estate law’, the company noted. All well and good, but what does it do? Gavel Exec ‘empowers lawyers to perform a range of activities, including contract analysis and redlining, negotiation based on firm precedents, and running playbooks with pre-defined rules’, they said, and added that it acts as an ‘extension of Gavel’s end-to-end automation platform’. And here’s several of its features: – Redline: Compare your document against Gavel’s benchmarks or your uploaded reference files to ensure consistency and alignment with your preferred rules and style. – Draft and Revise: Draft or rewrite clauses or entire...
Read more
Understanding Convolutional Neural Networks (CNN) with...

Understanding Convolutional Neural Networks (CNN) with...

After completing Course #4 of the Coursera Deep Learning specialization I wanted to write a short summary to help y’all

READ MORE
BYOL tutorial: self-supervised learning on CIFAR...

BYOL tutorial: self-supervised learning on CIFAR...

After presenting SimCLR, a contrastive self-supervised learning framework, I decided to demonstrate another infamous method, called BYOL. Bootstrap Your Own

READ MORE
A Guide to Engaging and Plagiarism-Free...

A Guide to Engaging and Plagiarism-Free...

The use of ChatGPT and other AI language models has skyrocketed. Everyone from marketers to website owners, students, and researchers

READ MORE
Marek’s Dev Diary: January 30, 2025

Marek’s Dev Diary: January 30, 2025

What is this Every Thursday, I will share a dev diary about what we’ve been working on over the past

READ MORE
Transforming Healthcare with Generative AI: Key...

Transforming Healthcare with Generative AI: Key...

The healthcare industry has always been at the forefront of technological innovation, from the invention of pacemakers and X-rays to

READ MORE
The genius of SUPER drone’s two-trajectory...

The genius of SUPER drone’s two-trajectory...

Traditional drone navigation systems rely on pre-mapped environments or slow real-time calculations, limiting their ability to react dynamically. However, researchers

READ MORE
Checklists While Preparing For Uncertainties

Checklists While Preparing For Uncertainties

Posted On: March 20, 2020 While the World Health Organisation declared COVID-19 as a pandemic outbreak, the numbers are still

READ MORE
Variational Autoencoders Explained in Detail

Variational Autoencoders Explained in Detail

The model is composed of three sub-networks: Given $x$ (image), encode it into a distribution over the latent space –

READ MORE
Earnings Multipliers: How to Make $10,000...

Earnings Multipliers: How to Make $10,000...

We at Eyelevel.ai (AKA Cashbot.ai) are excited to announce a huge enhancement to our platform. We think you’re going to

READ MORE
Gavel Launches ‘Exec’ AI Assistant for...

Gavel Launches ‘Exec’ AI Assistant for...

Once again a legal tech company has – via the launch of a new AI product – raised the question:

READ MORE
Previous Next