Monday 1 October 2018

Angular Issue being faced


ERROR Error: Found the synthetic property @fadeInOut. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application.

  1. Imported BrowserAnimationsModule in app.module.ts
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
  1. Added to imports in app.module.ts
imports: [
    BrowserModule,
    FormsModule,
    HttpModule,
    routing,
    Ng2SmartTableModule,
    TreeModule,
    BrowserAnimationsModule
  ]

ERROR Error: Found the synthetic property @fadeInOut. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application.

Replaced MaterialModule with MaterialModule.forRoot()


 

TS2428: All declarations of 'WeakMap' must have identical type parameters.

  Use below dependencies in package.json     "lodash": "4.17.4",    "@types/lodash": "^4.14.110"

Sunday 11 February 2018

Tenser Flow


1. Set up TenserFlow on system https://www.tensorflow.org/mobile/tflite/


Start Machine Learning using Tenser Flow



  • https://www.tensorflow.org/get_started/get_started_for_beginners
  • https://machinelearningmastery.com/introduction-python-deep-learning-library-tensorflow/
  • https://pythonprogramming.net/tensorflow-introduction-machine-learning-tutorial/
  • https://www.youtube.com/watch?v=uh2Fh6df7Lg
  • https://www.youtube.com/watch?v=2zWSr-3gkWY

TenserFlow Wrapper for Java

  • https://www.tensorflow.org/install/install_java

Learn Python 


  • https://www.youtube.com/watch?v=Vxw1b8f_yts
  • https://www.python.org


Download Python 

  • https://www.python.org

Machine Learning can be categorized into three parts

  • Supervised Learning
  • Unsupervised Learning
  • Reinforcement Learning