Artificial Intelligence DIY
Get latest project developments in Artificial Intelligence from around the world covering topics of AI developments, Programming & Syntax, Code Libraries, Bots, etc to help encourage the programmer in you.
Choosing an Activation Function for Deep Learning
Activation functions are a critical part of the design of a neural network.
The choice of activation function in the hidden layer will control how well...
Understanding Semi-Supervised Learning With Label Spreading
Semi-supervised learning refers to algorithms that attempt to make use of both labeled and unlabeled training data.
Semi-supervised learning algorithms are unlike supervised learning algorithms that...
Making Superfast Python Programs
Python haters always say, that one of the reasons they don’t want to use it, is that it’s slow. Well, whether specific program — regardless of...
Using a Python to build a Digital Clock
In this article, you will learn how to build and design your digital clock window using python.
This is a simple project to get started...
Organizing Google Photos with Python
Naturally, people have started to consider what they’ll do with their photo and video collection when the time comes. One option is to export...
Tutorial on Animating Emojis
This project will give you a great introduction to basic web animations using HTML and CSS. Learn how to use spinning animations on the...
Creating List-Like Objects in Python
In this post, we will be talking about how Python likes to deal with "list-like objects". We will be diving into some quirks of...
Guide To Next-Generation Object Detection
Object detection is a tedious job, and if you ever tried to build a custom object detector for your research there are many factors...
A Guide To Web Scraping With Selenium
The Internet is the ‘Large hub’ of Data. Whether you need the textual or image data for your company or personal research use, you...
A beginner’s guide to web scraping with Python and Scrapy
Since their inception, websites are used to share information. Whether it is a Wikipedia article, YouTube channel, Instagram account, or a Twitter handle. They all are...
Implementing Perceptron Algorithm in Python
Artificial Neural Networks(ANNs) are the newfound love for all data scientists. From classical machine learning techniques, it is now shifted towards deep learning. Neural networks mimic...
How to Make a Timer in Scratch (Beginners 8+)
How to Get Started
This article will teach you how to make a timer in Scratch, the free visual programming language. The script we describe...