Introduction to TensorFlow

Here you will get TensorFlow introduction. TensorFlow is a framework which is used for machine learning and deep learning applications like neural network. It is used for data flow programming as an open source software library over various range of tasks. It is symbolic  math library used in research and production both. Tensorflow is used …

Introduction to TensorFlow Read More »

C++ STL Algorithm Library

In this article you will learn about stl algorithm library in c++. Are you a competitive programmer or very passionate programmer then you must know about STL algorithm library. It contains very rich set of algorithms. If you practice this well you can nail any programming interview. All inbuilt algorithms implemented in this library were implemented …

C++ STL Algorithm Library Read More »

Python Quick Sort

Here you get python quick sort program and algorithm. Quick sort is based on divide and Conquer technique. We divide our array into sub-arrays and that sub-arrays divided into another sub-arrays and so on, until we get smaller arrays. Because it is easy to solve small arrays in compare to a large array. Sorting smaller …

Python Quick Sort Read More »

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 »