Aryaan Hegde
Aryaan's blog

Aryaan's blog

Follow
Follow
homebadgesnewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Ever wanted to make your own programming language? Now you can.

Nov 8, 20232 min read66 views

Introduction Programming languages have always left me curious. The process through which human-written code was converted into instructions for a...

Ever wanted to make your own programming language? Now you can.

My Upcoming Exciting Programming Projects

Sep 9, 20233 min read95 views

Who am I? Before I get into the crux of this blog, I think a little bit of context is necessary. Last year, in an attempt to break free from my...

My Upcoming Exciting Programming Projects

Let's make a backend framework like Django (part 1)

Dec 28, 20229 min read771 views

How to code your very own backend framework · Introduction Hey there! Are you tired of using pre-existing backend frameworks like Django, and want to...

Let's make a backend framework like Django (part 1)

#4: What is backpropagation?

Dec 19, 20222 min read132 views

How neural networks learn · Introduction Backpropagation is an algorithm for training artificial neural networks, particularly feedforward networks with...

#4: What is backpropagation?

#3: What are neural networks?

Sep 28, 20225 min read634 views

An Introduction to Neural Networks · Introduction In the previous article of this series, we discussed about the types of machine learning: supervised,...

#3: What are neural networks?

#2: Types of Machine Learning (ML)

Sep 25, 20224 min read201 views

An Introduction to Machine Learning · What is Machine Learning? AI is an extremely general term that is inclusive of several fields such as machine...

#2: Types of Machine Learning (ML)