top of page
Search
Nov 27, 2022
Python - Cryptographic algorithms
In order to examine the basic cryptographic mechanisms, I created the short python codes to generate the old encryption keys for basic...
140
Oct 2, 2022
Python - sktime
There are various libraries created for Python Time Series. Each of them has its own style, contributors and functions. Each library has...
70
Sep 22, 2022
Python - Basic regression comparison
Regression models are the principles of machine learning models as well. They help to understand the dataset distributions. The objective...
260
Sep 17, 2022
Python - Score comparison and feature importance
The purpose of this contribution is to compare modeling and scoring methodologies for given E-Commerce open source sample file, select...
190
Sep 1, 2022
Python - LDA and topic model
The purpose of this contribution is to try LDA methodology in Python. LDA is one of many methodologies to infer topic from unstructured...
120
Aug 30, 2022
Python - Semantic libraries
The purpose of this contribution is to test and compare various semantic libraries and models in python. We can see the basic insights...
100
Aug 24, 2022
Python - Semantic similarity - Definition of Ontology
The purpose of this contribution is to try various pretrained semantic models and compare cosinus similarity scores among sentences. As...
230
Aug 10, 2022
Python - Brown motion simulation
The purpose of this contribution is to simulate brown motion moves and collisions and save it e.g. to gif file by pillowwriter tool. 1....
130
Aug 8, 2022
Python - Graph animations
The purpose of this contribution is to test animated graphs in Python and Google Colaboratory. Presentation of animated data is useful...
60
Aug 5, 2022
Python - Network Multicolinearity
In this contribution we use yahoo finance, wiki data and networkx to download the daily stock prices for the list of companies. We...
120
Aug 2, 2022
Python - NetworkX - Lollipop graph
The purpose of this contribution is to create random geometric graph (RDG). We generate the random edge values for lollipop graph and...
270
Aug 2, 2022
Python - NetworkX - Graph Basics
barabasi graph - Returns a random graph using Barabási–Albert preferential attachment. A graph of n nodes is grown by attaching new nodes...
120
Aug 2, 2022
Python - Linked Data Dictionary
air-reasoner - Reasoner for the AIR policy language, based on cwm". Brickschema – Brick Ontology Python package. CubicWeb - a framework...
130
Jul 22, 2022
Python - Deploy App from MAC OS to Heroku server
Heroku can enable App deployment in Terminal CLI, Git CLI or Github. 1. Create Heroku Account: https://dashboard.heroku.com/apps 2....
30
Jul 19, 2022
Python - Interactive Dash graph in Google Colaboratory
App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several...
80
Jul 14, 2022
Python - from NetLogo into Mesa and Google Colaboratory
Mesa is a Python framework for agent-based modeling. The task is to replicate NetLogo ABM Urban Suite Pollution in Mesa python library...
200
Jul 13, 2022
Python - Interactive graph in Mesa and Google Colaboratory
Mesa is a Python framework for agent-based modeling. I created example interactive graph in Python and Mesa. Dashboard like widget can be...
160
Jul 12, 2022
Python - Agent Based Modelling in Mesa, Bokeh
Mesa is a Python framework for agent-based modeling. I created example application simulation in Python and Bokeh and attached below....
180
Jul 9, 2022
Python - Create pentagram in pentagram
Simple 2 D plane polygonial cyclic configurations ( below 7 edges ) : hexagram - A Hexagram is composed from two of the eight trigrams....
130
Jul 8, 2022
Python - Matroid
These days I have a chance to meet participants of the mathematical conference at the highest mountain of the Czech republic at one of...
100
Jun 30, 2022
Python - Kolmogorov Smirnov Test
These days I have a chance to meet participants of mathematical conference at the highest mountain of the Czech republic. It inspires me...
390
May 12, 2022
Python - SQLite3 fundamentals in PyCharm
We can work in python in various databases. In SQLite, MySQL, PostgreSQL. This contribution will create the basic SQLite database,...
240
Apr 2, 2022
Python - Plotly Express Online interactive html graph
Create html graph and use online in html file. Data Source: https://www.kaggle.com/datasets/spribylova/jewellery import plotly.express as...
220
Mar 22, 2022
Python - While loop - 3 Factors Probability
If two distinct integers a and b are picked from { 1, 2, 3, 4, .... 100 } and multiplied, what is the probability that the resulting...
70
bottom of page