Skip to content

Some neural networks (CoreML/Tensorflow) and GUI (Swift/Angular)

Notifications You must be signed in to change notification settings

beremm14/Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Networks

My first neural network :)

Instruction:

Folders:

  • backend: creating and testing models
    • CoreML, Tensorflow (Keras), TensorflowJS
  • frontend: using the models in GUI Apps
    • iOS (Swift), Angular 4
  • theoretical: creating own networks without a library/framework
    • Java, C#

Installation Tensorflow:

Python

# download and install setuptools
curl -O https://bootstrap.pypa.io/ez_setup.py
python3 ez_setup.py
# download and install pip
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py

cd /usr/local/bin
ln -s ../../../Library/Frameworks/Python.framework/Versions/3.3/bin/pip pip

For installing the packages globally:

sudo -H pip install <packagename>

Swift

Look at this Document
--> Add: File -> Project Settings -> Legacy Build System