GithubHelp home page GithubHelp logo

edualgo / grokking-machine-learning Goto Github PK

View Code? Open in Web Editor NEW
63.0 3.0 49.0 311.29 MB

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures

Home Page: https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki

License: MIT License

Jupyter Notebook 99.71% Python 0.19% CSS 0.03% HTML 0.05% Shell 0.01% JavaScript 0.02% MATLAB 0.01%
python3 machine-learning machine-learning-algorithms scikitlearn-machine-learning tensorflow2 hacktoberfest hacktoberfest2021

grokking-machine-learning's Introduction

All Contributors

Grokking-Machine-Learning

   

forthebadge forthebadge

Objective

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures. This project is a part of eduAlgo.

Project Wiki

Don't forget to check the project wiki here.

License

This repository is under MIT License copyright @Abhijit Tripathy

About The Contributors

Abhijit Tripathy
DSA Developer and Python Programmer

Contributors ✨

Made with contrib.rocks.

grokking-machine-learning's People

Contributors

abhijit2505 avatar allcontributors[bot] avatar amansingh0-0 avatar amit366 avatar bhagyashri2000 avatar bharath-acchu avatar imgbotapp avatar infiniteoverflow avatar kayjey avatar kenkirito avatar keshav340 avatar khushichaudhary744 avatar madhurima99 avatar nitya123-github avatar oshi36 avatar priyanka2109 avatar rajiv8 avatar rijuld avatar rishikeshrajrxl avatar rohansharma4050 avatar shatakshisingh24 avatar shraiyya avatar smriti04501 avatar sravanthgithub avatar sujal111 avatar suvanbalu avatar vaishnavi-1 avatar vashuev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

grokking-machine-learning's Issues

GDP Growth of some common countries

What we can do is, we can use a dataset that will compute the GDP rates and then we can visualize it. Maybe we can use some predictive features for this program.

Simple Linear Regression with Tensorflow

Add a simple linear regression model using Tensorflow framework.

Steps to follow

  • Comment about your interest in the issue and the dataset you want to work with
  • Tell us your approach in brief
  • Let the mentor respond to you and only after that get started with the issue.
  • Don't forget to check the already existing model in order to know the structure.

Join the discussion channel here - eduAlgo Community
Let's have a chat at the community tab before starting contributions.

Implementation of KNN from Scratch without scikitlearn

Hii! Understanding ML algorithms from scratch is really significant while studying ML. I can add Implementation of KNN without using libraries, with proper comments for user to understand easily.

Kindly assign me this issue with label DWOC and Level- 4 or 5.

Music Genre Classification with streamlit webapp

Music Genre classification using Convolutional Neural Networks. Implemented in Tensorflow 2.0 using the Keras API
Overview
tl;dr: Compare the classic approach of extract features and use a classifier (e.g SVM) against the Deep Learning approach of using CNNs on a representation of the audio (Melspectrogram) to extract features and classify. You can see both approaches on the nbs folder in the Jupyter notebooks.
and Streamlit web app is also built as interface to classify music genre along with visualisation

Polynomial Regression model using Sci-kit Learn

Add a polynomial regression model using sci-kit learn library.

Steps to follow

  • Comment about your interest in the issue and the dataset you want to work with
  • Tell us your approach in brief
  • Let the mentor respond to you and only after that get started with the issue.
  • Don't forget to check the already existing model in order to know the structure.

Join the discussion channel here - eduAlgo Community
Let's have a chat at the community tab before starting contributions.

Polynomial Regression

Polynomial Regression is a form of linear regression in which the relationship between the independent variable x and dependent variable y is modeled as an nth degree polynomial.
It is apparently the value between x and independent y

Recreating MNIST handwritten digits using GAN, Tensorflow

I would like to apply Generative adversarial networks (GANs) to generate images from noise like in digits MNIST.
For the same, I will be using tf.keras.datasets module to load the MNIST dataset.

@Abhijit2505 I'm participating in DWOC. It would be great if you assign this issue to me.
Thank you.

Apple Stock price Prediction using Linear Regression

The model takes the input of the 'Apple' stock prices and outputs the prediction of the Closing price of the stock. It is implemented on Python using Linear Regression Models. Used the Quandl API to apply ML to the stock market.
Please label this issue as DWOC.
Also please add the level.

Multiple Linear Regression model using Sci-kit Learn

Add a multiple linear regression model using sci-kit learn library.

Steps to follow

  • Comment about your interest in the issue and the dataset you want to work with
  • Tell us your approach in brief
  • Let the mentor respond to you and only after that get started with the issue.
  • Don't forget to check the already existing model in order to know the structure.

Join the discussion channel here - eduAlgo Community
Let's have a chat at the community tab before starting contributions.

Traffic Signs Reognition Using CNN

I will train the dataset from Kaggle and make a CNN model for recognizing Traffic Signs. The accuracy of the model will be greater than 99%. @Abhijit2505 Kindly add the labels in this issue and assign it to me.

Multiple Linear Regression Model using Tensorflow

Add a Multiple linear regression model using Tensorflow framework.

Steps to follow

Comment about your interest in the issue and the dataset you want to work with
Tell us your approach in brief
Let the mentor respond to you and only after that get started with the issue.
Don't forget to check the already existing model in order to know the structure.

Join the discussion channel here - eduAlgo Community
Let's have a chat at the community tab before starting contributions.

Hidden markov chains

i have build a model using hidden markov chains(rap generator). I am a DWOC participant

Automating website

I would like to work on this issue.I will create a script that will enable opening website from CLI.
Please add DWOC label to it and assign me this issue.

CODE OF CONDUCT file

Hi,
I found that this project repository is not having a code of conduct file in this repository, kindly assign me this issue and I would like to contribute a well-formatted code of conduct file as you know code of conduct is a necessary file which the contributors need to follow so that everyone follows a decorum.

Simple Linear Regression Using Sci-kit learn

Add a simple linear regression model using sci-kit learn library.

Steps to follow

Comment about your interest in the issue and the dataset you want to work with
Tell us your approach in brief
Let the mentor respond to you and only after that get started with the issue.
Don't forget to check the already existing model in order to know the structure.

Join the discussion channel here - eduAlgo Community
Let's have a chat at the community tab before starting contributions.

Cat vs Dog classification using CNN architecture

I would like to implement a Convolution Neural Network (CNN) architecture with ImageDataGenerator to classify whether an image contains either a dog or a cat.

@Abhijit2505 I'm participating in DWOC. It would be great if you assign this issue to me.
Thank you.

Titanic-Machine-Learning-from-Disaster

Using a Machine learning to create a model that predicts which passengers survived the Titanic shipwreck.
Here I will Use Titanic dataset from kaggle.

KNN using tensorflow

Add a KNN model using Tensorflow framework.

Steps to follow

Comment about your interest in the issue and the dataset you want to work with
Tell us your approach in brief
Let the mentor respond to you and only after that get started with the issue.
Don't forget to check the already existing model in order to know the structure.

Join the discussion channel here - eduAlgo Community
Let's have a chat at the community tab before starting contributions.

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.