Loading...
Skip to content
Data stories

Data stories

Stories about my datasciene journy! Join me :)

    • About me
    • My talks
    • Contact me
    • Find me on github!
  • Recent Posts

    • Where Does Your Organization Stand on the AI Maturity Scale?
    • Essential Features in AI Products
    • Why and how to reduce hallucinations in LLMs practically?
    • Install Spark & Pyspark on Windows
    • Google computing options and how to choose them?

    Categories

    Archives

    • November 2024
    • February 2024
    • September 2023
    • October 2021
    • February 2021
    • January 2021
    • November 2020
    • October 2020

Month: November 2020

Object oriented programming (OOP) in Python

Object oriented programming (OOP) in Python

Posted on November 20, 2020November 20, 2020Data science, Python

Object oriented programming (OOP) is a design pattern for creating stable applications and powerful systems. It allows handling rapid changes in complex systems easier. Classes are a blueprint of needed functionalities which is described by ...

Read more ⟶
Some pandas functions that you should start using now!

Some pandas functions that you should start using now!

Posted on November 14, 2020November 14, 2020Analysis, Data science, Python

Pandas is a popular library for exploratory analysis and data wrangling in python. It has a lot of functions and methods to use. Here I listed some functions that you may not know or don’t ...

Read more ⟶
Deep learning Glossary

Deep learning Glossary

Posted on November 3, 2020November 14, 2020Deep learning, Machine learning

Recently I have focused more on Deep learning area and would like to document my journey. So, in this post, I am going through its fundamental glossary which gives you a better understanding of its ...

Read more ⟶
© 2021 Nonlinear data. All Rights Reserved