Open in app

Sign In

Write

Sign In

Amit Chauhan
Amit Chauhan

2.8K Followers

Home

About

Published in

Towards AI

·1 day ago

In-Depth Types of Error in Python with Examples

Handful introduction of different exceptions for data science — In Python, numerous types of errors can occur during program execution. There is some built-in error handling exception in Python as shown below: AssertionError: This error attempt to check the code before compiling. AttributeError: This error occurs when there is a non-exist attribute in the class. EOFError: Raised when there…

Python

13 min read

In-Depth Types of Error in Python with Examples
In-Depth Types of Error in Python with Examples
Python

13 min read


Published in

Towards AI

·1 day ago

In-depth Explanation of Compiler and Interpreter in Python

Understand the basics of software development tools — High-level languages are designed to be more human-readable and programmer-friendly. They provide a higher level of abstraction from the underlying hardware and are closer to natural language compared to low-level languages. High-level languages are typically platform-independent and offer built-in functions and libraries that simplify programming tasks.

Python

8 min read

In-depth Explanation of Compiler and Interpreter in Python
In-depth Explanation of Compiler and Interpreter in Python
Python

8 min read


2 days ago

Python: Decorators in Python with Examples

A useful concept for a modular python application — In Python, the function can be passed as an argument, a function can return another function, and can be used function inside another function. Here are a few examples to help you understand decorators better: Example 1: Simple function decorator def uppercase_decorator(func): def wrapper()…

Python

3 min read

Python: Decorators in Python with Examples
Python: Decorators in Python with Examples
Python

3 min read


2 days ago

Python: Constructor and Destructor with Examples

Initialization and cleanup methods in classes — Constructor In, Python, when we create an instance or object of a class, it calls a constructor function in the class. It is used to initialize the object’s attributes and perform any necessary setup tasks. In Python, the constructor method is named __init__(). It is defined within a class and…

Python

3 min read

Python: Constructor and Destructor with Examples
Python: Constructor and Destructor with Examples
Python

3 min read


Published in

Towards AI

·May 23

TimeSeries: Guide on Autoregressive (AR) and Moving Average(MA) Models

Analyzing the patterns, trends, and seasonality in time series data — Time series analysis is a branch of machine learning and statistics that deal with data points collected sequentially over time. It involves analyzing the patterns, trends, and dependencies present in the time series data to make predictions or extract insights. Machine learning models can be used effectively for time series…

Python

7 min read

TimeSeries: Guide on Autoregressive (AR) and Moving Average(MA) Models
TimeSeries: Guide on Autoregressive (AR) and Moving Average(MA) Models
Python

7 min read


Published in

Towards AI

·Apr 27

In-depth Explanation of Word Embeddings in NLP

Useful theory for data science and machine learning — Word embeddings are a fundamental concept in natural language processing (NLP) that represent words as continuous vector representations in a multi-dimensional space. These vector representations capture the semantic and syntactic meaning of words, allowing NLP models to learn meaningful relationships between words and perform various tasks such as text classification…

Data Science

7 min read

In-depth Explanation of Word Embeddings in NLP
In-depth Explanation of Word Embeddings in NLP
Data Science

7 min read


Published in

Towards AI

·Apr 25

Data Cleaning in NLP with Python Examples

Handful explanation of natural language processing techniques — NLP stands for Natural Language Processing. It is a branch of artificial intelligence (AI) that focuses on enabling computers to understand, interpret, and generate human language in a way that is both meaningful and useful. Natural Language Processing involves the interaction between computers and humans through natural language, which includes…

Python

8 min read

Data Cleaning in NLP with Python Examples
Data Cleaning in NLP with Python Examples
Python

8 min read


Apr 25

High-Level Roadmap for Learning Deep Learning

Guide to the topics for deep neural networks — Fundamentals of Machine Learning: Before diving into deep learning, it’s important to have a solid understanding of machine learning fundamentals, including concepts such as supervised learning, unsupervised learning, feature engineering, model evaluation, and optimization. Neural Networks: Deep learning is based on neural networks, so understanding the architecture, components, and activation…

Deep Learning

3 min read

High-Level Roadmap for Learning Deep Learning
High-Level Roadmap for Learning Deep Learning
Deep Learning

3 min read


Published in

Towards AI

·Apr 21

Object-Oriented Programming with Python Examples

The advanced topic for Python applications — Object-oriented programming (OOP) is a programming paradigm that allows you to organize your code into objects, which are instances of classes. Python is an object-oriented programming language that provides support for classes, objects, encapsulation, inheritance, and polymorphism, which are the fundamental principles of OOP. …

Python

6 min read

Object-Oriented Programming with Python Examples
Object-Oriented Programming with Python Examples
Python

6 min read


Published in

DataDrivenInvestor

·Apr 18

Random Number Generation with Python

Useful uses in the python applications — Pseudorandom number generators for different distributions, such as integer and float, are implemented in Python through the random module. To implement a random module in Python, have to simply apply it using the “import” command in Python. Example: import random print(random.random()) #output: 0.17302581315380994 It is the most basic function using…

Python

5 min read

Random Number Generation with Python
Random Number Generation with Python
Python

5 min read

Amit Chauhan

Amit Chauhan

2.8K Followers

Data Scientist, AI/ML/DL, Azure Cloud

Following
  • Raymond Ng

    Raymond Ng

  • Dr Stuart Woolley

    Dr Stuart Woolley

  • Vivek Naskar

    Vivek Naskar

  • Kevin Connolly

    Kevin Connolly

  • Soner Yıldırım

    Soner Yıldırım

See all (496)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams