Giter VIP home page Giter VIP logo

machine-learning-hindi's Introduction

Hindi Machine Learning Exploration

Welcome to the Hindi Machine Learning Exploration repository ! This repository contains a collection of tools and techniques for machine learning tasks specifically tailored for the Hindi language. Here's an overview of the work done in this repository

Preprocessing

  • Data Cleaning : Removing links, emojis, and other non-textual elements to prepare the data for further processing.
  • Stopwords Removal : Manually creating a stopwords list since there is no available Hindi stopwords library, filtering out common words that do not contribute to the meaning of the text.
  • Stemming: Manually implementing stemming techniques as there is no inbuilt library for Hindi stemming, normalizing Hindi text data by reducing inflected words to their root forms. This includes manually created prefixes and suffixes to capture variations in word forms.

Classification

Implemented Algorithms

  • Logistic Regression Utilizing logistic regression for binary classification tasks with Hindi text data.
  • Passive Aggression Implementing the passive-aggressive algorithm for online learning in the context of Hindi language classification.
  • Naive Bayes Leveraging the Naive Bayes classifier for efficient and effective classification of Hindi text data.
  • SVM (Support Vector Machine) Utilizing SVM for classification tasks; although experiencing some errors, efforts are ongoing for resolution.

Embedding

  • Continuous Bag of Words (CBOW) Implementing the CBOW model for generating word embeddings from Hindi text data.
  • Skip-gram Utilizing the skip-gram approach to generate word embeddings, enhancing representation learning for Hindi language.

Term Frequency-Inverse Document Frequency (TF-IDF)

  • TF-IDF Representation Utilizing the TF-IDF weighting scheme to represent Hindi text data, capturing term importance in documents.

How to Use

  • Clone this repository to your local machine.
  • Navigate to the desired script or notebook to explore individual techniques.
  • Ensure you have the necessary dependencies installed.
  • Experiment with the provided code, adapt it to your specific tasks, and contribute enhancements back to the community!

Contribution Guidelines

Contributions to this repository are welcome! If you have ideas for improvements, new features, or bug fixes, feel free to open an issue or submit a pull request.

License

This theoretical work is licensed under the Creative Commons Attribution 4.0 International License.

Overview

The Creative Commons Attribution 4.0 International License allows others to share and adapt the work for any purpose, even commercially, provided that proper credit is given to the original author.

For more details, please see the full text of the CC BY 4.0 license.

Acknowledgements

Special thanks to all contributors and open-source projects that have made this work possible.

Happy exploring with Hindi machine learning !

machine-learning-hindi's People

Contributors

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