Tag: python

Python Package with Poetry

Create a python package with poetry in production

R data.table from an advanced standpoint

The more you use it, the more you love it

Typescript Community

Outside of the Python community, there are many other communities that are worth to explore, such as the Typescript community.

Making Videos with Manim

Manim could be used to make videos for non-mathematical purposes as well.

Topic Modeling with Python

A quick guide on how to do topic modeling with Python

Deep Learning Parameters Initialization

Training and tuning a deep learning model is a complex process. This post will cover the basics of how to initialize the parameters of a deep learning model.

Understanding Activation Functions in Neural Networks

As key components of neural networks, activation functions are responsible for transforming the input data into the desired output. In this article, we will discuss the most common activation functions and their applications.

Full Stack Deep Learning with PyTorch

A guide to building a full stack deep learning application with PyTorch in a small scale, from data collection to model saving without deploying to production.

Using Python and R in VS Code Like a Data Scientist

Embracing the python and R community together needs smooth transference of our mentalities and skills from both community; I believe one could get best of both worlds in VS Code.

Yet Another Guide to Working with EPO Patent Data

It took me a while to get into patent analytics, which is a 'wild' world. I hope my guide for patent analytics could help you to navigate through.

Programming Environment for Data Science

What should we do when we realize some packages from Python or R could not be installed in our local machine?

Making Animations for Mathematics

Based on the framework of 3brown1blue, I tried to make some animation for mathematics.

Using Stata with Jupyter Notebook in Linux System

Sometimes, you might need Stata

Web Scraping: A Summary

After scraped a fair amount of websites, I wrote down what I have learned.

Create a Virtual Environment

Quick guide on how to create a virtual environment in Python