Blacksuan19
  • Home
  • Blog
  • Contact
  • Projects
  • Tags Archive

    • Aflutter Craft
    • Dark Ages Kernel
    • Material Ocean

    • Redash-Python library
    • Stanford ML Notes
    • Deep Learning Notes

Knowledge Graphs in Python

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...

  • Continue Reading
  • View Source Code

Credit Card Fraud Detection With Pytorch

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Bank Negara Dapp

project
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...

  • Continue Reading
  • View Source Code

Leisure Places In India

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

init.nvim

nvim
linux
project

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...

  • Continue Reading
  • View Source Code

Sign Language Classification With Pytorch 94

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Named Entity Recognition Using Deep Learning

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Mobile Price Range Classification Via Lazy Predict

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Job Market In Low Income Countries

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Heart Attack Classification With Pytorch

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Fish Classification With Pytorch Resnet

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Covid 19 Forecasting Malaysia Data Analysis

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Covid 19 Forecasting Lstms And Statistical Models

data-science
machine-learning
project

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...

  • Continue Reading
  • View Source Code

Tic Tac Toe

project
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...

  • Continue Reading
  • View Source Code

Sport Academic

project
javaFX
jfoenix
jsimplefx

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...

  • Continue Reading
  • View Source Code

KDE Plasma Themes

linux
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...

  • Continue Reading
  • View Source Code

BMI Calculator

project
javaFX
jfoenix
jsimplefx

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...

  • Continue Reading
  • View Source Code

Attendance System

project
javaFX
jfoenix
jsimplefx
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...

  • Continue Reading
  • View Source Code
  • © Blacksuan19
  • Original Design: HTML5 UP