-
Hey @norvig, @MrDupin: currently, the learning.ipynb notebook does not have examples of cross-validation. We can include cross-validation (for example) to perceptron classifier to show how its accurac…
-
Hello guys,
I am a problem about docker build.
During the process it ends with
`/opt/AIL/AILENV/bin/python3: Error while finding spec for 'textblob.download_corpora' (ImportError: No module named …
-
A user reported an issue on https://machinelearningmastery.com/perceptron-algorithm-for-classification-in-python from within the extension. This is the user's 9th bug report.
Unclutter version: `0.20…
-
Hi all,
Thanks for you awesome project.
I have got this error after upgrading from version 1.2.2 to 1.23 and trying to infer with a Multilayer Perceptron model built before upgrading :
- Type…
-
各フォルダに 共通のテンプレートの README.md を作成し、コードの実行結果&背景理論を記載するように修正する。
テンプレートは以下の通り。
## README.md ファイルのテンプレート1
主に、機械学習の練習用プログラム用の README.md ファイルのテンプレート
### 項目 [Contents]
1. [使用するライブラリ](#使用するライブラリ)
…
-
I can not train the bot with ubuntu corpus.
my code is:
```
# import ChatBot
from chatterbot import ChatBot
# import Trainer
from chatterbot.trainers import UbuntuCorpusTrainer
bot = ChatBot(…
-
Right now trees, bayes and neighbors all have some support for integer/fixed-point only inference. However nets (multi layer perceptron) does not.
There are many platforms without floating-point su…
-
As far as I know, initializing weights as zeroes, even as a beginner is highly improper way of initialization. CS231n open lecture [notes](http://cs231n.github.io/neural-networks-2/) says,
> **Pitfal…
-
We should enable this for all of Drake if we can confirm with the Eigen developers that it is ABI compatible (will not cause ODR violations).
This was initially PR'd in #16683 with a local change…
-
As a developer I want to develop a learning epoch of a perceptron to can train it
acceptance criteria:
- the epoch will be done if every xi has no errors
- if an error is found will update th…