aylabs / mydogbreed

Use AI tech to detect the dog breed. A pet project.
GNU General Public License v3.0
5 stars 1 forks source link

Research and decide the kind of neural network to use #6

Open acs opened 5 years ago

acs commented 5 years ago

Random links I have visited:

https://towardsdatascience.com/the-mostly-complete-chart-of-neural-networks-explained-3fb6f2367464 https://medium.com/@andrewtch/diy-ai-the-series-597e82131cb2

acs commented 5 years ago

https://en.wikipedia.org/wiki/Timeline_of_machine_learning https://www.bbc.com/timelines/zypd97h https://cloud.withgoogle.com/build/data-analytics/explore-history-machine-learning/

acs commented 5 years ago

https://mindsdb.github.io/mindsdb/docs/faq could be useful to simplify the code https://christophm.github.io/interpretable-ml-book/simple.html Interpretable Machine Learning. Cool concept!

acs commented 5 years ago

https://codelabs.developers.google.com/codelabs/keras-flowers-data/#0 Keras on TPU

acs commented 5 years ago

https://lfdl.io/ LF Deep Leaning

acs commented 5 years ago

https://transmogrif.ai/ from Salesfoce, AutoML (Automated Machine Learning)

acs commented 5 years ago

Interesting to use TensorBoard to visually analyze the model:

https://www.youtube.com/watch?v=2U6Jl7oqRkM

acs commented 5 years ago

https://github.com/microsoft/tensorwatch to viz neural networks work