List in Python

List in Python

List in Python List in Python is a very powerful data structure which can store any type of data which is supported by Python. It is created using square bracket for example l=[2,4,5.2,’post’,’network’,10] this statement creates a list object of class list, and indexes objects as l[0], l[1], l[2], l[3], l[4] and l[5]. If you

List in Python Read More »

Logistic Distribution PDF

Logistic Regression

Hyperbolic Functions These functions are very important in regression, classification and to build neural networks. Moreover, it is important to remember expression hyperbolic functions in the form of exponential functions. I have written the expressions and plotted the functions using python library. Python Codes to Plot Hyperbolic Functions import numpy as np import matplotlib.pyplot as

Logistic Regression Read More »

©Postnetwork-All rights reserved.