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

perceptron cookbook #3284

Merged
merged 3 commits into from
Dec 16, 2017
Merged

perceptron cookbook #3284

merged 3 commits into from
Dec 16, 2017

Conversation

Saurabh7
Copy link
Contributor

No description provided.

@@ -0,0 +1,53 @@
=============================
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please align

@karlnapf
Copy link
Member

Integration test data?

.. math::

y = \begin{cases}
0, & \text{if } {\bf w}.x + b > 0, \\
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use \bf{w}^\top x

@karlnapf
Copy link
Member

You produced a type error in java:
https://travis-ci.org/shogun-toolbox/shogun/jobs/137217805#L2624

@karlnapf
Copy link
Member


#![set_parameters]
real learn_rate = 1.0
real max_iter = 1000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

int on max_iter please :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah crapp :)

@Saurabh7
Copy link
Contributor Author

Cool works now, will add data.

@karlnapf karlnapf mentioned this pull request Oct 30, 2016
@karlnapf
Copy link
Member

Merging as good

@karlnapf karlnapf merged commit 3944c26 into shogun-toolbox:develop Dec 16, 2017
@karlnapf
Copy link
Member

Needs data

micmn pushed a commit to micmn/shogun that referenced this pull request Dec 16, 2017
ktiefe pushed a commit to ktiefe/shogun that referenced this pull request Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants