Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AI Progamming Exercises
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Mutote
AI Progamming Exercises
Commits
68c2830b
You need to sign in or sign up before continuing.
Commit
68c2830b
authored
1 year ago
by
tnbeats
Browse files
Options
Downloads
Patches
Plain Diff
22211572
parent
40e856fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Reinforcement_Learning/Perceptrons.py
+0
-1
0 additions, 1 deletion
Reinforcement_Learning/Perceptrons.py
Reinforcement_Learning/Solution_Testing_1.py
+0
-0
0 additions, 0 deletions
Reinforcement_Learning/Solution_Testing_1.py
with
0 additions
and
1 deletion
Reinforcement_Learning/Perceptrons.py
+
0
−
1
View file @
68c2830b
...
...
@@ -45,7 +45,6 @@ class Perceptron:
def
test
(
self
):
test_data
=
Training_data
.
make_testset
(
TESTDATA
)
# print(test_data)
res
=
[
0
for
_
in
range
(
len
(
test_data
))]
for
number
in
range
(
len
(
test_data
)):
for
sample
in
test_data
[
number
]:
...
...
This diff is collapsed.
Click to expand it.
Reinforcement_Learning/Solution_Testing.py
→
Reinforcement_Learning/Solution_Testing
_1
.py
+
0
−
0
View file @
68c2830b
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment