Open in app

Sign In

Write

Sign In

Mayank Porwal
Mayank Porwal

4 Followers

Home

About

Jan 16, 2021

Deploy Machine Learning Model to Heroku

After building an example app, we deployed the app on heroku and it was a wonderful experience that I just had to share the few steps here for everyone to use. Let me first give you the brief introduction of these app in a layman way. Basically this app gives…

Data Science

4 min read

Deploy Machine Learning Model to Heroku
Deploy Machine Learning Model to Heroku
Data Science

4 min read


Jan 10, 2021

Understanding of Linear Regression Model

Linear regression is one the most well known algorithm in statistics and machine learning. In this article we are going to explore linear regression with the help of Boston Housing dataset. In Linear regression model, we try to learn the relationship between the input variables and output variable(single) in the…

Machine Learning

5 min read

Understanding of Linear Regression Model
Understanding of Linear Regression Model
Machine Learning

5 min read


Nov 12, 2020

Python: Lambda, Map, Filter and Reduce functions

In Python, normal functions are defined using def keyword followed by function name. For example: def myFunc(x): return x you can see that myFunc takes x as argument and return x. But when we talk about: Lambda function, is an anonymous functions are defined using lambda keyword. it uses lambda…

Python

3 min read

Python: Lambda, Map, Filter and Reduce functions
Python: Lambda, Map, Filter and Reduce functions
Python

3 min read


Nov 5, 2020

Python Decorators

Decorators in Python is an advanced topic. Before we dive into Python Decorator we need to understand the concepts of python functions. In this article we will go through the python decorator in details including's some different examples. In this article we are going to explore the following things: What…

Python

4 min read

Python Decorators
Python Decorators
Python

4 min read


Oct 28, 2020

Python classes and objects

Python is a object oriented programming language. In python mostly everything is an object with its properties(variables) and methods(functions). Similarly Class is a blueprint of that object. Create a class: For creating a class we use a class keyword followed by the class name. ## Syntax class className: ''' Body of class '''…

Python

3 min read

Python classes and objects
Python classes and objects
Python

3 min read


Oct 26, 2020

Python Comprehension

What is comprehension?? Comprehension in python is a short and elegant way to produce a list(or any sequence like dictionary, sets) using python list(or any sequence like dictionary, sets). There are three mostly use comprehension in python: List Comprehension 2. Dictionary Comprehension 3. Set Comprehension List Comprehension: List comprehension is a short…

Python

3 min read

Python Comprehension
Python Comprehension
Python

3 min read


Aug 9, 2019

How to send emails using gmail SMTP server with Django??

Here i will show you how to send a mail to admin when someone enquiry for any product from your website/web application. I will discuss the simplest way to send email. Lets Start Basically you need to do two things: 1- First we configure mail server in settings.py file and …

Python

2 min read

How to send emails using gmail SMTP server with Django??
How to send emails using gmail SMTP server with Django??
Python

2 min read

Mayank Porwal

Mayank Porwal

4 Followers

Software Developer | Machine Learning Enthusiast

Following
  • Farhad Malik

    Farhad Malik

  • Fahim ul Haq

    Fahim ul Haq

  • Rajani Ekunde

    Rajani Ekunde

  • Bret Cameron

    Bret Cameron

  • Jeremie Harris

    Jeremie Harris

See all (99)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech