Developers

Women-only hackathons to tackle the gender gap

March 8 is International Women's Day (IWD), which is just around the corner. On this day, the United Nations wants the world to…

8 years ago

How to monetize your programming skills as a beginner

It is important for everyone to learn how to use their programming skills to lead a good life and be…

8 years ago

Building your own Lisp Parser Part II

You might remember the Lisp parser we created in the article (Building Your Own Lisp Parser Part I), which is…

8 years ago

Getting started with Virtual Reality

“There are two kinds of people in this world: Those who think VR will change the world. And, those who…

8 years ago

How to solve nondeterministic polynomial (NP) challenge problems in programming contests

In this article, we talk about what Challenge problems are and how to solve them. I find them the most…

8 years ago

Can the Asus Tinker Board take the pie away from Raspberry Pi ?

To satisfy our voracious appetite for economical, easily-programmable, and open source hardware to bring our imagination to life,  technology giants…

8 years ago

Top 13 (free) must read machine leaning books for beginners

Getting learners to read textbooks and use other teaching aids effectively can be tricky. Especially, when the books are just…

8 years ago

Radial Basis Function Network

Introduction Radial Basis Function network was formulated by Broomhead and Lowe in 1988. Since Radial basis functions (RBFs) have only…

8 years ago

Hackmotion, an app that helps you relieve stress

In every Hackathon, we witness people working around the clock to develop on an idea that's unprecedented in all respects.…

8 years ago

Introduction to Naive Bayes Classification Algorithm in Python and R

Naive Bayes is a machine learning algorithm for classification problems. It is based on Bayes’ probability theorem. It is primarily…

8 years ago

The Six Degrees of Separation theory

Do you know SixDegrees.com was the first social network site which allowed the user to create a profile and connect?…

8 years ago

Building your own Lisp Parser Part I

While writing a full-blown compiler for a programming language is a difficult and frustrating task, writing a smaller and more…

8 years ago