Git Product home page Git Product logo

hybrid_machine_learning_algorithms's Introduction

Introduction

During my 4th semester I felt the need to delve into a bit of hands on machine learning but this time I wanted to develop something new from the ground up instead of doing another one of those typical machine learning projects that you see everybody doing.

So I reached out to one of my professors and she provided me with a csv file that I could try to classify.

So the target class of the csv file was either normal or abnormal and the aim was to train a Machine Learning Model that could classify a given gene into one of those two classes with a good accuracy.

My efforts in doing so were successful and the code for it is in the file 'CSV_Classification.ipynb'

Trying to Improvise

In my first attempt, all I did was apply Deep Learning and that seemed to do the job but the goal was to develop a Hybrid code that could utilize gradient descent/machine learning model along with a classifier and an optimizer

All of this this in an attempt to see what the accuracy would be like and to see the levels of overfitting/underfitting if any.

Perhaps we could also overcome the limitation of most classification problem - Sample Size.

The Outcome

The first thing I did to improve on my previous code was to include K-cross validation and mRMR(Minimum Redundancy Maximum Relevance) in all of my subsequent codes to improve accuracy and decrease chances of overfitting.

I applied K-cross validation in a different (better) way in my subsequent codes and hence I named those files as '_'-2; I applied this using several different libraries to see the accuracy that could be achieved and the results were interesting to say the least :P

'mRMR_ABC_with_SVM_and_K_Cross_Validation.ipynb'_ is the file where I tried to implement my best model along with an optimizer but its still a work in progress and you can expect me to update it every now and then.

Acknowledgements

hybrid_machine_learning_algorithms's People

Contributors

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