Giter Club home page Giter Club logo

mrscc's Introduction

Hi there ๐Ÿ‘‹

mrscc's People

Contributors

jamiebali avatar

Watchers

 avatar

mrscc's Issues

Hopfield Neutral Network

Each neurone in a HNN (Fully recurrent neural network) could represent a work (excluding stop works, punctuation, etc...) and co-occurance of words in sentences could lead to strengthened connection between words.

This works technically function similarly to an n-gram, but would be fuzzier. The question is, does a fuzzy HNN grant better accuracy - being that it has the capacity to look at the whole sentence at once, but ignores order.

Solution 1

Dynamically growing dictionaries aren't fun, so we should just make a tri and quadrigram. Would be easier, and work just as well.

We could then make a 5-gram and show that it starts to get worse with decreasing frequency of combinations.

An experiment here could show which n-gram size is the best. This isn't needed, but it's a good fun extension that shows knowledge, gives more writing points, and gives explanation.

Do I write this in a C based language?

It's just faster than python, and if I want to look through the whole dataset, it might be faster to make dictionaries and stuff in C (#/++) and then do the bulk processing and prediction in python after

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.