Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

Introduction to Neural Networks

Here you will get an introduction to neural networks in the field of data science. Neural networks are similar to biological neural network. Biological neural network is collection of biological neurons in human brain similarly Neural network is collection of nodes called Artificial neurons. Neural networks are based on non-task specific programming concepts like in …

Introduction to Neural Networks Read More »

Introduction to Deep Learning

Here you will get an introduction to deep learning. Deep learning is also known as hierarchical learning. It is used for interpretation of information processing and communication patterns in biological neural system. It also defines relation between different stimuli and associated neural responses in brain. It is a part of machine learning methods with non-task …

Introduction to Deep Learning Read More »

Python Bubble Sort

Here you will learn about Python bubble sort. In Bubble Sort, all we have to do is pick the first two elements of the array and compare them if first one is greater than the second one then swap them. After it, pick next two elements and compare them and so on. After travelling the …

Python Bubble Sort Read More »