Skip to content

Latest commit

 

History

History

Day 25

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Day 25 of #100DaysOfMLCode


Today learned about Inception Neural Netowrks, thier importance in reducing the computational cost and effectivness.

Learned about practical usecases and advices in COnvnets. 1 important technique is

  • Data Augmentation where we can use
    • Mirroring
    • Random Cropping
    • Color Shifting for our data to perfrom well

  • Also Learned about state of computer vision in machine learning problems how are different fields in Computer Vision in that graph. How to tackle and simple techniques.

  • Built an Emotion Tracking system where we track if a person is similing or not. Built using Keras and Resnets.