Sat.Nov 27, 2021

article thumbnail

An Introduction to TFLearn using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview Hello readers! Hope you know about TensorFlow. TensorFlow is an open-source artificial intelligence library using data flow graphs to build models developed by Google. Using this, we can create large-scale neural networks with n number of layers. This TensorFlow is considered the […].

article thumbnail

Transfer learning with TensorFlow

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. A brief introduction to transfer learning The most pervasive problems in machine learning are related to data: it can be either insufficient, or low-quality. One obvious solution to this set of problems is to acquire more and better data. However, these two often do […]. The post Transfer learning with TensorFlow appeared first on Analytics Vidhya.

article thumbnail

Creating a Simple Z-test Calculator using Streamlit

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Statistics plays an important role in the domain of Data Science. It is a significant step in the process of decision making, powered by Machine Learning or Deep Learning algorithms. One of the popular statistical processes is Hypothesis Testing having vast usability, not […].

Testing 308