-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGood Websites.txt
60 lines (38 loc) · 2.58 KB
/
Good Websites.txt
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
http://c-faq.com/~scs/cgi-bin/faqcat.cgi?sec=malloc
Best websites for C++
----------------------------
https://codescracker.com/cpp/cpp-data-file-handling.htm --- best
https://hackr.io/tutorials/learn-c-c-plus-plus
https://www.codesdope.com/cpp-lets-start/
http://coursacado.gregorywickham.com/c++.php
https://www.hackerearth.com/practice/notes/validating-user-input-in-c/
http://www.tutorialboneyard.com/cpp-arrays-strings/ -- good
https://www.javatpoint.com/cpp-oops-concepts
https://confluence.slac.stanford.edu/display/PSDM/How+to+access+HDF5+data+from+Python -- plot histogram using python
https://stackoverflow.com/questions/28170623/how-to-read-hdf5-files-in-python
http://pandas.pydata.org/pandas-docs/version/0.20/io.html#io-hdf5
https://www.kernix.com/blog/image-classification-with-a-pre-trained-deep-neural-network_p11 ---how to do classification on readymade trained ************ goooooooooooooooooood
https://medium.com/@sntaus/image-classification-using-deep-learning-hello-world-tutorial-a47d02fd9db1
https://github.com/kevinlin311tw/caffe-augmentation ------ best***
http://www.deeplearningmodel.net/ -- for comparative analysis of GoogleNet and VGGnet n others
https://gogul09.github.io/software/flower-recognition-deep-learning
GoogleNet
-------------
1.3M images
1000 classes or categories
http://joelouismarino.github.io/blog_posts/blog_googlenet_keras.html ---- GoogleNet in Keras
http://cv-tricks.com/image-segmentation/transpose-convolution-in-tensorflow/
http://lncohn.com/digits/nvidia_object_detection.html -- DIGIT Object detection
https://medium.com/the-downlinq/object-detection-on-spacenet-5e691961d257 -- object detection
http://tensorlayer.readthedocs.io/en/latest/ --- tensorLayer tut
https://www.kaggle.com/c/the-nature-conservancy-fisheries-monitoring/data
https://blogs.msdn.microsoft.com/esmsdn/2018/04/24/post-invitado-part-3-step-by-step-how-to-train-an-objects-classifier-understanding-computer-vision-techniques-with-python-and-opencv/
https://blogs.msdn.microsoft.com/esmsdn/2018/04/09/post-invitado-part2-step-by-step-how-to-training-your-own-detector-classifier/
+--------------------------------------+
| RUNNING |
+--------------------------------------+
https://www.cs.toronto.edu/%7Efrossard/post/vgg16/
https://medium.freecodecamp.org/how-to-deploy-an-object-detection-model-with-tensorflow-serving-d6436e65d1d9
https://www.kaggle.com/rdebbe/is-segnet-a-good-model-for-sharp-edge-masking/notebook
https://www.diycode.cc/projects/developmentseed/skynet-train
https://qucit.com/keras-segnet-implementation-of-segnet_en/