-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.src.html
35 lines (27 loc) · 968 Bytes
/
dev.src.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--
.. title: protoNN
.. slug: dev
.. date: 2018-06-01 09:39:34 UTC
.. tags:
.. category:
.. link:
.. description: Developing neural networks made easy
.. type: text
.. hidetitle: True
.. author: protoNN team
-->
<section>
<div class="container">
<br / >
<p>
<strong>protoNN</strong> is a fully open-source framework. All the development is happening at
<a href="https://github.com/protoNN-ai/protoNN"> https://github.com/protoNN-ai/protoNN</a>
</p>
<br / >
<p>If there's an issue you'd like us to fix, or question not covered in the tutorial, please <a href="https://github.com/protoNN-ai/protoNN/issues">raise an issue on Github</a>.
<p>If you would like to collaborate and/or contribute some new functionality, <a href="mailto:[email protected]">get in touch</a>!
We like code that is <a href="https://www.datacamp.com/community/tutorials/pep8-tutorial-python-code">pep8-compliant</a> and comes with unit tests.</p>
</p>
<br / >
</div>
</section>