Skip to content

Commit

Permalink
enhancements and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatmaj-Zephyr committed Jun 2, 2023
1 parent d569c23 commit c5c5465
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
5 changes: 4 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ No installation required. Just download the source code from [here](https://gith
ANN4j find its use for research purposes for researching on new ANN algorithms. It makes use of OOP concepts to make it easier to develop new ANN algorithms. [More information.](https://github.com/Aatmaj-Zephyr/ANN4j/blob/main/Motivation.md)

### How do I get started?
You can refer the [quick start guide](https://github.com/Aatmaj-Zephyr/ANN4j/blob/main/Quick%20Tour.md) the [README file](https://github.com/Aatmaj-Zephyr/ANN4j/tree/main#readme) and the [documentation wiki](https://aatmaj-zephyr.github.io/ANN4jwiki/)
You can refer the [quick start guide](https://github.com/Aatmaj-Zephyr/ANN4j/blob/main/Quick%20Tour.md) the [README file](https://github.com/Aatmaj-Zephyr/ANN4j/tree/main#readme) and the [documentation wiki](https://aatmaj-zephyr.github.io/ANN4jwiki/)

_____
> More questions? Please raise an issue [here](https://github.com/Aatmaj-Zephyr/ANN4j/issues)
2 changes: 1 addition & 1 deletion Motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ As you can see, the ANN4j implementation is very similar to the actual concept.
______


| | Efficient | Easy to Interpret | Easy to modify |
| Type | Efficient | Easy to Interpret | Easy to modify |
|--------|-----------|-------------------|----------------|
| Matrix | Yes | No | No |
| ANN4j | No | Yes | Yes |
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@


<p align="center">
<img width="600" align="center" src="https://user-images.githubusercontent.com/83284294/205426515-b272d188-2902-42d7-aa79-defdf3f073f7.png">
</p>

---
---
label: "What is ANN4j?"
icon: home
---




### ANN4j - Artificial Neural Networks for Java

Expand All @@ -16,8 +16,8 @@ This package can be used to train models on various datasets. ANN4j provides fun
Please consider [following me on github](https://github.com/Aatmaj-Zephyr) 😄


## READ COMPLETE DOCUMENTATION [HERE](https://aatmaj-zephyr.github.io/ANN4jwiki/)
## Source code [HERE](https://github.com/Aatmaj-Zephyr/ANN4j/tree/main/src)
##### READ COMPLETE DOCUMENTATION [HERE](https://aatmaj-zephyr.github.io/ANN4jwiki/)
##### Source code will be found [HERE](https://github.com/Aatmaj-Zephyr/ANN4j/tree/main/src)

## Table of Contents

Expand Down
13 changes: 13 additions & 0 deletions retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,18 @@ branding:
links:
- text: Documentation
link: https://aatmaj-zephyr.github.io/ANN4jwiki/
icon: project-roadmap
- text: Source
link: https://github.com/Aatmaj-Zephyr/ANN4j
icon: mark-github
- text: Follow me
link: https://github.com/Aatmaj-Zephyr/
icon: star
- text: Issues
link: https://github.com/Aatmaj-Zephyr/ANN4j/issues
icon: bug
search:
mode: partial
footer:
copyright: "&copy; Copyright Aatmaj. MIT License. All rights reserved."
favicon: /favion.png

0 comments on commit c5c5465

Please sign in to comment.