Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh Brain. #24

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Fresh Brain. #24

wants to merge 14 commits into from

Conversation

crazywolf132
Copy link
Owner

This system is now using C++ over nodeJS for the brain.

The reason for this is that it is faster, and can hold more in memory.

NodeJS used to freak out at 3,000,000 known interactions.
C++ on the other hand... I am yet to find the limit.

The system uses NaN to connect nodeJS and C++.

All algorithms in the system are home grown, so if you know a better way of doing it. Please comment, or create a pull request.

WARNING. NEW TRAINING DATA.
This new training data has come straight from Reddit itself. (in the form of comments).
We tried our best to scrape out the NSFW subreddits (listed down below), but we still think some might have slipped through.

If you find any comments from Asher that are too controversial or racist or anything of the sort. Please comment them to this post, or create a pull request. Or even create a new issue, and we will strike them from his training set.

List of all subreddits we removed.
https://www.reddit.com/r/ListOfSubreddits/wiki/nsfw

The system can now load a saved brain state and load it into memory to work with.
This means that the brain can now load from the training data provided.

Just need to work on saving the brain, the back links, and responses
This training data has come from Reddit comments.

WARNING. THERE MAY BE INAPPROPRIATE COMMENTS.

if this is the case, please feel free to report them, they will be striped from the training data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant