Coder Social home page Coder Social logo

golecalicja / language-recognition-neural-network Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.87 MB

A single-layer neural network written from scratch that predicts the language of the text.

Python 100.00%
algorithm-from-scratch from-scratch language-recognition machine-learning natural-language-processing neural-network nlp nlp-machine-learning python classification-algorithm

language-recognition-neural-network's Introduction

Language recognition neural network

Table of contents

Introduction

A single-layer neural network written from scratch that predicts the language of the text based on the proportions of letters.

Data description

Articles scraped from Wikipedia. The neural network was trained on 5 languages (English, German, Polish, Spanish and French), 10 articles each. However, the code is generic and can be applied to any number of languages.

Examples of performance

English sample:

image

German sample:

image

Polish sample:

image

Methods used

  • Dynamic reading of multiple data files from a various number of directories
  • Calculating vectors of letter proportions in each language (ASCII characters only)
  • Implementing a single-layer neural network of k perceptrons (where k = number of languages) from scratch
  • Libraries used for data loading and preprocessing: pandas, numpy
  • OOP and clean code
  • Unit testing with pytest

language-recognition-neural-network's People

Contributors

golecalicja avatar

Stargazers

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