Python for Engineers

Solve Problems by Coding Solutions - A Complete solution for python programming

Blog Pages

▼

Python program to find number of processors in your computer

›
The maximum parallel processes can you run on computer is based on the number of processors or cores  in your computer. To find number of p...

COVID19Py

›
COVID19Py 0.3.0 A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data. Installation - ...

Public Datasets for Research & Innovation on Coronavirus

›
COVID-19 Open Research Dataset (CORD-19)   Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE European Center for Dis...

Python Programming for Quantitative Economics

›
This website presents a set of lectures on python programming for quantitative economics, designed and written by Thomas J. Sargent an...

A python program for neural network trained with backpropagation with sigmoid function

›
import numpy as np def nonlin(x,deriv=False): if(deriv==True): return x*(1-x) return 1/(1+np.exp(-x)) X = np.array([ [0,...
‹
›
Home
View web version
Powered by Blogger.