data-science
machine-learning
project
knowledge Graphs are a way to visualize relationships between entities, they can be helpful in visualizing a relationship and making it simpler to understand. the data used is collection of...
This notebook classifies credit card transactions to fraudulent or non fraudulent, the dataset is a set of PCA features extracted from the original data in order to conceal the identities...
blockchain
flutter
Features General Contract address used as bank. Tests for all contract functions. Strict checks using modifiers. Strict checks in web interface. Different interface for admin and regular customers. Up to...
Goals show places of leisure in a map make observations about the places and their distribution explore the most widely available leisure type in india import pandas as pd from...
nvim
linux
Why? Modern Vim distributions are really huge and bloated with way too many fancy features that you won’t ever use or need, for example directory trees like Nerd tree, you...
Data Info the dataset is saved as a csv containing pixel values for 784 pixels resulting in images of size 28 _ 28 _ 1 with one color channel. !pip...
The goal of this project is to implement a bi-directional LSTM functional neural network that can classify named entities. the dataset has been extracted from GMB corpus and it is...
lazy predict is a library that trains a large number of models on a given dataset to determine which one will work best for it the goal is to predict...
Questions the focus is to obtain some specific data on skill migration among low income countries, and to predict the skill migration trends in each country for 2020 list of...
import pandas as pd import numpy as np import seaborn as sns import torch import torch.nn as nn import torch.nn.functional as F from torch.utils.data import DataLoader from torch.utils.data import TensorDataset...
this project makes use of a residual network to classify different classes of fish based on images. dataset classes Black Sea Sprat Gilt-Head Bream Hourse Mackerel Red Mullet Red Sea...
this notebook attempts to answer various data science question from 4 categories based on the COVID-19 daily cases, deaths, and recoveries, the focus is primarily on Malaysia. The Questions Descriptive...
Since we have already analyzed all these datasets in the target countries section, we see that using the global dataset for all our modeling is the best option for a...
javaFX
jfoenix
jsimplefx
Introduction: a simple tic tac toe game built in javaFX using Scene builder why: i was bored tbh, and idea was open Features: places as clickable buttons multiplayer win or...
Introduction: A quiz like javaFX based game why: there is an yearly event an uni, it involves both sports and academics, hence the naming Features: divided to sessions different categories...
plasma
themes
Introduction: a bunch of themes i made when i was using plasma why? some are spin offs of themes i liked but with different icons, colors etc but mostly a...
Introduction: A simple BMI calculator build in javaFX Why: another case of boredom Features: calculate BMI Display current weight status calculate ideal weight GUI build with JFoenix Library Calculations: the...
advanced
Introduction: A JavaFX app that allows lectures to take attendance easier why? this started as a school project when i was learning javaFX (i still am) and after the subject...