Skip to content

Commit 91b4e8b

Browse files
committed
Initial commit
0 parents  commit 91b4e8b

File tree

5 files changed

+60
-0
lines changed

5 files changed

+60
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

9781484261675.jpg

28.8 KB
Loading

Contributing.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing to Apress Source Code
2+
3+
Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers.
4+
5+
## How to Contribute
6+
7+
1. Make sure you have a GitHub account.
8+
2. Fork the repository for the relevant book.
9+
3. Create a new branch on which to make your change, e.g.
10+
`git checkout -b my_code_contribution`
11+
4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted.
12+
5. Submit a pull request.
13+
14+
Thank you for your contribution!

LICENSE.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Freeware License, some rights reserved
2+
3+
Copyright (c) 2021 Brett Koonce
4+
5+
6+
Permission is hereby granted, free of charge, to anyone obtaining a copy
7+
of this software and associated documentation files (the "Software"),
8+
to work with the Software within the limits of freeware distribution and fair use.
9+
This includes the rights to use, copy, and modify the Software for personal use.
10+
Users are also allowed and encouraged to submit corrections and modifications
11+
to the Software for the benefit of other users.
12+
13+
It is not allowed to reuse, modify, or redistribute the Software for
14+
commercial use in any way, or for a user’s educational materials such as books
15+
or blog articles without prior permission from the copyright holder.
16+
17+
The above copyright notice and this permission notice need to be included
18+
in all copies or substantial portions of the software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26+
SOFTWARE.
27+
28+

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Apress Source Code
2+
3+
This repository accompanies [*Convolutional Neural Networks with Swift for Tensorflow: Image Recognition and Dataset Categorization*](https://www.apress.com/9781484261675) by Brett Koonce(Apress, 2021).
4+
5+
[comment]: #cover
6+
![Cover image](9781484261675.jpg)
7+
8+
Download the files as a zip using the green button, or clone the repository to your machine using Git.
9+
10+
## Releases
11+
12+
Release v1.0 corresponds to the code in the published book, without corrections or updates.
13+
14+
## Contributions
15+
16+
See the file Contributing.md for more information on how you can contribute to this repository.

0 commit comments

Comments
 (0)