Soumen Atta
Bio
Dr. Soumen Atta, Ph.D. is a Postdoctoral Researcher at the Faculty of Information Technology, University of Jyväskylä, Finland.
Find more about Dr. Atta on his homepage: https://www.soumenatta.com/
Stories (4)
Filter by community
7 Proven Strategies to Boost Your Medium Article Read Count
Medium is a popular online platform that allows writers to share their content with a wider audience. While the platform offers a great opportunity to showcase your writing skills and expertise, getting your articles noticed can be a challenge. With so much content available on Medium, it’s important to know how to stand out from the crowd and attract readers to your articles.
By Soumen Atta3 years ago in Journal
Pyomo for Solving Linear Programming Problems
This is a beginner-friendly introductory tutorial on Pyomo. Pyomo stands for Python Optimization Modeling Objects. In this tutorial, we learn how to solve linear programming problems (LPPs) using Pyomo which is an algebraic modeling language. It is a Python-based, open-source optimization modeling language. Although Pyomo has a diverse set of optimization capabilities, in this tutorial, we will discuss how to solve LPPs using Pyomo.
By Soumen Atta4 years ago in 01
Nonparametric Statistical Tests using Python
This is a beginner-friendly introductory tutorial on nonparametric statistical tests using Python. Nonparametric tests in statistics are methods of statistical analysis that do not require the data to be normally distributed. Due to this reason, these types of tests are sometimes called distribution-free tests. Note that in this tutorial we are not going to discuss the theoretical details of these nonparametric statistical tests. Rather, we will discuss when and how to use these tests using Python. In addition, this tutorial assumes that the readers have a working knowledge of Python programming language. In this tutorial, we will use the SciPy (pronounced “Sigh Pie”) Python package used for mathematics, science, and engineering applications. SciPy is open-source.
By Soumen Atta4 years ago in 01