Skip to content
View Astroneko404's full-sized avatar
🎊
Wooo!
🎊
Wooo!
Block or Report

Block or report Astroneko404

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Astroneko404/README.md

astroneko404

  • 🔭 I’m currently working on Python, TTS, DSP
  • 🌱 Currently learning Juce, Unreal Engine
  • 👨‍💻 All of my projects are available at My Homepage

Languages and Tools:

arduino cplusplus jekyll pandas python pytorch scikit_learn unreal

astroneko404   astroneko404

Pinned Loading

  1. TJA-Toolbox TJA-Toolbox Public

    A toolbox that process TJA Taiko files

    Python 1

  2. Katamari-Progress-Checker Katamari-Progress-Checker Public

    https://astroneko404.github.io/Katamari-Progress-Checker/

    JavaScript

  3. JWiiKii JWiiKii Public

    A search engine on Japanese Wikipedia articles

    Python

  4. 2420_assignment_3_text_classification 2420_assignment_3_text_classification Public

    Performance analysis of using bag of words, tf-idf, and Word2Vec

    Python

  5. Music key determination algorithm in... Music key determination algorithm in Python using Krumhansl-Kessler weight, blog: https://astroneko404.github.io//Key-Determination/
    1
    from math import sqrt
    2
    from mido import MidiFile
    3
    
    
    4
    MODE_TABLE = [
    5
        "C Major", "C Minor", "C# Major", "C# Minor", "D Major", "D Minor", "D# Major", "D# Minor", "E Major",
  6. CNN from scratch in PyTorch CNN from scratch in PyTorch
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "code",
    5
       "execution_count": 1,