GithubHelp home page GithubHelp logo

felipefams / multiclassneuralnetwork Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 191 KB

my first experience with Azure, Machine Learning and Neural Networks, created for an introductory class on the theme.

Python 48.04% Java 51.96%

multiclassneuralnetwork's Introduction

Azure Multiclass Neural Network

first experience with basic java multiclass neural network hosted in azure created for an introductory class on the theme.

Problem

given some audio characteristics, classify Spotify songs in their proper class. we will train the algorithm with various songs and their given class. Playlists with pre set themes were used as a starting point, so for example, the songs of a sad playlist, are used to train the algorithm about the what would a "sad" song be like.

Data

all spotify tracks contain some audio characteristics. We will be using:

  • acousticness
  • danceability
  • energy
  • instrumentalness
  • liveness
  • loudness
  • tempo
  • valence

the meaning of each one of these words can be found in spotify documentation. the dataset used can be found in the main page, and was generated by a python script

Steps

  1. Create A Microsoft Azure Machine Learning Workspace
  2. Import a dataset
  3. Create a pipeline and train the model
  4. Publish the model in a web service
  5. download the files for the web service
  6. test the model
  7. Java code to make the API calls

you need to download this .jar and keep it on the same folder of the Main.java
the java code must be run as:
javac -cp json-simple-1.1.jar Main.java && java -cp .:json-simple-1.1.jar Main

multiclassneuralnetwork's People

Contributors

felipefams avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.